Searched refs:DoInstall (Results 1 – 7 of 7) sorted by relevance
/base/update/updateservice/services/firmware/upgrade/executor/src/ |
D | firmware_apply_executor.cpp | 36 std::thread installThread(&FirmwareApplyExecutor::DoInstall, this); in Execute() 40 void FirmwareApplyExecutor::DoInstall() in DoInstall() function in OHOS::UpdateEngine::FirmwareApplyExecutor
|
D | firmware_install_executor.cpp | 34 std::thread installThread(&FirmwareInstallExecutor::DoInstall, this); in Execute() 38 void FirmwareInstallExecutor::DoInstall() in DoInstall() function in OHOS::UpdateEngine::FirmwareInstallExecutor
|
/base/update/updateservice/services/firmware/upgrade/executor/include/ |
D | firmware_apply_executor.h | 36 void DoInstall();
|
D | firmware_install_executor.h | 36 void DoInstall();
|
/base/update/updateservice/services/firmware/upgrade/flow/include/ |
D | firmware_manager.h | 44 …void DoInstall(const UpgradeOptions &upgradeOptions, BusinessError &businessError, InstallType ins…
|
/base/update/updateservice/services/firmware/upgrade/flow/src/ |
D | firmware_manager.cpp | 225 void FirmwareManager::DoInstall(const UpgradeOptions &upgradeOptions, BusinessError &businessError, in DoInstall() function in OHOS::UpdateEngine::FirmwareManager 444 DoInstall(upgradeOptions, businessError, InstallType::SYS_INSTALLER); in HandleBootInstallOnStatusProcess()
|
/base/update/updateservice/services/engine/src/ |
D | update_service_impl_firmware.cpp | 100 DelayedSingleton<FirmwareManager>::GetInstance()->DoInstall(upgradeOptions, businessError, in Upgrade()
|