Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_machine.h32 virtual bool CanEnter(SystemAbilityState fromState) = 0;
42 bool CanEnter(SystemAbilityState fromState) override;
50 bool CanEnter(SystemAbilityState fromState) override;
58 bool CanEnter(SystemAbilityState fromState) override;
66 bool CanEnter(SystemAbilityState fromState) override;
74 bool CanEnter(SystemAbilityState fromState) override;
83 virtual bool CanEnter(SystemProcessState fromState) = 0;
93 bool CanEnter(SystemProcessState fromState) override;
101 bool CanEnter(SystemProcessState fromState) override;
109 bool CanEnter(SystemProcessState fromState) override;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_machine.cpp64 if (!handler->CanEnter(currentState)) { in AbilityStateTransitionLocked()
125 if (!handler->CanEnter(currentState)) { in ProcessStateTransitionLocked()
137 bool NotLoadedStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter() function in OHOS::NotLoadedStateHandler
152 bool LoadingStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter() function in OHOS::LoadingStateHandler
167 bool LoadedStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter() function in OHOS::LoadedStateHandler
187 bool UnloadableStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter() function in OHOS::UnloadableStateHandler
202 bool UnloadingStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter() function in OHOS::UnloadingStateHandler
217 bool NotStartedStateHandler::CanEnter(SystemProcessState fromState) in CanEnter() function in OHOS::NotStartedStateHandler
232 bool StartedStateHandler::CanEnter(SystemProcessState fromState) in CanEnter() function in OHOS::StartedStateHandler
247 bool StoppingStateHandler::CanEnter(SystemProcessState fromState) in CanEnter() function in OHOS::StoppingStateHandler
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_machine_test.cpp476 bool ret = loadedStateHandler->CanEnter(SystemAbilityState::LOADED);
513 bool ret = unloadableStateHandler->CanEnter(SystemAbilityState::LOADED);
550 bool ret = unloadingStateHandler->CanEnter(SystemAbilityState::UNLOADABLE);
627 bool ret = stoppingStateHandler->CanEnter(SystemProcessState::STARTED);