Searched defs:payload_bytes_downloaded (Results 1 - 4 of 4) sorted by relevance

/system/update_engine/
H A Dmetrics_reporter_android.cc106 int64_t payload_bytes_downloaded,
112 payload_bytes_downloaded);
105 ReportUpdateAttemptDownloadMetrics( int64_t payload_bytes_downloaded, int64_t , DownloadSource , metrics::DownloadErrorCode , metrics::ConnectionType ) argument
H A Dmetrics_reporter_omaha_unittest.cc214 int64_t payload_bytes_downloaded = 200 * kNumBytesInOneMiB; local
244 reporter_.ReportUpdateAttemptDownloadMetrics(payload_bytes_downloaded,
H A Dmetrics_reporter_omaha.cc311 int64_t payload_bytes_downloaded,
318 payload_bytes_downloaded / kNumBytesInOneMiB;
310 ReportUpdateAttemptDownloadMetrics( int64_t payload_bytes_downloaded, int64_t payload_download_speed_bps, DownloadSource download_source, metrics::DownloadErrorCode payload_download_error_code, metrics::ConnectionType connection_type) argument
H A Dpayload_state.cc592 int64_t payload_bytes_downloaded = attempt_num_bytes_downloaded_; local
603 double bps = static_cast<double>(payload_bytes_downloaded) / sec;
655 payload_bytes_downloaded,

Completed in 121 milliseconds