Home
last modified time | relevance | path

Searched refs:smapsMemoryInfo (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info_wrapper.cpp46 std::unique_ptr<OHOS::HiviewDFX::SmapsMemoryInfo> smapsMemoryInfo = in ShowMemorySmapsByPid() local
48 if (!smapsMemoryInfo->ShowMemorySmapsByPid(pid, data, isShowSmapsInfo)) { in ShowMemorySmapsByPid()
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_memory_test.cpp123 shared_ptr<OHOS::HiviewDFX::SmapsMemoryInfo> smapsMemoryInfo = in HWTEST_F() local
126 ASSERT_TRUE(smapsMemoryInfo->ShowMemorySmapsByPid(INIT_PID, result, true)); in HWTEST_F()
127 ASSERT_FALSE(smapsMemoryInfo->ShowMemorySmapsByPid(INVALID_PID, result, true)); in HWTEST_F()

Completed in 2 milliseconds