Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_memory_test.cpp167 memoryInfo->GetProcessAdjLabel(INVALID_PID);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info.h161 static std::string GetProcessAdjLabel(const int32_t pid);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp603 string MemoryInfo::GetProcessAdjLabel(const int32_t pid) in GetProcessAdjLabel() function in OHOS::HiviewDFX::MemoryInfo
702 usage.adjLabel = GetProcessAdjLabel(pid); in GetMemByProcessPid()