Searched refs:GetHasPidValue (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/ |
H A D | parse_smaps_info.cpp | 35 bool ParseSmapsInfo::GetHasPidValue(const string &str, string &type, uint64_t &value) in GetHasPidValue() function in OHOS::HiviewDFX::ParseSmapsInfo 78 return GetHasPidValue(str, type, value); in GetValue() 88 return GetHasPidValue(str, type, value); in GetSmapsValue()
|
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | hidumper_memory_test.cpp | 86 ASSERT_FALSE(parseSmapsInfo->GetHasPidValue("RSS", NULL_STR, pid)); 87 ASSERT_FALSE(parseSmapsInfo->GetHasPidValue("PSS", NULL_STR, pid)); 88 ASSERT_FALSE(parseSmapsInfo->GetHasPidValue("Size", NULL_STR, pid));
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/parse/ |
H A D | parse_smaps_info.h | 43 bool GetHasPidValue(const std::string &str, std::string &type, uint64_t &value);
|