Home
last modified time | relevance | path

Searched refs:InstallType (Results 1 - 13 of 13) sorted by relevance

/base/update/updateservice/services/firmware/upgrade/install/src/
H A Dfirmware_install_factory.cpp22 std::shared_ptr<FirmwareInstall> InstallFactory::GetInstance(InstallType type) in GetInstance()
25 case InstallType::SYS_INSTALLER: in GetInstance()
/base/update/updateservice/services/firmware/upgrade/mode/include/
H A Dfirmware_install_apply_mode.h34 InstallType installType, OnExecuteFinishCallback onExecuteFinishCallback) in FirmwareInstallApplyMode()
44 InstallType GetInstallType();
62 InstallType installType_;
H A Dfirmware_iexecute_mode.h62 virtual InstallType GetInstallType() in GetInstallType()
64 return InstallType::UPDATER; in GetInstallType()
/base/update/updateservice/services/firmware/upgrade/executor/include/
H A Dfirmware_install_executor.h30 FirmwareInstallExecutor(InstallType installType, FirmwareInstallExecutorCallback firmwareInstallCallback) in FirmwareInstallExecutor()
42 InstallType installType_;
/base/update/updateservice/services/firmware/common/src/
H A Dfirmware_update_helper.cpp53 InstallType FirmwareUpdateHelper::GetInstallType() in GetInstallType()
55 InstallType installType = (DeviceAdapter::GetBootSlot()) == Firmware::BOOTSLOTS_AB_UPDATE_VALUE ? in GetInstallType()
56 InstallType::SYS_INSTALLER : InstallType::UPDATER; in GetInstallType()
76 hotaVersionComponent.effectiveMode = FirmwareUpdateHelper::GetInstallType() == InstallType::SYS_INSTALLER ? in BuildHotaVersionComponent()
/base/update/updateservice/services/firmware/upgrade/executor/src/
H A Dfirmware_install_executor.cpp57 if (installType_ == InstallType::SYS_INSTALLER) { in DoInstall()
59 } else if (installType_ == InstallType::UPDATER) { in DoInstall()
127 if (installType_ == InstallType::SYS_INSTALLER) { in HandleInstallResult()
129 } else if (installType_ == InstallType::UPDATER) { in HandleInstallResult()
/base/update/updateservice/services/firmware/upgrade/install/include/
H A Dfirmware_install_factory.h28 static std::shared_ptr<FirmwareInstall> GetInstance(InstallType type);
/base/update/updateservice/services/firmware/common/include/
H A Dfirmware_update_helper.h52 static InstallType GetInstallType();
H A Dfirmware_common.h63 enum class InstallType { class in OHOS::UpdateEngine::FirmwareStep::BlType::CheckResultStatus
/base/update/updateservice/services/firmware/upgrade/mode/src/
H A Dfirmware_install_apply_mode_empty.cpp75 InstallType FirmwareInstallApplyMode::GetInstallType() in GetInstallType()
H A Dfirmware_install_apply_mode.cpp165 InstallType FirmwareInstallApplyMode::GetInstallType() in GetInstallType()
/base/update/updateservice/services/firmware/upgrade/flow/include/
H A Dfirmware_manager.h46 void DoInstall(const UpgradeOptions &upgradeOptions, BusinessError &businessError, InstallType installType);
/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_manager.cpp219 if (FirmwareUpdateHelper::GetInstallType() == InstallType::SYS_INSTALLER) { in CanInstall()
227 InstallType installType) in DoInstall()
449 DoInstall(upgradeOptions, businessError, InstallType::SYS_INSTALLER); in HandleBootInstallOnStatusProcess()

Completed in 4 milliseconds