Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_constant.h62 std::string GetReclaimPriorityString(int32_t priority);
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dmem_mgr_constant.cpp20 std::string GetReclaimPriorityString(int32_t priority) in GetReclaimPriorityString() function
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_memory_test.cpp168 memoryInfo->GetReclaimPriorityString(RECLAIM_PRIORITY_UNKNOWN + 1);
169 memoryInfo->GetReclaimPriorityString(RECLAIM_PRIORITY_BACKGROUND - 1);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info.h162 static std::string GetReclaimPriorityString(int32_t priority);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp635 adjLabel = GetReclaimPriorityString(value); in GetProcessAdjLabel()
967 std::string MemoryInfo::GetReclaimPriorityString(int32_t priority) in GetReclaimPriorityString() function in OHOS::HiviewDFX::MemoryInfo