Home
last modified time | relevance | path

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

/aosp12/system/update_engine/aosp/
H A Dmetrics_reporter_android.cc168 int64_t num_bytes_downloaded[kNumDownloadSources], in ReportSuccessfulUpdateMetrics()
177 total_bytes_downloaded += num_bytes_downloaded[i] / kNumBytesInOneMiB; in ReportSuccessfulUpdateMetrics()
H A Dmetrics_reporter_android.h73 int64_t num_bytes_downloaded[kNumDownloadSources],
H A Dupdate_attempter_android.cc858 int64_t num_bytes_downloaded[kNumDownloadSources] = {}; in CollectAndReportUpdateMetricsOnUpdateFinished() local
859 num_bytes_downloaded[DownloadSource::kDownloadSourceHttpsServer] = in CollectAndReportUpdateMetricsOnUpdateFinished()
877 num_bytes_downloaded, in CollectAndReportUpdateMetricsOnUpdateFinished()
/aosp12/system/update_engine/cros/
H A Dmetrics_reporter_omaha.cc349 int64_t num_bytes_downloaded[kNumDownloadSources], in ReportSuccessfulUpdateMetrics()
377 mbs = num_bytes_downloaded[i] / kNumBytesInOneMiB; in ReportSuccessfulUpdateMetrics()
378 total_bytes += num_bytes_downloaded[i]; in ReportSuccessfulUpdateMetrics()
H A Dmetrics_reporter_omaha_unittest.cc301 int64_t num_bytes_downloaded[kNumDownloadSources] = {}; in TEST_F() local
303 num_bytes_downloaded[0] = 200 * kNumBytesInOneMiB; in TEST_F()
387 num_bytes_downloaded, in TEST_F()
H A Dmetrics_reporter_omaha.h145 int64_t num_bytes_downloaded[kNumDownloadSources],
/aosp12/system/update_engine/common/
H A Dmetrics_reporter_stub.h68 int64_t num_bytes_downloaded[kNumDownloadSources], in ReportSuccessfulUpdateMetrics()
H A Dmock_metrics_reporter.h67 int64_t num_bytes_downloaded[kNumDownloadSources],
H A Dmetrics_reporter_interface.h171 int64_t num_bytes_downloaded[kNumDownloadSources],