Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_machine.cpp38 …processStateHandlerMap_[SystemProcessState::STARTED] = std::make_shared<StartedStateHandler>(liste… in InitStateHandlerMap()
232 bool StartedStateHandler::CanEnter(SystemProcessState fromState) in CanEnter()
237 void StartedStateHandler::OnEnter(const std::shared_ptr<SystemProcessContext>& context) in OnEnter()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_machine.h97 class StartedStateHandler : public SystemProcessStateHandler {
99 explicit StartedStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in StartedStateHandler() function
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_machine_test.cpp413 std::shared_ptr<StartedStateHandler> startedStateHandler =
414 std::make_shared<StartedStateHandler>(stateListener1);
607 std::shared_ptr<StartedStateHandler> startedStateHandler =
608 std::make_shared<StartedStateHandler>(stateListener);