Searched refs:url_switch_count (Results 1 - 4 of 4) sorted by relevance

/system/update_engine/
H A Dmetrics.h306 int url_switch_count);
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.cc703 int url_switch_count = static_cast<int>(url_switch_count_); local
731 url_switch_count);
908 void PayloadState::SetUrlSwitchCount(uint32_t url_switch_count) { argument
910 url_switch_count_ = url_switch_count;
H A Dpayload_state.h290 void SetUrlSwitchCount(uint32_t url_switch_count);

Completed in 85 milliseconds