Home
last modified time | relevance | path

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

/system/update_engine/
Dmetrics_reporter_android.cc74 int64_t payload_bytes_downloaded, in ReportUpdateAttemptDownloadMetrics() argument
81 << payload_bytes_downloaded / kNumBytesInOneMiB << " bytes data"; in ReportUpdateAttemptDownloadMetrics()
Dmock_metrics_reporter.h56 void(int64_t payload_bytes_downloaded,
Dmetrics_reporter_android.h57 int64_t payload_bytes_downloaded,
Dmetrics_reporter_stub.h57 int64_t payload_bytes_downloaded, in ReportUpdateAttemptDownloadMetrics() argument
Dmetrics_reporter_interface.h141 int64_t payload_bytes_downloaded,
Dmetrics_reporter_omaha.h134 int64_t payload_bytes_downloaded,
Dmetrics_reporter_omaha.cc342 int64_t payload_bytes_downloaded, in ReportUpdateAttemptDownloadMetrics() argument
349 payload_bytes_downloaded / kNumBytesInOneMiB; in ReportUpdateAttemptDownloadMetrics()
Dmetrics_reporter_omaha_unittest.cc278 int64_t payload_bytes_downloaded = 200 * kNumBytesInOneMiB; in TEST_F() local
308 reporter_.ReportUpdateAttemptDownloadMetrics(payload_bytes_downloaded, in TEST_F()
Dpayload_state.cc627 int64_t payload_bytes_downloaded = attempt_num_bytes_downloaded_; in CollectAndReportAttemptMetrics() local
638 double bps = static_cast<double>(payload_bytes_downloaded) / sec; in CollectAndReportAttemptMetrics()
690 payload_bytes_downloaded, in CollectAndReportAttemptMetrics()