Home
last modified time | relevance | path

Searched refs:num_bytes_downloaded (Results 1 – 9 of 9) sorted by relevance

/system/update_engine/
Dmetrics_reporter_android.cc120 int64_t num_bytes_downloaded[kNumDownloadSources], in ReportSuccessfulUpdateMetrics()
137 total_bytes_downloaded += num_bytes_downloaded[i] / kNumBytesInOneMiB; in ReportSuccessfulUpdateMetrics()
Dmock_metrics_reporter.h69 int64_t num_bytes_downloaded[kNumDownloadSources],
Dmetrics_reporter_interface.h180 int64_t num_bytes_downloaded[kNumDownloadSources],
Dmetrics_reporter_stub.h72 int64_t num_bytes_downloaded[kNumDownloadSources], in ReportSuccessfulUpdateMetrics()
Dmetrics_reporter_android.h72 int64_t num_bytes_downloaded[kNumDownloadSources],
Dmetrics_reporter_omaha.h149 int64_t num_bytes_downloaded[kNumDownloadSources],
Dmetrics_reporter_omaha.cc398 int64_t num_bytes_downloaded[kNumDownloadSources], in ReportSuccessfulUpdateMetrics()
427 mbs = num_bytes_downloaded[i] / kNumBytesInOneMiB; in ReportSuccessfulUpdateMetrics()
428 total_bytes += num_bytes_downloaded[i]; in ReportSuccessfulUpdateMetrics()
Dmetrics_reporter_omaha_unittest.cc320 int64_t num_bytes_downloaded[kNumDownloadSources] = {}; in TEST_F() local
322 num_bytes_downloaded[0] = 200 * kNumBytesInOneMiB; in TEST_F()
406 num_bytes_downloaded, in TEST_F()
Dupdate_attempter_android.cc732 int64_t num_bytes_downloaded[kNumDownloadSources] = {}; in CollectAndReportUpdateMetricsOnUpdateFinished() local
733 num_bytes_downloaded[DownloadSource::kDownloadSourceHttpsServer] = in CollectAndReportUpdateMetricsOnUpdateFinished()
747 num_bytes_downloaded, in CollectAndReportUpdateMetricsOnUpdateFinished()