Home
last modified time | relevance | path

Searched refs:ABILITY_LOAD_FAILED_EVENT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_event_handler.h30 ABILITY_LOAD_FAILED_EVENT, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_event_handler_test.cpp116 AbilityStateEvent::ABILITY_LOAD_FAILED_EVENT);
139 AbilityStateEvent::ABILITY_LOAD_FAILED_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()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1374 …teScheduler_->SendAbilityStateEvent(systemAbilityId, AbilityStateEvent::ABILITY_LOAD_FAILED_EVENT); in SendCheckLoadedMsg()