Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dmemory_dumper.cpp44 bool success = memoryInfo_->GetMemoryInfoByPid(pid_, dumpDatas_); in Execute()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
Dmemory_info.h47 bool GetMemoryInfoByPid(const int &pid, StringMatrix result);
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_info.cpp216 bool MemoryInfo::GetMemoryInfoByPid(const int &pid, StringMatrix result) in GetMemoryInfoByPid() function in OHOS::HiviewDFX::MemoryInfo