Searched refs:LoadingStateHandler (Results 1 – 3 of 3) sorted by relevance
32 …abilityStateHandlerMap_[SystemAbilityState::LOADING] = std::make_shared<LoadingStateHandler>(liste… in InitStateHandlerMap()152 bool LoadingStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter()157 void LoadingStateHandler::OnEnter(const std::shared_ptr<SystemAbilityContext>& context) in OnEnter()
46 class LoadingStateHandler : public SystemAbilityStateHandler {48 explicit LoadingStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in LoadingStateHandler() function
456 std::shared_ptr<LoadingStateHandler> loadingStateHandler =457 std::make_shared<LoadingStateHandler>(stateListener);