Searched refs:IsPidExist (Results 1 – 5 of 5) sorted by relevance
46 bool IsPidExist(pid_t pid);
200 if (!CommonUtils::IsPidExist(pid)) { in CollectProcessCpuStatInfo()261 if (!CommonUtils::IsPidExist(it->first)) { in TryToDeleteDeadProcessInfoByTime()
72 …if (!CommonUtils::IsPidExist(it->first) || CommonUtils::GetProcFullNameByPid(it->first) != it->sec… in ClearProcessInfos()
170 bool IsPidExist(pid_t pid) in IsPidExist() function
307 "OHOS::HiviewDFX::CommonUtils::IsPidExist(int)";