Home
last modified time | relevance | path

Searched defs:childPid (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dhiebpf_collector_impl.cpp42 int childPid = fork(); in StartHiebpf() local
65 int childPid = fork(); in StopHiebpf() local
H A Dhilog_collector_impl.cpp72 int childPid = fork(); in CollectLastLog() local
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dhilog_collector_test.cpp49 int childPid = fork(); variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_running_record_test/
H A Dapp_running_record_test.cpp206 pid_t childPid = 201; variable
230 pid_t childPid = 201; variable
255 pid_t childPid = 201; variable
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dfault_stack_test.cpp90 int childPid = fork(); variable
/ohos5.0/base/startup/appspawn/common/
H A Dappspawn_server.c194 int AppSpawnProcessMsg(AppSpawnContent *content, AppSpawnClient *client, pid_t *childPid)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_display_render_node.cpp438 auto childPid = ExtractPid(child->GetId()); in GetSortedChildren() local
455 auto childPid = ExtractPid(child->GetId()); in GetSortedChildren() local
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dshell_catcher.cpp237 int childPid = fork(); in ReadShellToFile() local
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
H A Dlog_catcher_utils.cpp165 int childPid = fork(); in ReadShellToFile() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signal_handler.c535 static bool WaitProcessExit(int childPid, const char* name) in WaitProcessExit()
577 int childPid = -1; in ForkAndExecProcessDump() local
835 int childPid = ForkBySyscall(); in ForkAndDoProcessDump() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp349 pid_t childPid = waitpid(pid, &status, 0); in VerifyAbc() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_running_manager_test/
H A Dapp_running_manager_test.cpp220 pid_t childPid = 201; variable
/ohos5.0/base/startup/init/services/init/
H A Dinit_common_service.c291 pid_t childPid = getpid(); in WritePid() local
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_service.c799 …int AppSpawnProcessMsgForPrefork(AppSpawnContent *content, AppSpawnClient *client, pid_t *childPid) in AppSpawnProcessMsgForPrefork()
861 static int RunAppSpawnProcessMsg(AppSpawnContent *content, AppSpawnClient *client, pid_t *childPid) in RunAppSpawnProcessMsg()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp466 pid_t childPid = fork(); in ForkProcessToDumpExtraInfo() local
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp522 int32_t ForkExecParentProcess(const int32_t *pipeFd, int32_t count, pid_t childPid, std::string *ou… in ForkExecParentProcess()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp928 int childPid = fork(); in GetHilog() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/
H A Dfaultloggerd_system_test.cpp1110 int childPid = clone(RunInNewPidNs, cloneStack, CLONE_NEWPID | SIGCHLD, nullptr); variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1403 int32_t AppMgrService::StartChildProcess(pid_t &childPid, const ChildProcessRequest &request) in StartChildProcess()
H A Dapp_mgr_service_inner.cpp6823 int32_t AppMgrServiceInner::StartChildProcess(const pid_t callingPid, pid_t &childPid, in NotifyAppFaultBySA()
6887 … const std::shared_ptr<AppRunningRecord> appRecord, pid_t &childPid, const ChildProcessArgs &args, in NotifyAppFaultBySA()
7081 auto childPid = childRecord->GetPid(); in NotifyAppFaultBySA() local
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_proxy.cpp1609 int32_t AppMgrProxy::StartChildProcess(pid_t &childPid, const ChildProcessRequest &request) in StartChildProcess()
H A Dapp_mgr_stub.cpp1383 int32_t childPid = 0; in HandleStartChildProcess() local