Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_innerkits_test.cpp257 GroupMap nativeGroupMap; variable
258 EXPECT_TRUE(parseSmapsInfo->GetInfo(MemoryFilter::APPOINT_PID, 1, nativeGroupMap, groupMap));
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info.h148 void GetNativeHeap(const GroupMap& nativeGroupMap, StringMatrix result);
149 … void GetNativeValue(const std::string& tag, const GroupMap& nativeGroupMap, StringMatrix result);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp215 GroupMap nativeGroupMap; in GetMemoryInfoByPid() local
217 if (!parseSmapsInfo->GetInfo(MemoryFilter::APPOINT_PID, pid, nativeGroupMap, groupMap)) { in GetMemoryInfoByPid()
235 GetNativeHeap(nativeGroupMap, result); in GetMemoryInfoByPid()
456 void MemoryInfo::GetNativeValue(const string& tag, const GroupMap& nativeGroupMap, StringMatrix res… in GetNativeValue() argument
463 auto info = nativeGroupMap.find(tag); in GetNativeValue()
464 if (info == nativeGroupMap.end()) { in GetNativeValue()
484 void MemoryInfo::GetNativeHeap(const GroupMap& nativeGroupMap, StringMatrix result) in GetNativeHeap() argument
491 GetNativeValue(it, nativeGroupMap, result); in GetNativeHeap()