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

/system/update_engine/common/
H A Derror_code.h101 kOmahaRequestHTTPResponseBase = 2000, // + HTTP response code member in class:chromeos_update_engine::ErrorCode
H A Derror_code_utils.cc121 case ErrorCode::kOmahaRequestHTTPResponseBase:
122 return "ErrorCode::kOmahaRequestHTTPResponseBase";
H A Dutils.cc916 if (base_code >= ErrorCode::kOmahaRequestHTTPResponseBase) {
/system/update_engine/
H A Dmetrics_utils.cc118 case ErrorCode::kOmahaRequestHTTPResponseBase:
135 if (base_code >= ErrorCode::kOmahaRequestHTTPResponseBase) {
138 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase);
218 case ErrorCode::kOmahaRequestHTTPResponseBase:
H A Domaha_request_action.cc954 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + code));
H A Dpayload_state.cc356 case ErrorCode::kOmahaRequestHTTPResponseBase: // aggregated already
H A Domaha_request_action_unittest.cc1771 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + 501;
1789 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + 999;
H A Dpayload_state_unittest.cc467 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + 404));
/system/update_engine/update_manager/
H A Dchromeos_policy.cc144 case ErrorCode::kOmahaRequestHTTPResponseBase: // aggregated already

Completed in 116 milliseconds