Home
last modified time | relevance | path

Searched refs:GetProcValue (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dfile_utils.h33 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 Dfile_utils.cpp85 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 Dmemory_info.cpp445 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 Dhidumper_memory_test.cpp160 int value = static_cast<int>(memoryInfo->GetProcValue(INVALID_PID, NULL_STR));
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info.h160 static uint64_t GetProcValue(const int32_t &pid, const std::string& key);