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

/system/update_engine/
H A Dmetrics.cc214 int64_t payload_download_speed_bps,
276 int64_t payload_download_speed_kbps = payload_download_speed_bps / 1000;
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.cc581 int64_t payload_download_speed_bps = 0; local
586 payload_download_speed_bps = static_cast<int64_t>(bps);
632 payload_download_speed_bps,

Completed in 269 milliseconds