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

/system/update_engine/
H A Dmetrics.cc196 AttemptResult attempt_result = AttemptResult::kAbnormalTermination; local
198 LOG(INFO) << "Uploading " << static_cast<int>(attempt_result)
202 static_cast<int>(attempt_result),
216 AttemptResult attempt_result,
293 LOG(INFO) << "Uploading " << static_cast<int>(attempt_result)
297 static_cast<int>(attempt_result),
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.cc592 metrics::AttemptResult attempt_result = metrics_utils::GetAttemptResult(code); local
595 switch (attempt_result) {
632 attempt_result,

Completed in 64 milliseconds