Home
last modified time | relevance | path

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

/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);
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dfile_utils.cpp86 string FileUtils::GetProcValue(const int32_t &pid, const string& path, const string& key) in GetProcValue() function in OHOS::HiviewDFX::FileUtils
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp438 purgSum.push_back(AddKbUnit(GetProcValue(pid, MemoryFilter::GetInstance().PURGSUM_OUT_LABEL))); in GetPurgByPid()
445 purgPin.push_back(AddKbUnit(GetProcValue(pid, MemoryFilter::GetInstance().PURGPIN_OUT_LABEL))); in GetPurgByPid()
571 procName = FileUtils::GetInstance().GetProcValue(pid, path, "Name"); in GetProcName()
576 uint64_t MemoryInfo::GetProcValue(const int32_t &pid, const string& key) in GetProcValue() function in OHOS::HiviewDFX::MemoryInfo
579 std::string value = FileUtils::GetInstance().GetProcValue(pid, path, key); in GetProcValue()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info.h125 static uint64_t GetProcValue(const int32_t &pid, const std::string& key);
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_memory_test.cpp157 int value = static_cast<int>(memoryInfo->GetProcValue(INVALID_PID, NULL_STR)); in HWTEST_F()

Completed in 4 milliseconds