Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_machine.cpp35 …abilityStateHandlerMap_[SystemAbilityState::UNLOADING] = std::make_shared<UnloadingStateHandler>(l… in InitStateHandlerMap()
202 bool UnloadingStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter()
207 void UnloadingStateHandler::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.h70 class UnloadingStateHandler : public SystemAbilityStateHandler {
72 explicit UnloadingStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in UnloadingStateHandler() function
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_machine_test.cpp548 std::shared_ptr<UnloadingStateHandler> unloadingStateHandler =
549 std::make_shared<UnloadingStateHandler>(stateListener);
567 std::shared_ptr<UnloadingStateHandler> unloadingStateHandler =
568 std::make_shared<UnloadingStateHandler>(stateListener);