Home
last modified time | relevance | path

Searched refs:DoInstall (Results 1 - 9 of 9) sorted by relevance

/base/update/updateservice/services/firmware/upgrade/executor/src/
H A Dfirmware_apply_executor.cpp35 std::thread installThread([this] { this->DoInstall(); }); in Execute()
39 void FirmwareApplyExecutor::DoInstall() in DoInstall() function in OHOS::UpdateEngine::FirmwareApplyExecutor
41 FIRMWARE_LOGI("FirmwareApplyExecutor DoInstall"); in DoInstall()
H A Dfirmware_install_executor.cpp33 std::thread installThread([this] { this->DoInstall(); }); in Execute()
37 void FirmwareInstallExecutor::DoInstall() in DoInstall() function in OHOS::UpdateEngine::FirmwareInstallExecutor
40 FIRMWARE_LOGI("FirmwareInstallExecutor DoInstall installType: %{public}d, component num: %{public}d", in DoInstall()
48 FIRMWARE_LOGE("FirmwareInstallExecutor DoInstall installCallback is null"); in DoInstall()
/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_consumer.cpp38 void ModuleUpdateConsumer::DoInstall(ModuleUpdateStatus &status) in DoInstall() function in OHOS::SysInstaller::ModuleUpdateConsumer
58 DoInstall(status); in DoRevert()
72 DoInstall(status); in DoUnload()
/base/update/updateservice/services/firmware/upgrade/executor/include/
H A Dfirmware_apply_executor.h36 void DoInstall();
H A Dfirmware_install_executor.h36 void DoInstall();
/base/update/sys_installer/services/module_update/service/include/
H A Dmodule_update_consumer.h39 void DoInstall(ModuleUpdateStatus &status);
/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.cpp226 void FirmwareManager::DoInstall(const UpgradeOptions &upgradeOptions, BusinessError &businessError, in DoInstall() function in OHOS::UpdateEngine::FirmwareManager
229 FIRMWARE_LOGI("FirmwareManager DoInstall upgradeOptions order:%{public}d, installType = %{public}d", in DoInstall()
238 FIRMWARE_LOGI("FirmwareManager DoInstall finish"); in DoInstall()
449 DoInstall(upgradeOptions, businessError, InstallType::SYS_INSTALLER); in HandleBootInstallOnStatusProcess()
/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_firmware.cpp122 DelayedSingleton<FirmwareManager>::GetInstance()->DoInstall(upgradeOptions, businessError, in Upgrade()

Completed in 4 milliseconds