Searched refs:ProcessExist (Results 1 – 3 of 3) sorted by relevance
1351 bool ProcessExist(pid_t pid);
1467 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::AppMgrServiceInner2355 if (!ProcessExist(*iter)) { in CheckAllProcessExist()5144 if (ProcessExist(renderPid)) { in StartRenderProcess()
1133 bool result = appMgrServiceInner->ProcessExist(pid);