Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_machine.cpp33 …abilityStateHandlerMap_[SystemAbilityState::LOADED] = std::make_shared<LoadedStateHandler>(listene… in InitStateHandlerMap()
167 bool LoadedStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter()
177 void LoadedStateHandler::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.h54 class LoadedStateHandler : public SystemAbilityStateHandler {
56 explicit LoadedStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in LoadedStateHandler() function
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_machine_test.cpp474 std::shared_ptr<LoadedStateHandler> loadedStateHandler =
475 std::make_shared<LoadedStateHandler>(stateListener);
493 std::shared_ptr<LoadedStateHandler> loadedStateHandler =
494 std::make_shared<LoadedStateHandler>(stateListener);