Searched refs:SetDownloadProgress (Results 1 – 7 of 7) sorted by relevance
77 void FirmwareDownloadMode::SetDownloadProgress(const Progress &progress) in SetDownloadProgress() function in OHOS::UpdateEngine::FirmwareDownloadMode79 downloadDataProcessor_.SetDownloadProgress(progress); in SetDownloadProgress()
188 void FirmwareDownloadMode::SetDownloadProgress(const Progress &progress) in SetDownloadProgress() function in OHOS::UpdateEngine::FirmwareDownloadMode190 downloadDataProcessor_.SetDownloadProgress(progress); in SetDownloadProgress()
30 void SetDownloadProgress(const Progress &progress);
43 virtual void SetDownloadProgress(const Progress &progress) {}; in SetDownloadProgress() function
42 void SetDownloadProgress(const Progress &progress) final;
71 void FirmwareDownloadDataProcessor::SetDownloadProgress(const Progress &progress) in SetDownloadProgress() function in OHOS::UpdateEngine::FirmwareDownloadDataProcessor
101 executeMode_->SetDownloadProgress(progress); in OnDownloadCallback()