Searched refs:IsUserPid (Results 1 – 3 of 3) sorted by relevance
50 static bool IsUserPid(const std::string &pid);
102 bool DumpCommonUtils::IsUserPid(const std::string &pid) in IsUserPid() function in OHOS::HiviewDFX::DumpCommonUtils132 if (!IsUserPid(file)) { in GetUserPids()
45 … if (ptrDumpCfg_->name_ == "dumper_stack" && !DumpCommonUtils::IsUserPid(std::to_string(pid))) { in PreExecute()