Searched refs:SetDownloadProgress (Results 1 – 6 of 6) sorted by relevance
30 void SetDownloadProgress(const Progress &progress);
39 virtual void SetDownloadProgress(const Progress &progress) {}; in SetDownloadProgress() function
39 void SetDownloadProgress(const Progress &progress) final;
71 void FirmwareDownloadDataProcessor::SetDownloadProgress(const Progress &progress) in SetDownloadProgress() function in OHOS::UpdateEngine::FirmwareDownloadDataProcessor
189 void FirmwareDownloadMode::SetDownloadProgress(const Progress &progress) in SetDownloadProgress() function in OHOS::UpdateEngine::FirmwareDownloadMode191 downloadDataProcessor_.SetDownloadProgress(progress); in SetDownloadProgress()
101 executeMode_->SetDownloadProgress(progress); in OnDownloadCallback()