Home
last modified time | relevance | path

Searched refs:installType (Results 1 - 5 of 5) sorted by relevance

/base/update/updateservice/services/firmware/upgrade/executor/include/
H A Dfirmware_install_executor.h30 FirmwareInstallExecutor(InstallType installType, FirmwareInstallExecutorCallback firmwareInstallCallback) in FirmwareInstallExecutor() argument
31 : installType_(installType), installCallback_(firmwareInstallCallback) {} in FirmwareInstallExecutor()
/base/update/updateservice/services/firmware/upgrade/mode/include/
H A Dfirmware_install_apply_mode.h34 InstallType installType, OnExecuteFinishCallback onExecuteFinishCallback) in FirmwareInstallApplyMode()
37 installType_(installType), in FirmwareInstallApplyMode()
33 FirmwareInstallApplyMode(const UpgradeOptions &upgradeOptions, BusinessError &businessError, InstallType installType, OnExecuteFinishCallback onExecuteFinishCallback) FirmwareInstallApplyMode() argument
/base/update/updateservice/services/firmware/common/src/
H A Dfirmware_update_helper.cpp55 InstallType installType = (DeviceAdapter::GetBootSlot()) == Firmware::BOOTSLOTS_AB_UPDATE_VALUE ? in GetInstallType() local
57 FIRMWARE_LOGI("get installType(bootsloot) %{public}d", CAST_INT(installType)); in GetInstallType()
58 return installType; 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.cpp227 InstallType installType) in DoInstall()
229 FIRMWARE_LOGI("FirmwareManager DoInstall upgradeOptions order:%{public}d, installType = %{public}d", in DoInstall()
230 CAST_INT(upgradeOptions.order), CAST_INT(installType)); in DoInstall()
237 std::make_shared<FirmwareInstallApplyMode>(upgradeOptions, businessError, installType, [=]() { in DoInstall()
226 DoInstall(const UpgradeOptions &upgradeOptions, BusinessError &businessError, InstallType installType) DoInstall() argument

Completed in 3 milliseconds