Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/interfaces/native/innerkits/include/
Ddump_common_utils.h50 static bool IsUserPid(const std::string &pid);
/base/hiviewdfx/hidumper/services/native/src/
Ddump_common_utils.cpp102 bool DumpCommonUtils::IsUserPid(const std::string &pid) in IsUserPid() function in OHOS::HiviewDFX::DumpCommonUtils
132 if (!IsUserPid(file)) { in GetUserPids()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dcmd_dumper.cpp45 … if (ptrDumpCfg_->name_ == "dumper_stack" && !DumpCommonUtils::IsUserPid(std::to_string(pid))) { in PreExecute()