Searched refs:download_overhead_percentage (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/
H A Dmetrics.h303 int download_overhead_percentage,
H A Dmetrics.cc368 int download_overhead_percentage,
427 LOG(INFO) << "Uploading " << download_overhead_percentage
430 download_overhead_percentage,
361 ReportSuccessfulUpdateMetrics( SystemState *system_state, int attempt_count, int updates_abandoned_count, PayloadType payload_type, int64_t payload_size, int64_t num_bytes_downloaded[kNumDownloadSources], int download_overhead_percentage, base::TimeDelta total_duration, int reboot_count, int url_switch_count) argument
H A Dpayload_state.cc697 int download_overhead_percentage = 0; local
699 download_overhead_percentage = (total_bytes - successful_bytes) * 100ULL /
728 download_overhead_percentage,

Completed in 109 milliseconds