Searched refs:ParseSmapsInfo (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/ |
H A D | parse_smaps_info.cpp | 27 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 D | parse_smaps_info.h | 24 class ParseSmapsInfo { 26 ParseSmapsInfo(); 27 ~ParseSmapsInfo();
|
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | hidumper_innerkits_test.cpp | 255 std::unique_ptr<ParseSmapsInfo> parseSmapsInfo = std::make_unique<ParseSmapsInfo>();
|
H A D | hidumper_memory_test.cpp | 84 …unique_ptr<OHOS::HiviewDFX::ParseSmapsInfo> parseSmapsInfo = make_unique<OHOS::HiviewDFX::ParseSma…
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | smaps_memory_info.cpp | 237 unique_ptr<ParseSmapsInfo> parseSmapsInfo = make_unique<ParseSmapsInfo>(); in ShowMemorySmapsByPid()
|
H A D | memory_info.cpp | 216 unique_ptr<ParseSmapsInfo> parseSmapsInfo = make_unique<ParseSmapsInfo>(); in GetMemoryInfoByPid() 262 unique_ptr<ParseSmapsInfo> parseSmapsInfo = make_unique<ParseSmapsInfo>(); in GetSmapsInfoNoPid()
|