Home
last modified time | relevance | path

Searched refs:RECLAIM_PRIORITY_SYSTEM (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_constant.h25 constexpr int RECLAIM_PRIORITY_SYSTEM = -1000; variable
50 { RECLAIM_PRIORITY_SYSTEM, "System" },
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dmem_mgr_constant.cpp22 if (priority < RECLAIM_PRIORITY_SYSTEM || priority > RECLAIM_PRIORITY_UNKNOWN) { in GetReclaimPriorityString()
25 return ReclaimPriorityMapping.at(RECLAIM_PRIORITY_SYSTEM); in GetReclaimPriorityString()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dreclaim_priority_constants.h22 constexpr int RECLAIM_PRIORITY_SYSTEM = -1000; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info.h44 constexpr int RECLAIM_PRIORITY_SYSTEM = -1000; variable
65 { RECLAIM_PRIORITY_SYSTEM, "System" },
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dinnerkits_test.cpp111 auto ptr = ReclaimPriorityMapping.find(RECLAIM_PRIORITY_SYSTEM);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp969 if (priority < RECLAIM_PRIORITY_SYSTEM || priority > RECLAIM_PRIORITY_UNKNOWN) { in GetReclaimPriorityString()
972 return ReclaimPriorityMapping.at(RECLAIM_PRIORITY_SYSTEM); in GetReclaimPriorityString()