Searched refs:DownloadErrorCode (Results 1 – 16 of 16) sorted by relevance
/system/update_engine/ |
D | omaha_request_action_unittest.cc | 347 metrics::DownloadErrorCode expected_download_error_code, 359 metrics::DownloadErrorCode expected_download_error_code, 414 metrics::DownloadErrorCode expected_download_error_code, in TestUpdateCheck() 491 metrics::DownloadErrorCode expected_download_error_code, in TestUpdateCheck() 522 metrics::DownloadErrorCode::kUnset, in TestRollbackCheck() 566 metrics::DownloadErrorCode::kUnset, in TEST_F() 580 metrics::DownloadErrorCode::kUnset, in TEST_F() 595 metrics::DownloadErrorCode::kUnset, in TEST_F() 610 metrics::DownloadErrorCode::kUnset, in TEST_F() 627 metrics::DownloadErrorCode::kUnset, in TEST_F() [all …]
|
D | metrics_utils.cc | 141 metrics::DownloadErrorCode GetDownloadErrorCode(ErrorCode code) { in GetDownloadErrorCode() 150 return static_cast<metrics::DownloadErrorCode>( in GetDownloadErrorCode() 151 static_cast<int>(metrics::DownloadErrorCode::kHttpStatus200) + in GetDownloadErrorCode() 156 return metrics::DownloadErrorCode::kDownloadError; in GetDownloadErrorCode() 159 return metrics::DownloadErrorCode::kHttpStatusOther; in GetDownloadErrorCode() 169 return metrics::DownloadErrorCode::kDownloadError; in GetDownloadErrorCode() 245 return metrics::DownloadErrorCode::kInputMalformed; in GetDownloadErrorCode()
|
D | mock_metrics_reporter.h | 43 metrics::DownloadErrorCode download_error_code)); 59 metrics::DownloadErrorCode payload_download_error_code,
|
D | metrics_reporter_omaha_unittest.cc | 73 metrics::DownloadErrorCode error_code = in TEST_F() 74 metrics::DownloadErrorCode::kHttpStatus200; in TEST_F() 128 metrics::DownloadErrorCode error_code = in TEST_F() 129 metrics::DownloadErrorCode::kHttpStatus200; in TEST_F() 155 metrics::DownloadErrorCode error_code = in TEST_F() 156 metrics::DownloadErrorCode::kHttpStatus200; in TEST_F() 281 metrics::DownloadErrorCode payload_download_error_code = in TEST_F() 282 metrics::DownloadErrorCode::kDownloadError; in TEST_F()
|
D | metrics_reporter_interface.h | 100 metrics::DownloadErrorCode download_error_code) = 0; 146 metrics::DownloadErrorCode payload_download_error_code,
|
D | metrics_reporter_stub.h | 47 metrics::DownloadErrorCode download_error_code) override {} in ReportUpdateCheckMetrics() 62 metrics::DownloadErrorCode payload_download_error_code, in ReportUpdateAttemptDownloadMetrics()
|
D | metrics_reporter_android.h | 47 metrics::DownloadErrorCode download_error_code) override {} in ReportUpdateCheckMetrics() 62 metrics::DownloadErrorCode payload_download_error_code,
|
D | metrics_reporter_omaha.h | 124 metrics::DownloadErrorCode download_error_code) override; 139 metrics::DownloadErrorCode payload_download_error_code,
|
D | metrics_constants.h | 54 enum class DownloadErrorCode { enum
|
D | metrics_utils.h | 41 metrics::DownloadErrorCode GetDownloadErrorCode(ErrorCode code);
|
D | metrics_reporter_omaha.cc | 166 metrics::DownloadErrorCode download_error_code) { in ReportUpdateCheckMetrics() 185 if (download_error_code != metrics::DownloadErrorCode::kUnset) { in ReportUpdateCheckMetrics() 349 metrics::DownloadErrorCode payload_download_error_code, in ReportUpdateAttemptDownloadMetrics() 376 if (payload_download_error_code != metrics::DownloadErrorCode::kUnset) { in ReportUpdateAttemptDownloadMetrics()
|
D | metrics_reporter_android.cc | 109 metrics::DownloadErrorCode /* payload_download_error_code */, in ReportUpdateAttemptDownloadMetrics() argument
|
D | omaha_request_action.cc | 1701 metrics::DownloadErrorCode download_error_code = in ActionCompleted() 1702 metrics::DownloadErrorCode::kUnset; in ActionCompleted() 1742 metrics::DownloadErrorCode tmp_error = in ActionCompleted() 1744 if (tmp_error != metrics::DownloadErrorCode::kInputMalformed) { in ActionCompleted()
|
D | payload_state.cc | 617 metrics::DownloadErrorCode payload_download_error_code = in CollectAndReportAttemptMetrics() 618 metrics::DownloadErrorCode::kUnset; in CollectAndReportAttemptMetrics()
|
D | update_attempter_android.cc | 718 metrics::DownloadErrorCode::kUnset, in CollectAndReportUpdateMetricsOnUpdateFinished()
|
D | update_attempter.cc | 263 metrics::DownloadErrorCode::kUnset); in Update()
|