Home
last modified time | relevance | path

Searched refs:DownloadErrorCode (Results 1 – 9 of 9) sorted by relevance

/system/update_engine/
Dmetrics_utils.cc147 metrics::DownloadErrorCode GetDownloadErrorCode(ErrorCode code) { in GetDownloadErrorCode()
156 return static_cast<metrics::DownloadErrorCode>( in GetDownloadErrorCode()
157 static_cast<int>(metrics::DownloadErrorCode::kHttpStatus200) + in GetDownloadErrorCode()
162 return metrics::DownloadErrorCode::kDownloadError; in GetDownloadErrorCode()
165 return metrics::DownloadErrorCode::kHttpStatusOther; in GetDownloadErrorCode()
175 return metrics::DownloadErrorCode::kDownloadError; in GetDownloadErrorCode()
178 return metrics::DownloadErrorCode::kInternalLibCurlError; in GetDownloadErrorCode()
180 return metrics::DownloadErrorCode::kUnresolvedHostError; in GetDownloadErrorCode()
182 return metrics::DownloadErrorCode::kUnresolvedHostRecovered; in GetDownloadErrorCode()
262 return metrics::DownloadErrorCode::kInputMalformed; in GetDownloadErrorCode()
Dmetrics_utils.h43 metrics::DownloadErrorCode GetDownloadErrorCode(ErrorCode code);
/system/update_engine/common/
Dmetrics_reporter_stub.h44 metrics::DownloadErrorCode download_error_code) override {} in ReportUpdateCheckMetrics()
58 metrics::DownloadErrorCode payload_download_error_code, in ReportUpdateAttemptDownloadMetrics()
Dmock_metrics_reporter.h42 metrics::DownloadErrorCode download_error_code));
57 metrics::DownloadErrorCode payload_download_error_code,
Dmetrics_reporter_interface.h92 metrics::DownloadErrorCode download_error_code) = 0;
137 metrics::DownloadErrorCode payload_download_error_code,
Dmetrics_constants.h55 enum class DownloadErrorCode { enum
/system/update_engine/aosp/
Dmetrics_reporter_android.h49 metrics::DownloadErrorCode download_error_code) override {} in ReportUpdateCheckMetrics()
63 metrics::DownloadErrorCode payload_download_error_code,
Dmetrics_reporter_android.cc156 metrics::DownloadErrorCode /* payload_download_error_code */, in ReportUpdateAttemptDownloadMetrics() argument
Dupdate_attempter_android.cc898 metrics::DownloadErrorCode::kUnset, in CollectAndReportUpdateMetricsOnUpdateFinished()