Searched refs:installType_ (Results 1 – 5 of 5) sorted by relevance
41 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()
31 : installType_(installType), installCallback_(firmwareInstallCallback) {} in FirmwareInstallExecutor()42 InstallType installType_;
37 installType_(installType), in FirmwareInstallApplyMode()62 InstallType installType_; variable
77 return installType_; in GetInstallType()
167 return installType_; in GetInstallType()