Home
last modified time | relevance | path

Searched refs:ProcessExist (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1351 bool ProcessExist(pid_t pid);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp1467 auto exitResult = !ProcessExist(pid); in SendProcessExitEventTask()
2250 if (!ProcessExist(pid)) { in KillProcessByPid()
2336 bool AppMgrServiceInner::ProcessExist(pid_t pid) in ProcessExist() function in OHOS::AppExecFwk::AppMgrServiceInner
2355 if (!ProcessExist(*iter)) { in CheckAllProcessExist()
5144 if (ProcessExist(renderPid)) { in StartRenderProcess()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp1133 bool result = appMgrServiceInner->ProcessExist(pid);