Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h137 UnloadEventHandler(const std::weak_ptr<SystemAbilityStateScheduler>& stateScheduler) in UnloadEventHandler() argument
138 : stateScheduler_(stateScheduler) in UnloadEventHandler()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp1377 auto stateScheduler = stateScheduler_.lock(); in ProcessEvent() local
1379 if (stateScheduler != nullptr) { in ProcessEvent()
1380 result = stateScheduler->ProcessDelayUnloadEvent(systemAbilityId); in ProcessEvent()