Home
last modified time | relevance | path

Searched refs:StartChildProcessPreCheck (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1427 int32_t StartChildProcessPreCheck(pid_t callingPid, int32_t childProcessType);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp6827 auto errCode = StartChildProcessPreCheck(callingPid, request.childProcessType); in NotifyAppFaultBySA()
6857 int32_t AppMgrServiceInner::StartChildProcessPreCheck(pid_t callingPid, int32_t childProcessType) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
7747 int32_t errCode = StartChildProcessPreCheck(hostPid, CHILD_PROCESS_TYPE_NATIVE); in NotifyAppFaultBySA()