Searched refs:SystemAbilityEventHandler (Results 1 – 5 of 5) sorted by relevance
88 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 …]
21 SystemAbilityEventHandler::SystemAbilityEventHandler(const std::shared_ptr<SystemAbilityStateMachin… in SystemAbilityEventHandler() function in OHOS::SystemAbilityEventHandler27 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 …]
67 stateEventHandler_ = std::make_shared<SystemAbilityEventHandler>(stateMachine_); in Init()
39 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,
155 std::shared_ptr<SystemAbilityEventHandler> stateEventHandler_;