Home
last modified time | relevance | path

Searched refs:RECLAIM_PRIORITY_KILLABLE_SYSTEM (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_constant.h29 constexpr int RECLAIM_PRIORITY_KILLABLE_SYSTEM = -800; member
52 { RECLAIM_PRIORITY_KILLABLE_SYSTEM, "Persistent" },
/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()
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dreclaim_priority_constants.h24 constexpr int RECLAIM_PRIORITY_KILLABLE_SYSTEM = -800; member
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp222 OomScoreAdjUtils::WriteOomScoreAdjToKernel(pid, RECLAIM_PRIORITY_KILLABLE_SYSTEM); in HandlePreStartedProcs()
600 if (IsKillableSystemApp(bundle) && proc.priority_ > RECLAIM_PRIORITY_KILLABLE_SYSTEM) { in HandleCreateProcess()
601 proc.priority_ = RECLAIM_PRIORITY_KILLABLE_SYSTEM; in HandleCreateProcess()
752 if (proc.priority_ <= RECLAIM_PRIORITY_KILLABLE_SYSTEM || bundle->priority_ <= RECLAIM_PRIORITY_KILLABLE_SYSTEM || in UpdateExtensionStatusForTarget()
954 if (bundle->priority_ <= RECLAIM_PRIORITY_KILLABLE_SYSTEM) { in UpdateReclaimPriorityInner()

Completed in 4 milliseconds