Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_machine.cpp32 …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()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_machine.h46 class LoadingStateHandler : public SystemAbilityStateHandler {
48 explicit LoadingStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in LoadingStateHandler() function
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_machine_test.cpp456 std::shared_ptr<LoadingStateHandler> loadingStateHandler =
457 std::make_shared<LoadingStateHandler>(stateListener);