Searched refs:ShowMemorySmapsByPid (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | memory_info_wrapper.cpp | 44 int ShowMemorySmapsByPid(int pid, StringMatrix data, bool isShowSmapsInfo) in ShowMemorySmapsByPid() function 48 if (!smapsMemoryInfo->ShowMemorySmapsByPid(pid, data, isShowSmapsInfo)) { in ShowMemorySmapsByPid()
|
H A D | smaps_memory_info.cpp | 231 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 D | memory_info_wrapper.h | 34 EXPORT_API int ShowMemorySmapsByPid(int pid, StringMatrix data, bool isShowSmapsInfo);
|
H A D | smaps_memory_info.h | 50 bool ShowMemorySmapsByPid(const int &pid, StringMatrix result, bool isShowSmapsInfo);
|
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | hidumper_memory_test.cpp | 129 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 D | hidumper.map | 6 ShowMemorySmapsByPid;
|