Searched refs:GetProcValue (Results 1 - 5 of 5) sorted by relevance
/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);
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | file_utils.cpp | 86 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 D | memory_info.cpp | 438 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 D | memory_info.h | 125 static uint64_t GetProcValue(const int32_t &pid, const std::string& key);
|
/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | hidumper_memory_test.cpp | 157 int value = static_cast<int>(memoryInfo->GetProcValue(INVALID_PID, NULL_STR)); in HWTEST_F()
|
Completed in 4 milliseconds