Home
last modified time | relevance | path

Searched refs:SystemAbilityEventHandler (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_event_handler_test.cpp88 std::shared_ptr<SystemAbilityEventHandler> systemAbilityEventHandler =
108 std::shared_ptr<SystemAbilityEventHandler> systemAbilityEventHandler =
133 std::shared_ptr<SystemAbilityEventHandler> systemAbilityEventHandler =
158 std::shared_ptr<SystemAbilityEventHandler> systemAbilityEventHandler =
180 std::shared_ptr<SystemAbilityEventHandler> systemAbilityEventHandler =
207 std::shared_ptr<SystemAbilityEventHandler> systemAbilityEventHandler =
230 std::shared_ptr<SystemAbilityEventHandler> systemAbilityEventHandler =
253 std::shared_ptr<SystemAbilityEventHandler> systemAbilityEventHandler =
274 std::shared_ptr<SystemAbilityEventHandler> systemAbilityEventHandler =
296 std::shared_ptr<SystemAbilityEventHandler> systemAbilityEventHandler =
[all …]
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_event_handler.cpp21 SystemAbilityEventHandler::SystemAbilityEventHandler(const std::shared_ptr<SystemAbilityStateMachin… in SystemAbilityEventHandler() function in OHOS::SystemAbilityEventHandler
27 void SystemAbilityEventHandler::InitEventHandlerMap() in InitEventHandlerMap()
30 &SystemAbilityEventHandler::HandleAbilityLoadFailedEventLocked; in InitEventHandlerMap()
32 &SystemAbilityEventHandler::HandleAbilityLoadSuccessEventLocked; in InitEventHandlerMap()
34 &SystemAbilityEventHandler::HandleAbilityUnLoadSuccessEventLocked; in InitEventHandlerMap()
36 &SystemAbilityEventHandler::HandleProcessStartedEventLocked; in InitEventHandlerMap()
38 &SystemAbilityEventHandler::HandleProcessStoppedEventLocked; in InitEventHandlerMap()
82 int32_t SystemAbilityEventHandler::HandleAbilityLoadFailedEventLocked( in HandleAbilityLoadFailedEventLocked()
104 int32_t SystemAbilityEventHandler::HandleAbilityLoadSuccessEventLocked( in HandleAbilityLoadSuccessEventLocked()
150 int32_t SystemAbilityEventHandler::HandleProcessStartedEventLocked( in HandleProcessStartedEventLocked()
[all …]
H A Dsystem_ability_state_scheduler.cpp67 stateEventHandler_ = std::make_shared<SystemAbilityEventHandler>(stateMachine_); in Init()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_event_handler.h39 class SystemAbilityEventHandler {
41 …explicit SystemAbilityEventHandler(const std::shared_ptr<SystemAbilityStateMachine>& stateMachine);
55 int32_t(SystemAbilityEventHandler::*)(const std::shared_ptr<SystemAbilityContext>& context);
57 int32_t(SystemAbilityEventHandler::*)(const std::shared_ptr<SystemProcessContext>& context,
H A Dsystem_ability_state_scheduler.h155 std::shared_ptr<SystemAbilityEventHandler> stateEventHandler_;