Home
last modified time | relevance | path

Searched refs:ShowMemorySmapsByPid (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info_wrapper.cpp44 int ShowMemorySmapsByPid(int pid, StringMatrix data, bool isShowSmapsInfo) in ShowMemorySmapsByPid() function
48 if (!smapsMemoryInfo->ShowMemorySmapsByPid(pid, data, isShowSmapsInfo)) { in ShowMemorySmapsByPid()
H A Dsmaps_memory_info.cpp231 bool SmapsMemoryInfo::ShowMemorySmapsByPid(const int &pid, StringMatrix result, bool isShowSmapsInf… in ShowMemorySmapsByPid() function in OHOS::HiviewDFX::SmapsMemoryInfo
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info_wrapper.h34 EXPORT_API int ShowMemorySmapsByPid(int pid, StringMatrix data, bool isShowSmapsInfo);
H A Dsmaps_memory_info.h50 bool ShowMemorySmapsByPid(const int &pid, StringMatrix result, bool isShowSmapsInfo);
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_memory_test.cpp129 ASSERT_TRUE(smapsMemoryInfo->ShowMemorySmapsByPid(INIT_PID, result, true));
130 ASSERT_FALSE(smapsMemoryInfo->ShowMemorySmapsByPid(INVALID_PID, result, true));
/ohos5.0/base/hiviewdfx/hidumper/services/
H A Dhidumper.map6 ShowMemorySmapsByPid;