Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_machine.cpp37 …eHandlerMap_[SystemProcessState::NOT_STARTED] = std::make_shared<NotStartedStateHandler>(listener); in InitStateHandlerMap()
217 bool NotStartedStateHandler::CanEnter(SystemProcessState fromState) in CanEnter()
222 void NotStartedStateHandler::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.h89 class NotStartedStateHandler : public SystemProcessStateHandler {
91 explicit NotStartedStateHandler(const std::shared_ptr<SystemAbilityStateListener>& listener) in NotStartedStateHandler() function
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_machine_test.cpp386 std::shared_ptr<NotStartedStateHandler> notStartedStateHandler =
387 std::make_shared<NotStartedStateHandler>(stateListener1);
587 std::shared_ptr<NotStartedStateHandler> notStartedStateHandler =
588 std::make_shared<NotStartedStateHandler>(stateListener);