Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_event_handler.cpp32 &SystemAbilityEventHandler::HandleAbilityLoadSuccessEventLocked; in InitEventHandlerMap()
104 int32_t SystemAbilityEventHandler::HandleAbilityLoadSuccessEventLocked( in HandleAbilityLoadSuccessEventLocked() function in OHOS::SystemAbilityEventHandler
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_event_handler.h48 … int32_t HandleAbilityLoadSuccessEventLocked(const std::shared_ptr<SystemAbilityContext>& context);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_event_handler_test.cpp301 …int32_t ret = systemAbilityEventHandler->HandleAbilityLoadSuccessEventLocked(systemAbilityContext);