HomeSort by relevance Sort by last modified time
    Searched refs:kOmahaRequestHTTPResponseBase (Results 1 - 9 of 9) sorted by null

  /system/update_engine/common/
error_code.h 104 kOmahaRequestHTTPResponseBase = 2000, // + HTTP response code
error_code_utils.cc 121 case ErrorCode::kOmahaRequestHTTPResponseBase:
122 return "ErrorCode::kOmahaRequestHTTPResponseBase";
utils.cc 915 if (base_code >= ErrorCode::kOmahaRequestHTTPResponseBase) {
    [all...]
  /system/update_engine/
metrics_utils.cc 123 case ErrorCode::kOmahaRequestHTTPResponseBase:
140 if (base_code >= ErrorCode::kOmahaRequestHTTPResponseBase) {
143 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase);
225 case ErrorCode::kOmahaRequestHTTPResponseBase:
payload_state.cc 367 case ErrorCode::kOmahaRequestHTTPResponseBase: // aggregated already
    [all...]
omaha_request_action_unittest.cc     [all...]
omaha_request_action.cc     [all...]
payload_state_unittest.cc 470 static_cast<int>(ErrorCode::kOmahaRequestHTTPResponseBase) + 404));
    [all...]
  /system/update_engine/update_manager/
chromeos_policy.cc 153 case ErrorCode::kOmahaRequestHTTPResponseBase: // aggregated already
    [all...]

Completed in 241 milliseconds