Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h115 bool CanKillSystemProcessLocked(const std::shared_ptr<SystemProcessContext>& processContext);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp771 if (CanKillSystemProcessLocked(processContext)) { in TryKillSystemProcess()
781 return CanKillSystemProcessLocked(processContext); in CanKillSystemProcess()
784 bool SystemAbilityStateScheduler::CanKillSystemProcessLocked( in CanKillSystemProcessLocked() function in OHOS::SystemAbilityStateScheduler