Searched refs:GetGroupFromMap (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | memory_filter.cpp | 33 if (GetGroupFromMap(name, group, endMap_, in ParseMemoryGroup() 35 GetGroupFromMap(name, group, beginMap_, in ParseMemoryGroup() 45 if (GetGroupFromMap(name, group, heapBeginMap_, in ParseNativeHeapMemoryGroup() 51 bool MemoryFilter::GetGroupFromMap(const string &name, string &group, in GetGroupFromMap() function in OHOS::HiviewDFX::MemoryFilter
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/ |
H A D | memory_filter.h | 120 bool GetGroupFromMap(const std::string &name, std::string &group,
|