/ohos5.0/base/sensors/sensor/test/fuzztest/interfaces/suspendsensors_fuzzer/ |
H A D | suspendsensors_fuzzer.cpp | 76 int32_t pid { -1 }; in SuspendSensorsFuzzTest() local
|
/ohos5.0/base/startup/init/services/modules/init_context/ |
H A D | init_context_static.c | 38 void StopSubInit(pid_t pid) in StopSubInit()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/moduletest/ |
H A D | faultloggerd_module_test.cpp | 31 int pid = GetProcessPid(serviceName); in WaitForServiceReady() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/sigdump_handler/ |
H A D | sigdump_handler_test.cpp | 74 pid_t pid = fork(); variable
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_logger.cpp | 78 void InitDebugLog(int type, int pid, int tid, unsigned int uid) in InitDebugLog()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | memory_level_info.cpp | 72 pid_t pid = parcel.ReadInt32(); in ReadFromParcel() local
|
H A D | app_mgr_proxy.cpp | 322 int32_t AppMgrProxy::JudgeSandboxByPid(pid_t pid, bool &isSandbox) in JudgeSandboxByPid() 337 int32_t AppMgrProxy::IsTerminatingByPid(pid_t pid, bool &isTerminating) in IsTerminatingByPid() 1135 int32_t AppMgrProxy::SetContinuousTaskProcess(int32_t pid, bool isContinuousTask) in SetContinuousTaskProcess() 1332 bool AppMgrProxy::SetAppFreezeFilter(int32_t pid) in SetAppFreezeFilter() 1355 int32_t AppMgrProxy::GetProcessMemoryByPid(const int32_t pid, int32_t &memorySize) in GetProcessMemoryByPid() 1414 int32_t AppMgrProxy::ChangeAppGcState(pid_t pid, int32_t state) in ChangeAppGcState() 1785 int32_t AppMgrProxy::GetAppRunningUniqueIdByPid(pid_t pid, std::string &appRunningUniqueId) in GetAppRunningUniqueIdByPid() 1806 int32_t AppMgrProxy::GetAllUIExtensionRootHostPid(pid_t pid, std::vector<pid_t> &hostPids) in GetAllUIExtensionRootHostPid() 1895 int32_t AppMgrProxy::SetSupportedProcessCache(int32_t pid, bool isSupport) in SetSupportedProcessCache() 1952 int32_t AppMgrProxy::CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest) in CheckCallingIsUserTestMode() [all …]
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/message_listener/src/ |
H A D | background_task_listener.cpp | 93 int32_t uid, int32_t pid, const std::string& bundleName) in OnTaskStatusChanged()
|
/ohos5.0/base/powermgr/power_manager/services/native/include/actions/ |
H A D | running_lock_action_info.h | 54 int32_t pid = 0; member
|
/ohos5.0/foundation/resourceschedule/memmgr/common/src/ |
H A D | kernel_interface.cpp | 301 bool KernelInterface::GetProcNameByPid(int pid, std::string &name) in GetProcNameByPid() 375 int KernelInterface::KillOneProcessByPid(int pid) in KillOneProcessByPid() 417 int pid = atoi(ptr->d_name); in GetAllProcPids() local 430 bool KernelInterface::GetUidByPid(unsigned int pid, unsigned int& uid) in GetUidByPid() 591 int pid; in GetMemcgPids() local
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | inner_common_event_manager.cpp | 205 …const sptr<IRemoteObject> &commonEventListener, const struct tm &recordTime, const pid_t &pid, con… in PublishCommonEvent() 301 const pid_t &pid, const uid_t &uid, const Security::AccessToken::AccessTokenID &callerToken, in SubscribeCommonEvent() 532 bool InnerCommonEventManager::CheckUserId(const pid_t &pid, const uid_t &uid, in CheckUserId() 653 …entManager::SendSubscribeHiSysEvent(int32_t userId, const std::string &subscriberName, int32_t pid, in SendSubscribeHiSysEvent() 691 …nEventManager::SendPublishHiSysEvent(int32_t userId, const std::string &publisherName, int32_t pid, in SendPublishHiSysEvent()
|
/ohos5.0/base/startup/appspawn/test/moduletest/ |
H A D | appspawn_module_test.cpp | 77 bool ReadFileInfo(char *buffer, const int32_t &pid, const char *fileName) in ReadFileInfo() 110 bool CheckUid(const int32_t &pid, const int newUid) in CheckUid() 133 bool CheckGid(const int32_t &pid, const int newGid) in CheckGid() 160 std::size_t GetGids(const int32_t &pid, std::vector<int32_t> &gids) in GetGids() 194 bool CheckGids(const int32_t &pid, const std::vector<int32_t> newGids) in CheckGids() 205 bool CheckGidsCount(const int32_t &pid, const std::vector<int32_t> newGids) in CheckGidsCount() 216 bool CheckProcName(const int32_t &pid, const std::string &newProcessName) in CheckProcName() 234 bool CheckProcessIsDestroyed(const int32_t &pid) in CheckProcessIsDestroyed()
|
/ohos5.0/base/sensors/sensor/services/src/ |
H A D | sensor_service_stub.cpp | 225 int32_t pid; in SuspendSensorsInner() local 243 int32_t pid; in ResumeSensorsInner() local 255 int32_t pid; in GetActiveInfoListInner() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/utils/ |
H A D | dfx_test_util.cpp | 80 int32_t pid = 0; in GetProcessPid() local 130 bool CheckProcessComm(int pid, const std::string& name) in CheckProcessComm() 212 std::string GetCppCrashFileName(const pid_t pid, const std::string& tempPath) in GetCppCrashFileName()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/parse/ |
H A D | meminfo_data.h | 69 int pid = -1; member 77 uint32_t pid = 0; member 87 int pid = -1; member
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | uds_server.cpp | 102 const int32_t moduleType, const int32_t uid, const int32_t pid, in AddSocketPairInfo() 364 auto pid = ses->GetPid(); in AddSession() local 388 auto pid = GetClientPid(fd); in DelSession() local
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | client_msg_handler.cpp | 159 int32_t pid = 0; in NotifyBundleName() local 386 int32_t pid = 0; in OnAnr() local 402 int32_t pid = 0; in NotifyWindowStateError() local
|
/ohos5.0/base/hiviewdfx/hidumper/services/zidl/src/ |
H A D | dump_broker_cpu_stub.cpp | 65 int32_t pid = data.ReadInt32(); in DumpCpuUsageOnly() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/rust/panic_handler/ |
H A D | lib.rs | 73 let pid = process::id(); in report_info_handler() localVariable
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | instr_statistic_test.cpp | 55 static pid_t pid = getpid(); variable
|
/ohos5.0/base/tee/tee_client/services/authentication/ |
H A D | tee_auth_common.h | 44 pid_t pid; member
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/status_bar_delegate/ |
H A D | status_bar_delegate_stub.cpp | 68 int32_t pid = data.ReadInt32(); in HandleAttachPidToStatusBarItem() local
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/test/unittest/ |
H A D | res_sched_exe_mgr_test.cpp | 116 int32_t pid = 65535; variable
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | focus_change_info.h | 35 FocusChangeInfo(uint32_t winId, DisplayId displayId, int32_t pid, int32_t uid, WindowType type, in FocusChangeInfo()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | camera_privacy.h | 56 explicit CameraPrivacy(wptr<HCameraDevice> device, uint32_t callingTokenId, int32_t pid) in CameraPrivacy()
|