Home
last modified time | relevance | path

Searched refs:kOmahaResponseInvalid (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/
Domaha_response_handler_action.cc68 completer.set_code(ErrorCode::kOmahaResponseInvalid); in PerformAction()
100 completer.set_code(ErrorCode::kOmahaResponseInvalid); in PerformAction()
151 completer.set_code(ErrorCode::kOmahaResponseInvalid); in PerformAction()
Domaha_request_action.cc544 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
551 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
556 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
579 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
589 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
598 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
616 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
719 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParseResponse()
843 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParseStatus()
884 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParseParams()
[all …]
Dmetrics_utils.cc112 case ErrorCode::kOmahaResponseInvalid: in GetAttemptResult()
218 case ErrorCode::kOmahaResponseInvalid: in GetDownloadErrorCode()
Domaha_request_action_unittest.cc1418 tuc_params_.expected_code = ErrorCode::kOmahaResponseInvalid; in TEST_F()
1433 tuc_params_.expected_code = ErrorCode::kOmahaResponseInvalid; in TEST_F()
1448 tuc_params_.expected_code = ErrorCode::kOmahaResponseInvalid; in TEST_F()
Dpayload_state.cc358 case ErrorCode::kOmahaResponseInvalid: in UpdateFailed()
/system/update_engine/common/
Derror_code.h60 kOmahaResponseInvalid = 34, enumerator
Derror_code_utils.cc104 case ErrorCode::kOmahaResponseInvalid: in ErrorCodeToString()
/system/update_engine/update_manager/
Dchromeos_policy.cc139 case ErrorCode::kOmahaResponseInvalid: in HandleErrorCode()