Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dget_ram_info.cpp22 GetRamInfo::GetRamInfo() in GetRamInfo() function in OHOS::HiviewDFX::GetRamInfo
25 GetRamInfo::~GetRamInfo() in ~GetRamInfo()
29 uint64_t GetRamInfo::GetGroupMapValue(const GroupMap &infos, const vector<string> keys) const in GetGroupMapValue()
44 uint64_t GetRamInfo::GetValueMapValue(const ValueMap &infos, const vector<string> strs) const in GetValueMapValue()
60 uint64_t GetRamInfo::GetTotalPss(const GroupMap &infos) const in GetTotalPss()
66 uint64_t GetRamInfo::GetTotalSwapPss(const GroupMap &infos) const in GetTotalSwapPss()
72 uint64_t GetRamInfo::GetFreeInfo(const ValueMap &infos) const in GetFreeInfo()
78 uint64_t GetRamInfo::GetKernelUsedInfo(const ValueMap &infos) const in GetKernelUsedInfo()
84 uint64_t GetRamInfo::GetCachedInfo(const ValueMap &infos) const in GetCachedInfo()
90 uint64_t GetRamInfo::GetTotalRam(const ValueMap &infos) const in GetTotalRam()
[all …]
Dmemory_info.cpp382 unique_ptr<GetRamInfo> getRamInfo = make_unique<GetRamInfo>(); in GetRamUsage()
383 GetRamInfo::Ram ram = getRamInfo->GetRam(smapsinfos, meminfo); in GetRamUsage()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
Dget_ram_info.h23 class GetRamInfo {
25 GetRamInfo();
26 ~GetRamInfo();