Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_machine.cpp34 …teHandlerMap_[SystemAbilityState::UNLOADABLE] = std::make_shared<UnloadableStateHandler>(listener); in InitStateHandlerMap()
187 bool UnloadableStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter()
192 void UnloadableStateHandler::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.h62 class UnloadableStateHandler : public SystemAbilityStateHandler {
64 explicit UnloadableStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in UnloadableStateHandler() function
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_machine_test.cpp511 std::shared_ptr<UnloadableStateHandler> unloadableStateHandler =
512 std::make_shared<UnloadableStateHandler>(stateListener);
530 std::shared_ptr<UnloadableStateHandler> unloadableStateHandler =
531 std::make_shared<UnloadableStateHandler>(stateListener);