Home
last modified time | relevance | path

Searched refs:AbilityStateEvent (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_event_handler.h28 enum class AbilityStateEvent { enum
42 …eAbilityEventLocked(const std::shared_ptr<SystemAbilityContext>& context, AbilityStateEvent event);
60 std::map<AbilityStateEvent, AbilityEventHandlerFunc> abilityEventHandlerMap_;
H A Dsystem_ability_state_scheduler.h49 int32_t SendAbilityStateEvent(int32_t systemAbilityId, AbilityStateEvent event);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_event_handler.cpp29 abilityEventHandlerMap_[AbilityStateEvent::ABILITY_LOAD_FAILED_EVENT] = in InitEventHandlerMap()
31 abilityEventHandlerMap_[AbilityStateEvent::ABILITY_LOAD_SUCCESS_EVENT] = in InitEventHandlerMap()
33 abilityEventHandlerMap_[AbilityStateEvent::ABILITY_UNLOAD_SUCCESS_EVENT] = in InitEventHandlerMap()
42 AbilityStateEvent event) in HandleAbilityEventLocked()
H A Dsystem_ability_state_scheduler.cpp418 …ystemAbilityStateScheduler::SendAbilityStateEvent(int32_t systemAbilityId, AbilityStateEvent event) in SendAbilityStateEvent()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_event_handler_test.cpp91 AbilityStateEvent::ABILITY_LOAD_SUCCESS_EVENT);
116 AbilityStateEvent::ABILITY_LOAD_FAILED_EVENT);
139 AbilityStateEvent::ABILITY_LOAD_FAILED_EVENT);
H A Dsystem_ability_state_scheduler_test.cpp1044 …systemAbilityStateScheduler->SendAbilityStateEvent(SAID, AbilityStateEvent::ABILITY_LOAD_SUCCESS_E…
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp831 …abilityStateScheduler_->SendAbilityStateEvent(systemAbilityId, AbilityStateEvent::ABILITY_UNLOAD_S… in RemoveSystemAbility()
1118 …abilityStateScheduler_->SendAbilityStateEvent(systemAbilityId, AbilityStateEvent::ABILITY_LOAD_SUC… in AddSystemAbility()
1374 …abilityStateScheduler_->SendAbilityStateEvent(systemAbilityId, AbilityStateEvent::ABILITY_LOAD_FAI… in SendCheckLoadedMsg()