Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_response_handler_action.cc66 completer.set_code(ErrorCode::kOmahaResponseInvalid); in PerformAction()
95 completer.set_code(ErrorCode::kOmahaResponseInvalid); in PerformAction()
145 completer.set_code(ErrorCode::kOmahaResponseInvalid); in PerformAction()
Domaha_request_action.cc917 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
924 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
929 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
952 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
961 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
970 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
988 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
1023 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParseResponse()
1132 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParseStatus()
1173 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParseParams()
[all …]
Dmetrics_utils.cc107 case ErrorCode::kOmahaResponseInvalid: in GetAttemptResult()
206 case ErrorCode::kOmahaResponseInvalid: in GetDownloadErrorCode()
Domaha_request_action_unittest.cc1613 ErrorCode::kOmahaResponseInvalid, in TEST_F()
1632 ErrorCode::kOmahaResponseInvalid, in TEST_F()
1651 ErrorCode::kOmahaResponseInvalid, in TEST_F()
Dpayload_state.cc353 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.cc137 case ErrorCode::kOmahaResponseInvalid: in HandleErrorCode()