Home
last modified time | relevance | path

Searched refs:ParseSmapsInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
H A Dparse_smaps_info.cpp27 ParseSmapsInfo::ParseSmapsInfo() in ParseSmapsInfo() function in OHOS::HiviewDFX::ParseSmapsInfo
31 ParseSmapsInfo::~ParseSmapsInfo() in ~ParseSmapsInfo()
35 bool ParseSmapsInfo::GetHasPidValue(const string &str, string &type, uint64_t &value) in GetHasPidValue()
67 bool ParseSmapsInfo::GetNoPidValue(const string &str, string &type, uint64_t &value) in GetNoPidValue()
75 bool ParseSmapsInfo::GetValue(const MemoryFilter::MemoryType &memType, const string &str, string &t… in GetValue()
84 bool ParseSmapsInfo::GetSmapsValue(const MemoryFilter::MemoryType &memType, const string &str, stri… in GetSmapsValue()
100 bool ParseSmapsInfo::GetInfo(const MemoryFilter::MemoryType &memType, const int &pid, in GetInfo()
124 void ParseSmapsInfo::SetMapByNameLine(const string &group, const string &content) in SetMapByNameLine()
142 void ParseSmapsInfo::SetLineToResult(GroupMap &result, const std::string &line) in SetLineToResult()
155 bool ParseSmapsInfo::ShowSmapsData(const MemoryFilter::MemoryType &memType, const int &pid, GroupMa… in ShowSmapsData()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/parse/
H A Dparse_smaps_info.h24 class ParseSmapsInfo {
26 ParseSmapsInfo();
27 ~ParseSmapsInfo();
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_innerkits_test.cpp255 std::unique_ptr<ParseSmapsInfo> parseSmapsInfo = std::make_unique<ParseSmapsInfo>();
H A Dhidumper_memory_test.cpp84 …unique_ptr<OHOS::HiviewDFX::ParseSmapsInfo> parseSmapsInfo = make_unique<OHOS::HiviewDFX::ParseSma…
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dsmaps_memory_info.cpp237 unique_ptr<ParseSmapsInfo> parseSmapsInfo = make_unique<ParseSmapsInfo>(); in ShowMemorySmapsByPid()
H A Dmemory_info.cpp216 unique_ptr<ParseSmapsInfo> parseSmapsInfo = make_unique<ParseSmapsInfo>(); in GetMemoryInfoByPid()
262 unique_ptr<ParseSmapsInfo> parseSmapsInfo = make_unique<ParseSmapsInfo>(); in GetSmapsInfoNoPid()