Home
last modified time | relevance | path

Searched refs:installType_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/src/
H A Dfirmware_install_executor.cpp41 CAST_INT(installType_), CAST_INT(components_.size())); in DoInstall()
57 if (installType_ == InstallType::SYS_INSTALLER) { in DoInstall()
59 } else if (installType_ == InstallType::UPDATER) { in DoInstall()
62 FIRMWARE_LOGI("installType:%{public}d is illegal", CAST_INT(installType_)); in DoInstall()
85 std::shared_ptr<FirmwareInstall> executor = InstallFactory::GetInstance(installType_); in DoInstall()
127 if (installType_ == InstallType::SYS_INSTALLER) { in HandleInstallResult()
129 } else if (installType_ == InstallType::UPDATER) { in HandleInstallResult()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/include/
H A Dfirmware_install_executor.h31 : installType_(installType), installCallback_(firmwareInstallCallback) {} in FirmwareInstallExecutor()
42 InstallType installType_;
/ohos5.0/base/update/updateservice/services/firmware/upgrade/mode/include/
H A Dfirmware_install_apply_mode.h37 installType_(installType), in FirmwareInstallApplyMode()
62 InstallType installType_; variable
/ohos5.0/base/update/updateservice/services/firmware/upgrade/mode/src/
H A Dfirmware_install_apply_mode_empty.cpp77 return installType_; in GetInstallType()
H A Dfirmware_install_apply_mode.cpp167 return installType_; in GetInstallType()