Home
last modified time | relevance | path

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

/aosp12/system/update_engine/
H A Dmetrics_utils.cc134 case ErrorCode::kOmahaRequestHTTPResponseBase: in GetAttemptResult()
151 if (base_code >= ErrorCode::kOmahaRequestHTTPResponseBase) { in GetDownloadErrorCode()
154 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase); in GetDownloadErrorCode()
252 case ErrorCode::kOmahaRequestHTTPResponseBase: in GetDownloadErrorCode()
/aosp12/system/update_engine/common/
H A Derror_code.h115 kOmahaRequestHTTPResponseBase = 2000, // + HTTP response code enumerator
H A Derror_code_utils.cc124 case ErrorCode::kOmahaRequestHTTPResponseBase: in ErrorCodeToString()
H A Dutils.cc821 if (base_code >= ErrorCode::kOmahaRequestHTTPResponseBase) { in GetBaseErrorCode()
/aosp12/system/update_engine/update_manager/
H A Dchromeos_policy.cc167 case ErrorCode::kOmahaRequestHTTPResponseBase: // aggregated already in HandleErrorCode()
/aosp12/system/update_engine/cros/
H A Dpayload_state.cc383 case ErrorCode::kOmahaRequestHTTPResponseBase: // aggregated already in UpdateFailed()
H A Domaha_request_action.cc991 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + code)); in TransferComplete()
H A Domaha_request_action_unittest.cc2181 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + 501; in TEST_F()
2196 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + 999; in TEST_F()
H A Dpayload_state_unittest.cc469 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + 404)); in TEST_F()