Searched refs:DoInstall (Results 1 – 9 of 9) sorted by relevance
38 void ModuleUpdateConsumer::DoInstall(ModuleUpdateStatus &status) in DoInstall() function in OHOS::SysInstaller::ModuleUpdateConsumer58 DoInstall(status); in DoRevert()72 DoInstall(status); in DoUnload()
35 std::thread installThread([this] { this->DoInstall(); }); in Execute()39 void FirmwareApplyExecutor::DoInstall() in DoInstall() function in OHOS::UpdateEngine::FirmwareApplyExecutor
33 std::thread installThread([this] { this->DoInstall(); }); in Execute()37 void FirmwareInstallExecutor::DoInstall() in DoInstall() function in OHOS::UpdateEngine::FirmwareInstallExecutor
36 void DoInstall();
39 void DoInstall(ModuleUpdateStatus &status);
46 …void DoInstall(const UpgradeOptions &upgradeOptions, BusinessError &businessError, InstallType ins…
226 void FirmwareManager::DoInstall(const UpgradeOptions &upgradeOptions, BusinessError &businessError, in DoInstall() function in OHOS::UpdateEngine::FirmwareManager449 DoInstall(upgradeOptions, businessError, InstallType::SYS_INSTALLER); in HandleBootInstallOnStatusProcess()
122 DelayedSingleton<FirmwareManager>::GetInstance()->DoInstall(upgradeOptions, businessError, in Upgrade()