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

/system/update_engine/
H A Dmetrics.cc213 int64_t payload_bytes_downloaded,
266 payload_bytes_downloaded / kNumBytesInOneMiB;
206 ReportUpdateAttemptMetrics( SystemState *system_state, int attempt_number, PayloadType payload_type, base::TimeDelta duration, base::TimeDelta duration_uptime, int64_t payload_size, int64_t payload_bytes_downloaded, int64_t payload_download_speed_bps, DownloadSource download_source, AttemptResult attempt_result, ErrorCode internal_error_code, DownloadErrorCode payload_download_error_code, ConnectionType connection_type) argument
H A Dpayload_state.cc588 int64_t payload_bytes_downloaded = attempt_num_bytes_downloaded_; local
599 double bps = static_cast<double>(payload_bytes_downloaded) / sec;
645 payload_bytes_downloaded,

Completed in 35 milliseconds