Home
last modified time | relevance | path

Searched refs:GetInstallType (Results 1 – 8 of 8) sorted by relevance

/base/update/updateservice/services/firmware/common/include/
Dfirmware_update_helper.h51 static InstallType GetInstallType();
/base/update/updateservice/services/firmware/upgrade/mode/include/
Dfirmware_iexecute_mode.h58 virtual InstallType GetInstallType() in GetInstallType() function
Dfirmware_install_apply_mode.h43 InstallType GetInstallType();
/base/update/updateservice/services/firmware/common/src/
Dfirmware_update_helper.cpp54 InstallType FirmwareUpdateHelper::GetInstallType() in GetInstallType() function in OHOS::UpdateEngine::FirmwareUpdateHelper
68 …hotaVersionComponent.effectiveMode = FirmwareUpdateHelper::GetInstallType() == InstallType::SYS_IN… in BuildHotaVersionComponent()
/base/update/updateservice/services/firmware/upgrade/flow/src/
Dfirmware_flow_manager.cpp148 …executor = std::make_shared<FirmwareInstallExecutor>(executeMode_->GetInstallType(), installCallba… in CreateInstance()
Dfirmware_manager.cpp218 if (FirmwareUpdateHelper::GetInstallType() == InstallType::SYS_INSTALLER) { in CanInstall()
/base/update/updateservice/services/firmware/upgrade/mode/src/
Dfirmware_install_apply_mode.cpp166 InstallType FirmwareInstallApplyMode::GetInstallType() in GetInstallType() function in OHOS::UpdateEngine::FirmwareInstallApplyMode
/base/update/updateservice/services/engine/src/
Dupdate_service_impl_firmware.cpp101 FirmwareUpdateHelper::GetInstallType()); in Upgrade()