Searched refs:StartInstall (Results 1 – 3 of 3) sorted by relevance
32 void FirmwareInstall::StartInstall(const std::vector<FirmwareComponent> &componentList, FirmwareIns… in StartInstall() function in OHOS::UpdateEngine::FirmwareInstall
48 …void StartInstall(const std::vector<FirmwareComponent> &componentList, FirmwareInstallCallback &cb…
90 executor->StartInstall(components_, cb); in DoInstall()