Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
Dmemory_info.h107 static std::string GetProcName(const int &pid);
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_info.cpp234 std::string processName = GetProcName(pid); in IsRenderService()
494 string MemoryInfo::GetProcName(const int &pid) in GetProcName() function in OHOS::HiviewDFX::MemoryInfo
600 usage.name = GetProcName(pid); in GetMemByProcessPid()