Home
last modified time | relevance | path

Searched defs:pid (Results 1001 – 1025 of 2669) sorted by relevance

1...<<41424344454647484950>>...107

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_manager_test.cpp65 int32_t TestOnDataReceived(const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType, in TestOnDataReceived()
77 int32_t TestOnChannelOpened(const char *pkgName, int32_t pid, const char *sessionName, const Channe… in TestOnChannelOpened()
87 int32_t TestOnChannelClosed(const char *pkgName, int32_t pid, in TestOnChannelClosed()
99 int32_t TestOnChannelOpenFailed(const char *pkgName, int32_t pid, int32_t channelId, in TestOnChannelOpenFailed()
111 int32_t TestGetUidAndPidBySessionName(const char *sessionName, int32_t *uid, int32_t *pid) in TestGetUidAndPidBySessionName()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dbg_transient_task_mgr.cpp150 ErrCode BgTransientTaskMgr::IsCallingInfoLegal(int32_t uid, int32_t pid, std::string &name, in IsCallingInfoLegal()
186 auto pid = IPCSkeleton::GetCallingPid(); in RequestSuspendDelay() local
371 auto pid = IPCSkeleton::GetCallingPid(); in CancelSuspendDelay() local
435 auto pid = IPCSkeleton::GetCallingPid(); in GetRemainingDelayTime() local
462 bool BgTransientTaskMgr::VerifyCallingInfo(int32_t uid, int32_t pid) in VerifyCallingInfo()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/js_child_process_manager/
H A Djs_child_process_manager.cpp120 pid_t pid = 0; in StartChildProcessSelfForkTask() local
138 auto pid = std::make_shared<pid_t>(ERR_INVALID_VALUE); in StartChildProcessAppSpawnForkTask() local
276 auto pid = std::make_shared<pid_t>(0); in StartChildProcessWithArgsTask() local
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp91 int32_t KeyGestureManager::KeyGesture::AddHandler(int32_t pid, int32_t longPressTime, in AddHandler()
351 int32_t KeyGestureManager::PullUpAccessibility::AddHandler(int32_t pid, in AddHandler()
383 int32_t KeyGestureManager::AddKeyGesture(int32_t pid, std::shared_ptr<KeyOption> keyOption, in AddKeyGesture()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service.cpp222 int32_t pid = pidIt->first; in DumpProcessRunningLock() local
252 int32_t pid = pidIt->first; in DumpProcessWindowInfo() local
288 int32_t pid = pidIt->first; in DumpProcessEventState() local
/ohos5.0/base/msdp/device_status/test/unittest/intention/ipc/src/
H A Dsocket_session_test.cpp58 int32_t pid = IPCSkeleton::GetCallingPid(); in SetUp() local
432 int32_t pid { 1 }; variable
638 int32_t pid = IPCSkeleton::GetCallingPid(); variable
/aosp12/frameworks/native/services/gpuservice/
H A DGpuService.cpp79 const int pid = ipc->getCallingPid(); in setUpdatableDriverPath() local
117 const int pid = ipc->getCallingPid(); in doDump() local
/aosp12/system/core/libutils/
H A DProcessCallStack.cpp44 static void dumpProcessHeader(Printer& printer, pid_t pid, const char* timeStr) { in dumpProcessHeader()
71 static void dumpProcessFooter(Printer& printer, pid_t pid) { in dumpProcessFooter()
/aosp12/system/connectivity/wificond/net/
H A Dnl80211_packet.cpp39 uint32_t pid) { in NL80211Packet()
165 void NL80211Packet::SetPortId(uint32_t pid) { in SetPortId()
/aosp12/system/core/debuggerd/
H A Dprotocol.h49 int32_t pid; member
64 int32_t pid; member
/aosp12/system/netd/server/
H A DIptablesRestoreController.cpp47 IptablesProcess(pid_t pid, int stdIn, int stdOut, int stdErr) : in IptablesProcess()
107 const pid_t pid; // NOLINT(misc-non-private-member-variables-in-classes) member in IptablesProcess
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInputManagerCallback.java98 public void notifyGestureMonitorUnresponsive(int pid, @NonNull String reason) { in notifyGestureMonitorUnresponsive()
108 public void notifyGestureMonitorResponsive(int pid) { in notifyGestureMonitorResponsive()
/aosp14/system/core/debuggerd/client/
H A Ddebuggerd_client.cpp88 static std::string get_wchan_data(int fd, pid_t pid) { in get_wchan_data()
119 pid_t pid = tid; in debuggerd_trigger_dump() local
/aosp14/system/core/libutils/
H A DProcessCallStack.cpp44 static void dumpProcessHeader(Printer& printer, pid_t pid, const char* timeStr) { in dumpProcessHeader()
71 static void dumpProcessFooter(Printer& printer, pid_t pid) { in dumpProcessFooter()
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/ipc/server/
H A DIpcServerTest.cpp131 pid_t pid = fork(); in SetUpTestCase() local
229 pthread_t pid; variable
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dsoftbus_server_stub.c83 static void ComponentDeathCallback(const char *pkgName, int32_t pid) in ComponentDeathCallback()
92 int32_t pid; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/mock/
H A Dtrans_lane_pending_test_mock.cpp54 int32_t TransGetUidAndPid(const char *sessionName, int32_t *uid, int32_t *pid) in TransGetUidAndPid()
96 const TransInfo *transInfo, int32_t pid) in ClientIpcSetChannelInfo()
/ohos5.0/foundation/resourceschedule/ffrt/test/testfunc/
H A Dutil.cpp32 uint32_t get_proc_memory(pid_t pid) in get_proc_memory()
120 static int perf_event_open(struct perf_event_attr* attr, pid_t pid, int cpu, int group_fd, unsigned… in perf_event_open()
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_dump_test.cpp98 int32_t pid = 3456; variable
166 int32_t pid = 3457; variable
/aosp12/packages/modules/StatsD/statsd/src/external/
H A DPerfetto.cpp64 pid_t pid = fork(); in CollectPerfettoTraceAndUploadToDropbox() local
/aosp12/frameworks/native/libs/binderdebug/tests/
H A Dbinderdebug_test.cpp69 pid_t pid = fork(); in main() local
/aosp12/frameworks/base/core/java/android/service/vr/
H A DVrListenerService.java146 ComponentName component, boolean running2dInVr, int pid) { in onCurrentVrActivityChanged()
/aosp12/hardware/qcom/display/msm8996/libmemtrack/
H A Dkgsl.c43 int kgsl_memtrack_get_memory(pid_t pid, enum memtrack_type type, in kgsl_memtrack_get_memory()
/aosp12/system/extras/alloc-stress/
H A Dmem-pressure.cpp54 pid_t pid; in main() local
/aosp12/system/memory/lmkd/
H A Dliblmkd_utils.cpp80 int create_memcg(uid_t uid, pid_t pid) { in create_memcg()

1...<<41424344454647484950>>...107