/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/unittest/ |
H A D | standby_plugin_strategy_test.cpp | 82 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 D | bus_center_ipc_mock.cpp | 132 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 D | trans_proxy_channel_test.cpp | 64 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 D | dump_common_utils.cpp | 100 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 D | xcollie_utils.cpp | 122 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 D | rs_typeface_cache.cpp | 64 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 D | mmi_service.cpp | 484 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 D | CallChainJoiner_test.cpp | 169 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 D | dmabufinfo.cpp | 53 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 D | rs_surface_buffer_callback_manager.cpp | 72 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 D | socket_session_manager.cpp | 66 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 D | Backtrace.cpp | 41 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 D | wifi_internal_event_dispatcher_test.cpp | 72 int pid = 0; variable 105 int pid = 0; variable
|
/aosp12/bionic/libc/bionic/ |
H A D | clock_getcpuclockid.cpp | 34 int clock_getcpuclockid(pid_t pid, clockid_t* clockid) { in clock_getcpuclockid()
|
/aosp12/bionic/libc/include/android/ |
H A D | legacy_sys_wait_inlines.h | 41 static __inline pid_t wait4(pid_t pid, int* status, int options, struct rusage* rusage) { in wait4()
|
/aosp12/bionic/tests/ |
H A D | sys_wait_test.cpp | 34 pid_t pid = fork(); in TEST() local
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | IMediaResourceMonitor.aidl | 22 oneway void notifyResourceGranted(in int pid, in int type); in notifyResourceGranted()
|
/aosp12/system/libbase/ |
H A D | process.cpp | 29 pid_t pid = atoi(de->d_name); in Increment() local
|
H A D | process_test.cpp | 26 for (const auto& pid : android::base::AllPids{}) { in TEST() local
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server_death_recipient.cpp | 26 int32_t pid = 0; in OnRemoteDied() local
|
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/ |
H A D | ipc_mock_skeleton.h | 35 static pid_t pid; variable
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_ipc.cpp | 30 int32_t pid = 1; in GetCallingPid() local
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/include/ |
H A D | delay_suspend_info_ex.h | 40 inline void SetPid(int32_t pid) in SetPid()
|
/ohos5.0/base/startup/appspawn/modules/common/ |
H A D | appspawn_dfx_dump.cpp | 21 void DumpSpawnStack(pid_t pid) in DumpSpawnStack()
|
/aosp12/packages/apps/SecureElement/src/com/android/se/security/ |
H A D | ChannelAccess.java | 137 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()
|