Home
last modified time | relevance | path

Searched refs:SetSwap (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dsmaps_memory_info.h75 void SetSwap(MemInfoData::MemSmapsInfo &meminfo, uint64_t value);
H A Dmemory_info.h174 void SetSwap(MemInfoData::MemInfo &meminfo, uint64_t value);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dsmaps_memory_info.cpp68 bind(&SmapsMemoryInfo::SetSwap, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo()
277 void SmapsMemoryInfo::SetSwap(MemInfoData::MemSmapsInfo &meminfo, uint64_t value) in SetSwap() function in OHOS::HiviewDFX::SmapsMemoryInfo
H A Dmemory_info.cpp73 bind(&MemoryInfo::SetSwap, this, placeholders::_1, placeholders::_2))); in MemoryInfo()
1017 void MemoryInfo::SetSwap(MemInfoData::MemInfo &meminfo, uint64_t value) in SetSwap() function in OHOS::HiviewDFX::MemoryInfo