Home
last modified time | relevance | path

Searched refs:payload_download_error_code (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/update_engine/cros/
H A Dmetrics_reporter_omaha.cc309 metrics::DownloadErrorCode payload_download_error_code, in ReportUpdateAttemptDownloadMetrics() argument
331 if (payload_download_error_code != metrics::DownloadErrorCode::kUnset) { in ReportUpdateAttemptDownloadMetrics()
334 metric, static_cast<int>(payload_download_error_code)); in ReportUpdateAttemptDownloadMetrics()
H A Dmetrics_reporter_omaha_unittest.cc262 metrics::DownloadErrorCode payload_download_error_code = in TEST_F() local
281 static_cast<int>(payload_download_error_code))) in TEST_F()
292 payload_download_error_code, in TEST_F()
H A Dmetrics_reporter_omaha.h135 metrics::DownloadErrorCode payload_download_error_code,
H A Dpayload_state.cc646 metrics::DownloadErrorCode payload_download_error_code = in CollectAndReportAttemptMetrics() local
654 payload_download_error_code = metrics_utils::GetDownloadErrorCode(code); in CollectAndReportAttemptMetrics()
695 payload_download_error_code, in CollectAndReportAttemptMetrics()
/aosp12/system/update_engine/common/
H A Dmetrics_reporter_stub.h58 metrics::DownloadErrorCode payload_download_error_code, in ReportUpdateAttemptDownloadMetrics() argument
H A Dmock_metrics_reporter.h57 metrics::DownloadErrorCode payload_download_error_code,
H A Dmetrics_reporter_interface.h137 metrics::DownloadErrorCode payload_download_error_code,
/aosp12/system/update_engine/aosp/
H A Dmetrics_reporter_android.h63 metrics::DownloadErrorCode payload_download_error_code,