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

/system/update_engine/common/
H A Derror_code.h103 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.cc119 case ErrorCode::kOmahaRequestHTTPResponseBase:
136 if (base_code >= ErrorCode::kOmahaRequestHTTPResponseBase) {
139 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase);
220 case ErrorCode::kOmahaRequestHTTPResponseBase:
H A Dpayload_state.cc363 case ErrorCode::kOmahaRequestHTTPResponseBase: // aggregated already
H A Domaha_request_action_unittest.cc2000 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + 501;
2018 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + 999;
H A Domaha_request_action.cc1053 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + code));
H A Dpayload_state_unittest.cc474 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + 404));
/system/update_engine/update_manager/
H A Dchromeos_policy.cc145 case ErrorCode::kOmahaRequestHTTPResponseBase: // aggregated already

Completed in 75 milliseconds