Home
last modified time | relevance | path

Searched refs:DoInstall (Results 1 – 7 of 7) sorted by relevance

/base/update/updateservice/services/firmware/upgrade/executor/src/
Dfirmware_apply_executor.cpp36 std::thread installThread(&FirmwareApplyExecutor::DoInstall, this); in Execute()
40 void FirmwareApplyExecutor::DoInstall() in DoInstall() function in OHOS::UpdateEngine::FirmwareApplyExecutor
Dfirmware_install_executor.cpp34 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/
Dfirmware_apply_executor.h36 void DoInstall();
Dfirmware_install_executor.h36 void DoInstall();
/base/update/updateservice/services/firmware/upgrade/flow/include/
Dfirmware_manager.h44 …void DoInstall(const UpgradeOptions &upgradeOptions, BusinessError &businessError, InstallType ins…
/base/update/updateservice/services/firmware/upgrade/flow/src/
Dfirmware_manager.cpp225 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/
Dupdate_service_impl_firmware.cpp100 DelayedSingleton<FirmwareManager>::GetInstance()->DoInstall(upgradeOptions, businessError, in Upgrade()