Home
last modified time | relevance | path

Searched defs:pid (Results 576 – 600 of 1387) sorted by relevance

1...<<21222324252627282930>>...56

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_mgr_proxy_test/
H A Dams_mgr_proxy_test.cpp180 int32_t pid = 1; variable
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dapp_manager.cpp91 const AppRecord *AppManager::GetAppRecordByToken(uint64_t token, pid_t pid) in GetAppRecordByToken()
/ohos5.0/base/sensors/sensor/test/fuzztest/services/service/reportsensorsysevent_fuzzer/
H A Dreportsensorsysevent_fuzzer.cpp85 int32_t pid = 0; in ReportSensorSysEventFuzzTest() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/src/
H A Dsched_policy.cpp34 int SetThreadGroupSchedPolicy(int pid, int policy) in SetThreadGroupSchedPolicy()
/ohos5.0/base/location/test/location_locator/source/
H A Dpermission_manager_test.cpp199 pid_t pid = 8888; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp1104 int pid = 0; variable
1132 pid_t pid = 0; variable
1942 pid_t pid = 1; variable
2437 pid_t pid = 0; variable
2866 int32_t pid = 1; variable
3063 pid_t pid = 0; variable
3080 pid_t pid = 1; variable
3146 pid_t pid = 1; variable
3179 pid_t pid = 1; variable
3347 int32_t pid = 0; variable
[all …]
/ohos5.0/base/time/time_service/utils/native/src/
H A Dtime_file_utils.cpp52 std::string TimeFileUtils::GetNameByPid(uint32_t pid) in GetNameByPid()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H A Dtrace_collector.h38 int32_t pid; // app process id member
/ohos5.0/base/sensors/sensor/utils/ipc/src/
H A Dstream_session.cpp31 …reamSession(const std::string &programName, const int32_t fd, const int32_t uid, const int32_t pid) in StreamSession()
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/test_sa_proxy_cache_ability/src/
H A Dtest_sa_proxy_cache_stub.cpp99 int32_t pid; in StubGetSaPID() local
/ohos5.0/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_gesture_manager.h35 Handler(int32_t id, int32_t pid, int32_t longPressTime, in Handler()
/ohos5.0/foundation/resourceschedule/frame_aware_sched/qos_manager/include/
H A Dqos_common.h24 int pid; member
/ohos5.0/base/powermgr/powermgr_lite/frameworks/include/
H A Drunning_lock_entry.h28 uint32_t pid; member
/ohos5.0/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Drunning_lock_info.h93 int32_t pid = 0; member
/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
/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
/ohos5.0/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_virtual.c50 int32_t TcpPostBytes(uint32_t connectionId, const char *data, int32_t len, int32_t pid, int32_t fla… in TcpPostBytes()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_lane_manager.h44 int32_t pid; member

1...<<21222324252627282930>>...56