Home
last modified time | relevance | path

Searched refs:GetHasPidValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
H A Dparse_smaps_info.cpp35 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 Dhidumper_memory_test.cpp86 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 Dparse_smaps_info.h43 bool GetHasPidValue(const std::string &str, std::string &type, uint64_t &value);