Searched refs:GetProcValue (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/ |
H A D | file_utils.h | 33 std::string GetProcValue(const int32_t &pid, const std::string& path, const std::string& key);
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | file_utils.cpp | 85 string FileUtils::GetProcValue(const int32_t &pid, const string& path, const string& key) in GetProcValue() function in OHOS::HiviewDFX::FileUtils
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | memory_info.cpp | 445 purgSum.push_back(AddKbUnit(GetProcValue(pid, MemoryFilter::GetInstance().PURGSUM_OUT_LABEL))); in GetPurgByPid() 452 purgPin.push_back(AddKbUnit(GetProcValue(pid, MemoryFilter::GetInstance().PURGPIN_OUT_LABEL))); in GetPurgByPid() 578 procName = FileUtils::GetInstance().GetProcValue(pid, path, "Name"); in GetProcName() 583 uint64_t MemoryInfo::GetProcValue(const int32_t &pid, const string& key) in GetProcValue() function in OHOS::HiviewDFX::MemoryInfo 586 std::string value = FileUtils::GetInstance().GetProcValue(pid, path, key); in GetProcValue()
|
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | hidumper_memory_test.cpp | 160 int value = static_cast<int>(memoryInfo->GetProcValue(INVALID_PID, NULL_STR));
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/ |
H A D | memory_info.h | 160 static uint64_t GetProcValue(const int32_t &pid, const std::string& key);
|