Searched refs:IsNameLine (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | memory_dumper_test.cpp | 162 ASSERT_FALSE(MemoryUtil::GetInstance().IsNameLine(valueLine, name, iNode)); 165 ASSERT_TRUE(MemoryUtil::GetInstance().IsNameLine(nameLine, name, iNode));
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/ |
H A D | parse_smaps_info.cpp | 115 } else if (MemoryUtil::GetInstance().IsNameLine(line, name, iNode)) { in GetInfo() 169 } else if (MemoryUtil::GetInstance().IsNameLine(line, name, iNode)) { in ShowSmapsData()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/ |
H A D | memory_util.h | 47 bool IsNameLine(const std::string &str, std::string &name, uint64_t &iNode);
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | memory_util.cpp | 34 bool MemoryUtil::IsNameLine(const string &str, string &name, uint64_t &iNode) in IsNameLine() function in OHOS::HiviewDFX::MemoryUtil
|