Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp470 std::string ppidName = GetNameByPid(ppid); in GetPPidByPid() local
472 if (std::find(std::begin(SH_NAMES), std::end(SH_NAMES), ppidName) != std::end(SH_NAMES)) { in GetPPidByPid()