Searched refs:DownloadSource (Results 1 – 16 of 16) sorted by relevance
/system/update_engine/cros/ |
D | payload_state.h | 104 inline uint64_t GetCurrentBytesDownloaded(DownloadSource source) override { in GetCurrentBytesDownloaded() 108 inline uint64_t GetTotalBytesDownloaded(DownloadSource source) override { in GetTotalBytesDownloaded() 341 std::string GetPrefsKey(const std::string& prefix, DownloadSource source); 347 void LoadCurrentBytesDownloaded(DownloadSource source); 351 void SetCurrentBytesDownloaded(DownloadSource source, 359 void LoadTotalBytesDownloaded(DownloadSource source); 363 void SetTotalBytesDownloaded(DownloadSource source, 503 DownloadSource current_download_source_;
|
D | payload_state_interface.h | 145 virtual uint64_t GetCurrentBytesDownloaded(DownloadSource source) = 0; 150 virtual uint64_t GetTotalBytesDownloaded(DownloadSource source) = 0;
|
D | mock_payload_state.h | 66 MOCK_METHOD1(GetCurrentBytesDownloaded, uint64_t(DownloadSource source)); 67 MOCK_METHOD1(GetTotalBytesDownloaded, uint64_t(DownloadSource source));
|
D | payload_state.cc | 97 DownloadSource source = static_cast<DownloadSource>(i); in Initialize() 644 DownloadSource download_source = current_download_source_; in CollectAndReportAttemptMetrics() 739 DownloadSource source = static_cast<DownloadSource>(i); in CollectAndReportSuccessfulUpdateMetrics() 840 DownloadSource source = static_cast<DownloadSource>(i); in ResetDownloadSourcesOnNewUpdate() 1175 string PayloadState::GetPrefsKey(const string& prefix, DownloadSource source) { in GetPrefsKey() 1179 void PayloadState::LoadCurrentBytesDownloaded(DownloadSource source) { in LoadCurrentBytesDownloaded() 1184 void PayloadState::SetCurrentBytesDownloaded(DownloadSource source, in SetCurrentBytesDownloaded() 1200 void PayloadState::LoadTotalBytesDownloaded(DownloadSource source) { in LoadTotalBytesDownloaded() 1205 void PayloadState::SetTotalBytesDownloaded(DownloadSource source, in SetTotalBytesDownloaded()
|
D | metrics_reporter_omaha.cc | 308 DownloadSource download_source, in ReportUpdateAttemptDownloadMetrics() 366 DownloadSource source = static_cast<DownloadSource>(i); in ReportSuccessfulUpdateMetrics()
|
D | metrics_reporter_omaha.h | 134 DownloadSource download_source,
|
D | metrics_reporter_omaha_unittest.cc | 261 DownloadSource download_source = kDownloadSourceHttpServer; in TEST_F()
|
/system/update_engine/common/ |
D | mock_metrics_reporter.h | 56 DownloadSource download_source,
|
D | metrics_reporter_stub.h | 57 DownloadSource download_source, in ReportUpdateAttemptDownloadMetrics()
|
D | metrics_reporter_interface.h | 136 DownloadSource download_source,
|
D | constants.h | 144 } DownloadSource; typedef
|
D | utils.h | 213 std::string ToString(DownloadSource source);
|
D | utils.cc | 777 string ToString(DownloadSource source) { in ToString()
|
/system/update_engine/aosp/ |
D | metrics_reporter_android.h | 62 DownloadSource download_source,
|
D | metrics_reporter_android.cc | 155 DownloadSource /* download_source */, in ReportUpdateAttemptDownloadMetrics() argument
|
D | update_attempter_android.cc | 843 DownloadSource::kNumDownloadSources, in CollectAndReportUpdateMetricsOnUpdateFinished() 859 num_bytes_downloaded[DownloadSource::kDownloadSourceHttpsServer] = in CollectAndReportUpdateMetricsOnUpdateFinished()
|