Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info_wrapper.cpp29 std::unique_ptr<OHOS::HiviewDFX::MemoryInfo> memoryInfo = std::make_unique<OHOS::HiviewDFX::MemoryInfo>(); in GetMemoryInfoByPid() local
30 if (!memoryInfo->GetMemoryInfoByPid(pid, data)) { in GetMemoryInfoByPid()
39 std::unique_ptr<OHOS::HiviewDFX::MemoryInfo> memoryInfo = std::make_unique<OHOS::HiviewDFX::MemoryInfo>(); in GetMemoryInfoNoPid() local
40 int ret = memoryInfo->GetMemoryInfoNoPid(fd, data); in GetMemoryInfoNoPid()
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_memory_test.cpp155 unique_ptr<OHOS::HiviewDFX::MemoryInfo> memoryInfo = in HWTEST_F() local
157 int value = static_cast<int>(memoryInfo->GetProcValue(INVALID_PID, NULL_STR)); in HWTEST_F()
159 value = static_cast<int>(memoryInfo->GetVss(INVALID_PID)); in HWTEST_F()
163 ASSERT_FALSE(memoryInfo->GetMemByProcessPid(INVALID_PID, usage)); in HWTEST_F()
165 memoryInfo->GetProcessAdjLabel(INVALID_PID); in HWTEST_F()
176 unique_ptr<OHOS::HiviewDFX::MemoryInfo> memoryInfo = in HWTEST_F() local
180 memoryInfo->GetPurgTotal(memInfo, result); in HWTEST_F()
222 shared_ptr<OHOS::HiviewDFX::MemoryInfo> memoryInfo = in HWTEST_F() local
232 int ret = memoryInfo->GetGraphicsMemory(pid, graphicsMemory, GraphicType::GRAPH); in HWTEST_F()
234 memoryInfo in HWTEST_F()
[all...]

Completed in 1 milliseconds