Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/parse/
Dparse_meminfo.h30 bool GetMeminfo(ValueMap &meminfo);
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
Dparse_meminfo.cpp54 bool ParseMeminfo::GetMeminfo(ValueMap &result) in GetMeminfo() function in OHOS::HiviewDFX::ParseMeminfo
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
Dmemory_info.h88 bool GetMeminfo(ValueMap &result);
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_info.cpp253 bool MemoryInfo::GetMeminfo(ValueMap &result) in GetMeminfo() function in OHOS::HiviewDFX::MemoryInfo
256 return parseMeminfo->GetMeminfo(result); in GetMeminfo()
679 if (!GetMeminfo(meminfoResult)) { in GetMemoryInfoNoPid()