Home
last modified time | relevance | path

Searched refs:NOT_STARTED (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_machine_test.cpp322 … systemAbilityStateMachine->ProcessStateTransitionLocked(nullptr, SystemProcessState::NOT_STARTED);
343 SystemProcessState::NOT_STARTED);
363 systemAbilityStateMachine->processStateHandlerMap_[SystemProcessState::NOT_STARTED] = nullptr;
365 SystemProcessState::NOT_STARTED);
388 systemProcessContext->state = SystemProcessState::NOT_STARTED;
390 …systemAbilityStateMachine->processStateHandlerMap_[SystemProcessState::NOT_STARTED] = notStartedSt…
392 SystemProcessState::NOT_STARTED);
417 …systemAbilityStateMachine->processStateHandlerMap_[SystemProcessState::NOT_STARTED] = startedState…
H A Dsystem_ability_event_handler_test.cpp393 systemProcessContext->state = SystemProcessState::NOT_STARTED;
H A Dsystem_ability_state_scheduler_test.cpp499 systemProcessContext->state = SystemProcessState::NOT_STARTED;
1750 systemProcessContext->state = SystemProcessState::NOT_STARTED;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_context.h41 NOT_STARTED = 0, enumerator
77 SystemProcessState state = SystemProcessState::NOT_STARTED;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_machine.cpp37 …processStateHandlerMap_[SystemProcessState::NOT_STARTED] = std::make_shared<NotStartedStateHandler… in InitStateHandlerMap()
219 return fromState != SystemProcessState::NOT_STARTED; in CanEnter()
234 return fromState == SystemProcessState::NOT_STARTED; in CanEnter()
H A Dsystem_ability_event_handler.cpp158 case SystemProcessState::NOT_STARTED: in HandleProcessStartedEventLocked()
178 … result = stateMachine_->ProcessStateTransitionLocked(context, SystemProcessState::NOT_STARTED); in HandleProcessStoppedEventLocked()
H A Dsystem_ability_state_scheduler.cpp252 if (abilityContext->ownProcessContext->state == SystemProcessState::NOT_STARTED) { in HandleLoadAbilityEvent()