Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_machine_test.cpp166 std::shared_ptr<NotLoadedStateHandler> notLoadedStateHandler =
167 std::make_shared<NotLoadedStateHandler>(stateListener1);
193 std::shared_ptr<NotLoadedStateHandler> notLoadedStateHandler =
194 std::make_shared<NotLoadedStateHandler>(stateListener1);
436 std::shared_ptr<NotLoadedStateHandler> notLoadedStateHandler =
437 std::make_shared<NotLoadedStateHandler>(stateListener);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_machine.cpp31 …ateHandlerMap_[SystemAbilityState::NOT_LOADED] = std::make_shared<NotLoadedStateHandler>(listener); in InitStateHandlerMap()
137 bool NotLoadedStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter()
142 void NotLoadedStateHandler::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.h38 class NotLoadedStateHandler : public SystemAbilityStateHandler {
40 explicit NotLoadedStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in NotLoadedStateHandler() function