Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/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
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
/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/include/
H A Dfirmware_apply_executor.h36 void DoInstall();
H A Dfirmware_install_executor.h36 void DoInstall();
/ohos5.0/base/update/sys_installer/services/module_update/service/include/
H A Dmodule_update_consumer.h39 void DoInstall(ModuleUpdateStatus &status);
/ohos5.0/base/update/updateservice/services/firmware/upgrade/flow/include/
H A Dfirmware_manager.h46 …void DoInstall(const UpgradeOptions &upgradeOptions, BusinessError &businessError, InstallType ins…
/ohos5.0/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
449 DoInstall(upgradeOptions, businessError, InstallType::SYS_INSTALLER); in HandleBootInstallOnStatusProcess()
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_firmware.cpp122 DelayedSingleton<FirmwareManager>::GetInstance()->DoInstall(upgradeOptions, businessError, in Upgrade()