Searched refs:DoInstall (Results 1 - 9 of 9) sorted by relevance
/base/update/updateservice/services/firmware/upgrade/executor/src/ |
H A D | firmware_apply_executor.cpp | 35 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 D | firmware_install_executor.cpp | 33 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 D | module_update_consumer.cpp | 38 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 D | firmware_apply_executor.h | 36 void DoInstall();
|
H A D | firmware_install_executor.h | 36 void DoInstall();
|
/base/update/sys_installer/services/module_update/service/include/ |
H A D | module_update_consumer.h | 39 void DoInstall(ModuleUpdateStatus &status);
|
/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 | 226 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 D | update_service_impl_firmware.cpp | 122 DelayedSingleton<FirmwareManager>::GetInstance()->DoInstall(upgradeOptions, businessError, in Upgrade()
|
Completed in 4 milliseconds