Home
last modified time | relevance | path

Searched refs:GetNextStep (Results 1 - 11 of 11) sorted by relevance

/base/update/updateservice/services/firmware/upgrade/mode/src/
H A Dfirmware_manual_check_mode_empty.cpp23 FirmwareStep FirmwareManualCheckMode::GetNextStep(FirmwareStep step) in GetNextStep() function in OHOS::UpdateEngine::FirmwareManualCheckMode
25 FIRMWARE_LOGI("GetNextStep %{public}d", static_cast<uint32_t>(step)); in GetNextStep()
H A Dfirmware_install_apply_mode_empty.cpp23 FirmwareStep FirmwareInstallApplyMode::GetNextStep(FirmwareStep step) in GetNextStep() function in OHOS::UpdateEngine::FirmwareInstallApplyMode
25 FIRMWARE_LOGI("GetNextStep %{public}d", static_cast<uint32_t>(step)); in GetNextStep()
H A Dfirmware_download_mode_empty.cpp23 FirmwareStep FirmwareDownloadMode::GetNextStep(FirmwareStep step) in GetNextStep() function in OHOS::UpdateEngine::FirmwareDownloadMode
25 FIRMWARE_LOGI("GetNextStep %{public}d", static_cast<uint32_t>(step)); in GetNextStep()
H A Dfirmware_manual_check_mode.cpp34 FirmwareStep FirmwareManualCheckMode::GetNextStep(FirmwareStep step) in GetNextStep() function in OHOS::UpdateEngine::FirmwareManualCheckMode
36 FIRMWARE_LOGI("GetNextStep %{public}d", static_cast<uint32_t>(step)); in GetNextStep()
H A Dfirmware_install_apply_mode.cpp36 FirmwareStep FirmwareInstallApplyMode::GetNextStep(FirmwareStep step) in GetNextStep() function in OHOS::UpdateEngine::FirmwareInstallApplyMode
38 FIRMWARE_LOGI("GetNextStep %{public}d", static_cast<uint32_t>(step)); in GetNextStep()
H A Dfirmware_download_mode.cpp32 FirmwareStep FirmwareDownloadMode::GetNextStep(FirmwareStep step) in GetNextStep() function in OHOS::UpdateEngine::FirmwareDownloadMode
34 FIRMWARE_LOGI("GetNextStep %{public}d", static_cast<uint32_t>(step)); in GetNextStep()
/base/update/updateservice/services/firmware/upgrade/mode/include/
H A Dfirmware_manual_check_mode.h33 FirmwareStep GetNextStep(FirmwareStep step) final;
H A Dfirmware_iexecute_mode.h36 virtual FirmwareStep GetNextStep(FirmwareStep step) in GetNextStep() function in OHOS::UpdateEngine::FirmwareIExecuteMode
H A Dfirmware_install_apply_mode.h41 FirmwareStep GetNextStep(FirmwareStep step) final;
H A Dfirmware_download_mode.h41 FirmwareStep GetNextStep(FirmwareStep step) final;
/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_flow_manager.cpp58 nextStep_ = executeMode_->GetNextStep(nextStep_); in Execute()

Completed in 3 milliseconds