Home
last modified time | relevance | path

Searched refs:IsKillableSystemApp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dreclaim_priority_manager.h209 bool IsKillableSystemApp(std::shared_ptr<BundlePriorityInfo> bundle);
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp510 bool ReclaimPriorityManager::IsKillableSystemApp(std::shared_ptr<BundlePriorityInfo> bundle) in IsKillableSystemApp() function in OHOS::Memory::ReclaimPriorityManager
599 if (IsKillableSystemApp(bundle) && proc.priority_ > RECLAIM_PRIORITY_KILLABLE_SYSTEM) { in HandleCreateProcess()
752 IsKillableSystemApp(bundle)) { in UpdateExtensionStatusForTarget()