Searched refs:MemoryType (Results 1 – 5 of 5) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/parse/ |
D | parse_smaps_info.h | 32 bool GetInfo(const MemoryFilter::MemoryType &memType, const int &pid, GroupMap &result); 33 bool ShowSmapsData(const MemoryFilter::MemoryType &memType, const int &pid, GroupMap &result, 39 …bool GetValue(const MemoryFilter::MemoryType &memType, const std::string &str, std::string &type, … 40 …bool GetSmapsValue(const MemoryFilter::MemoryType &memType, const std::string &str, std::string &t…
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/ |
D | parse_smaps_info.cpp | 74 bool ParseSmapsInfo::GetValue(const MemoryFilter::MemoryType &memType, const string &str, string &t… in GetValue() 76 if (memType == MemoryFilter::MemoryType::APPOINT_PID) { in GetValue() 83 bool ParseSmapsInfo::GetSmapsValue(const MemoryFilter::MemoryType &memType, const string &str, stri… in GetSmapsValue() 86 if (memType == MemoryFilter::MemoryType::APPOINT_PID) { in GetSmapsValue() 99 bool ParseSmapsInfo::GetInfo(const MemoryFilter::MemoryType &memType, const int &pid, GroupMap &res… in GetInfo() 133 bool ParseSmapsInfo::ShowSmapsData(const MemoryFilter::MemoryType &memType, const int &pid, GroupMa… in ShowSmapsData()
|
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/ |
D | get_heap_info.h | 34 bool GetInfo(const MemoryFilter::MemoryType &memType, const int &pid, GroupMap &infos);
|
D | memory_filter.h | 36 enum MemoryType { enum
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
D | get_heap_info.cpp | 41 bool GetHeapInfo::GetInfo(const MemoryFilter::MemoryType &memType, const int &pid, GroupMap &infos) in GetInfo()
|