Home
last modified time | relevance | path

Searched refs:GetkillalbeSystemApps (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/common/include/config/
H A Dreclaim_priority_config.h32 std::set<std::string> GetkillalbeSystemApps();
/ohos5.0/foundation/resourceschedule/memmgr/common/src/config/
H A Dreclaim_priority_config.cpp122 std::set<std::string> ReclaimPriorityConfig::GetkillalbeSystemApps() in GetkillalbeSystemApps() function in OHOS::Memory::ReclaimPriorityConfig
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp185 allKillableSystemApps_.merge(config_.GetkillalbeSystemApps()); in GetAllKillableSystemApps()