Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_constant.h29 constexpr int RECLAIM_PRIORITY_KILLABLE_SYSTEM = -800; variable
52 { RECLAIM_PRIORITY_KILLABLE_SYSTEM, "Persistent" },
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dmem_mgr_constant.cpp26 } else if (priority < RECLAIM_PRIORITY_KILLABLE_SYSTEM) { in GetReclaimPriorityString()
29 return ReclaimPriorityMapping.at(RECLAIM_PRIORITY_KILLABLE_SYSTEM); in GetReclaimPriorityString()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dreclaim_priority_constants.h24 constexpr int RECLAIM_PRIORITY_KILLABLE_SYSTEM = -800; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info.h48 constexpr int RECLAIM_PRIORITY_KILLABLE_SYSTEM = -800; variable
67 { RECLAIM_PRIORITY_KILLABLE_SYSTEM, "Persistent" },
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp222 OomScoreAdjUtils::WriteOomScoreAdjToKernel(pid, RECLAIM_PRIORITY_KILLABLE_SYSTEM); in HandlePreStartedProcs()
599 if (IsKillableSystemApp(bundle) && proc.priority_ > RECLAIM_PRIORITY_KILLABLE_SYSTEM) { in HandleCreateProcess()
600 proc.priority_ = RECLAIM_PRIORITY_KILLABLE_SYSTEM; in HandleCreateProcess()
751 …if (proc.priority_ <= RECLAIM_PRIORITY_KILLABLE_SYSTEM || bundle->priority_ <= RECLAIM_PRIORITY_KI… in UpdateExtensionStatusForTarget()
922 if (bundle->priority_ <= RECLAIM_PRIORITY_KILLABLE_SYSTEM) { in UpdateReclaimPriorityInner()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp973 } else if (priority < RECLAIM_PRIORITY_KILLABLE_SYSTEM) { in GetReclaimPriorityString()
976 return ReclaimPriorityMapping.at(RECLAIM_PRIORITY_KILLABLE_SYSTEM); in GetReclaimPriorityString()