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

/system/update_engine/
H A Dmetrics.cc371 int url_switch_count) {
436 LOG(INFO) << "Uploading " << url_switch_count
439 url_switch_count,
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.cc719 int url_switch_count = static_cast<int>(url_switch_count_); local
747 url_switch_count);
945 void PayloadState::SetUrlSwitchCount(uint32_t url_switch_count) { argument
947 url_switch_count_ = url_switch_count;

Completed in 75 milliseconds