Searched refs:installType (Results 1 - 5 of 5) sorted by relevance
/base/update/updateservice/services/firmware/upgrade/executor/include/ |
H A D | firmware_install_executor.h | 30 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 D | firmware_install_apply_mode.h | 34 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 D | firmware_update_helper.cpp | 55 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 D | firmware_manager.h | 46 void DoInstall(const UpgradeOptions &upgradeOptions, BusinessError &businessError, InstallType installType);
|
/base/update/updateservice/services/firmware/upgrade/flow/src/ |
H A D | firmware_manager.cpp | 227 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