Home
last modified time | relevance | path

Searched defs:pid (Results 326 – 350 of 2318) sorted by relevance

1...<<11121314151617181920>>...93

/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dstandby_plugin_strategy_test.cpp82 int32_t pid = 1; variable
108 uint32_t pid = 1; variable
151 int32_t pid = 1; variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dbus_center_ipc_mock.cpp132 int32_t ClientOnLeaveLNNResult(const char *pkgName, int32_t pid, const char *networkId, int32_t ret… in ClientOnLeaveLNNResult()
148 const char *pkgName, int32_t pid, const void *info, uint32_t infoTypeLen, int32_t retCode) in ClientOnTimeSyncResult()
153 int32_t ClientOnPublishLNNResult(const char *pkgName, int32_t pid, int32_t publishId, int32_t reaso… in ClientOnPublishLNNResult()
158 int32_t ClientOnRefreshLNNResult(const char *pkgName, int32_t pid, int32_t refreshId, int32_t reaso… in ClientOnRefreshLNNResult()
163 int32_t ClientOnRefreshDeviceFound(const char *pkgName, int32_t pid, const void *device, uint32_t d… in ClientOnRefreshDeviceFound()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_channel_test.cpp64 int32_t TestOnChannelOpened(const char *pkgName, int32_t pid, const char *sessionName, const Channe… in TestOnChannelOpened()
74 int32_t TestOnChannelClosed(const char *pkgName, int32_t pid, in TestOnChannelClosed()
86 int32_t TestOnChannelOpenFailed(const char *pkgName, int32_t pid, int32_t channelId, in TestOnChannelOpenFailed()
106 int32_t TestGetUidAndPidBySessionName(const char *sessionName, int32_t *uid, int32_t *pid) in TestGetUidAndPidBySessionName()
569 int32_t pid = 1; variable
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_common_utils.cpp100 for (const auto &pid : allPids) { in GetAllPids() local
176 bool DumpCommonUtils::IsUserPid(const std::string &pid) in IsUserPid()
211 int pid; in GetUserPids() local
259 bool DumpCommonUtils::GetProcessNameByPid(int pid, std::string& name) in GetProcessNameByPid()
291 bool DumpCommonUtils::GetProcessInfo(int pid, PidInfo &info) in GetProcessInfo()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp122 std::string GetProcessNameFromProcCmdline(int32_t pid) in GetProcessNameFromProcCmdline()
171 bool IsProcessDebug(int32_t pid) in IsProcessDebug()
235 int ParsePeerBinderPid(std::ifstream& fin, int32_t pid) in ParsePeerBinderPid()
292 bool KillProcessByPid(int32_t pid) in KillProcessByPid()
338 bool WriteStackToFd(int32_t pid, std::string& path, std::string& stack, const std::string& eventNam… in WriteStackToFd()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_typeface_cache.cpp64 pid_t pid = GetTypefacePid(uniqueId); in AddIfFound() local
121 pid_t pid = GetTypefacePid(uniqueId); in CacheDrawingTypeface() local
176 void RSTypefaceCache::RemoveHashMap(pid_t pid, std::unordered_map<uint64_t, TypefaceTuple>& typefac… in RemoveHashMap()
221 static void PurgeMapWithPid(pid_t pid, std::unordered_map<uint32_t, std::vector<uint64_t>>& map) in PurgeMapWithPid()
248 void RSTypefaceCache::RemoveDrawingTypefacesByPid(pid_t pid) in RemoveDrawingTypefacesByPid()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp484 int32_t pid = GetCallingPid(); in AllocSocketFd() local
642 int32_t pid = GetCallingPid(); in SetMouseIcon() local
1171 int32_t pid = GetCallingPid(); in RegisterDevListener() local
1194 int32_t pid = GetCallingPid(); in UnregisterDevListener() local
1316 int32_t pid = GetCallingPid(); in AddInputHandler() local
1360 int32_t pid = GetCallingPid(); in RemoveInputHandler() local
1402 int32_t pid = GetCallingPid(); in MarkEventConsumed() local
1439 int32_t pid = GetCallingPid(); in InjectKeyEvent() local
1508 int32_t pid = GetCallingPid(); in InjectPointerEvent() local
1598 int32_t pid = GetCallingPid(); in SubscribeKeyEvent() local
[all …]
/aosp12/system/extras/simpleperf/
H A DCallChainJoiner_test.cpp169 for (pid_t pid = 0; pid < 10; ++pid) { in TEST_F() local
177 pid_t pid; in TEST_F() local
237 pid_t pid; in TEST_F() local
255 pid_t pid; in TEST_F() local
/aosp12/system/memory/libmeminfo/libdmabufinfo/
H A Ddmabufinfo.cpp53 static FdInfoResult ReadDmaBufFdInfo(pid_t pid, int fd, std::string* name, std::string* exporter, in ReadDmaBufFdInfo()
110 bool ReadDmaBufFdRefs(int pid, std::vector<DmaBuffer>* dmabufs, in ReadDmaBufFdRefs()
202 bool ReadDmaBufMapRefs(pid_t pid, std::vector<DmaBuffer>* dmabufs, in ReadDmaBufMapRefs()
287 bool ReadDmaBufInfo(pid_t pid, std::vector<DmaBuffer>* dmabufs, bool read_fdrefs, in ReadDmaBufInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_buffer_callback_manager.cpp72 void RSSurfaceBufferCallbackManager::RegisterSurfaceBufferCallback(pid_t pid, uint64_t uid, in RegisterSurfaceBufferCallback()
86 void RSSurfaceBufferCallbackManager::UnregisterSurfaceBufferCallback(pid_t pid) in UnregisterSurfaceBufferCallback()
94 void RSSurfaceBufferCallbackManager::UnregisterSurfaceBufferCallback(pid_t pid, uint64_t uid) in UnregisterSurfaceBufferCallback()
128 pid_t pid, uint64_t uid) const in GetSurfaceBufferCallback()
/ohos5.0/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp66 int32_t uid, int32_t pid, int32_t& clientFd) in AllocSocketFd()
192 void SocketSessionManager::ReleaseSessionByPid(int32_t pid) in ReleaseSessionByPid()
259 void SocketSessionManager::AddSessionDeletedCallback(int32_t pid, std::function<void(SocketSessionP… in AddSessionDeletedCallback()
273 void SocketSessionManager::RemoveSessionDeletedCallback(int32_t pid) in RemoveSessionDeletedCallback()
/aosp12/system/unwinding/libbacktrace/
H A DBacktrace.cpp41 Backtrace::Backtrace(pid_t pid, pid_t tid, BacktraceMap* map) in Backtrace()
130 Backtrace* Backtrace::Create(pid_t pid, pid_t tid, BacktraceMap* map) { in Create()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_internal_event_dispatcher_test.cpp72 int pid = 0; variable
105 int pid = 0; variable
/aosp12/bionic/libc/bionic/
H A Dclock_getcpuclockid.cpp34 int clock_getcpuclockid(pid_t pid, clockid_t* clockid) { in clock_getcpuclockid()
/aosp12/bionic/libc/include/android/
H A Dlegacy_sys_wait_inlines.h41 static __inline pid_t wait4(pid_t pid, int* status, int options, struct rusage* rusage) { in wait4()
/aosp12/bionic/tests/
H A Dsys_wait_test.cpp34 pid_t pid = fork(); in TEST() local
/aosp12/frameworks/base/media/java/android/media/
H A DIMediaResourceMonitor.aidl22 oneway void notifyResourceGranted(in int pid, in int type); in notifyResourceGranted()
/aosp12/system/libbase/
H A Dprocess.cpp29 pid_t pid = atoi(de->d_name); in Increment() local
H A Dprocess_test.cpp26 for (const auto& pid : android::base::AllPids{}) { in TEST() local
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_death_recipient.cpp26 int32_t pid = 0; in OnRemoteDied() local
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/
H A Dipc_mock_skeleton.h35 static pid_t pid; variable
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_ipc.cpp30 int32_t pid = 1; in GetCallingPid() local
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Ddelay_suspend_info_ex.h40 inline void SetPid(int32_t pid) in SetPid()
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_dfx_dump.cpp21 void DumpSpawnStack(pid_t pid) in DumpSpawnStack()
/aosp12/packages/apps/SecureElement/src/com/android/se/security/
H A DChannelAccess.java137 public static ChannelAccess getPrivilegeAccess(String packageName, int pid) { in getPrivilegeAccess()
150 public static ChannelAccess getCarrierPrivilegeAccess(String packageName, int pid) { in getCarrierPrivilegeAccess()
169 public void setCarrierPrivilegeAccess(String packageName, int pid) { in setCarrierPrivilegeAccess()

1...<<11121314151617181920>>...93