Home
last modified time | relevance | path

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

/system/update_engine/
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()
/system/update_engine/common/
Derror_code.h115 kOmahaRequestHTTPResponseBase = 2000, // + HTTP response code enumerator
Derror_code_utils.cc124 case ErrorCode::kOmahaRequestHTTPResponseBase: in ErrorCodeToString()
Dutils.cc821 if (base_code >= ErrorCode::kOmahaRequestHTTPResponseBase) { in GetBaseErrorCode()
/system/update_engine/update_manager/
Dchromeos_policy.cc167 case ErrorCode::kOmahaRequestHTTPResponseBase: // aggregated already in HandleErrorCode()
/system/update_engine/cros/
Dpayload_state.cc383 case ErrorCode::kOmahaRequestHTTPResponseBase: // aggregated already in UpdateFailed()
Domaha_request_action.cc991 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + code)); in TransferComplete()
Domaha_request_action_unittest.cc2181 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + 501; in TEST_F()
2196 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + 999; in TEST_F()
Dpayload_state_unittest.cc469 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + 404)); in TEST_F()