Searched refs:CanEnter (Results 1 – 3 of 3) sorted by relevance
32 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;
64 if (!handler->CanEnter(currentState)) { in AbilityStateTransitionLocked()125 if (!handler->CanEnter(currentState)) { in ProcessStateTransitionLocked()137 bool NotLoadedStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter() function in OHOS::NotLoadedStateHandler152 bool LoadingStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter() function in OHOS::LoadingStateHandler167 bool LoadedStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter() function in OHOS::LoadedStateHandler187 bool UnloadableStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter() function in OHOS::UnloadableStateHandler202 bool UnloadingStateHandler::CanEnter(SystemAbilityState fromState) in CanEnter() function in OHOS::UnloadingStateHandler217 bool NotStartedStateHandler::CanEnter(SystemProcessState fromState) in CanEnter() function in OHOS::NotStartedStateHandler232 bool StartedStateHandler::CanEnter(SystemProcessState fromState) in CanEnter() function in OHOS::StartedStateHandler247 bool StoppingStateHandler::CanEnter(SystemProcessState fromState) in CanEnter() function in OHOS::StoppingStateHandler
476 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);