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.h104 static std::string GetProcName(const int &pid);
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_info.cpp447 string MemoryInfo::GetProcName(const int &pid) in GetProcName() function in OHOS::HiviewDFX::MemoryInfo
532 usage.name = GetProcName(pid); in GetMemByProcessPid()