Home
last modified time | relevance | path

Searched refs:IsPidExist (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dcommon_utils.h46 bool IsPidExist(pid_t pid);
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dprocess_state_info_collector.cpp200 if (!CommonUtils::IsPidExist(pid)) { in CollectProcessCpuStatInfo()
261 if (!CommonUtils::IsPidExist(it->first)) { in TryToDeleteDeadProcessInfoByTime()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/process/
H A Dprocess_status.cpp72 …if (!CommonUtils::IsPidExist(it->first) || CommonUtils::GetProcFullNameByPid(it->first) != it->sec… in ClearProcessInfos()
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dcommon_utils.cpp170 bool IsPidExist(pid_t pid) in IsPidExist() function
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dlibhiviewbase.map307 "OHOS::HiviewDFX::CommonUtils::IsPidExist(int)";