Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_memory_test.cpp162 value = static_cast<int>(memoryInfo->GetVss(INVALID_PID));
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info.h158 static uint64_t GetVss(const int32_t &pid);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp648 uint64_t MemoryInfo::GetVss(const int32_t &pid) in GetVss() function in OHOS::HiviewDFX::MemoryInfo
695 usage.vss = GetVss(pid); in GetMemByProcessPid()