Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_response_handler_action.cc72 completer.set_code(ErrorCode::kOmahaResponseInvalid); in PerformAction()
101 completer.set_code(ErrorCode::kOmahaResponseInvalid); in PerformAction()
Domaha_request_action.cc840 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
847 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
852 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
875 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
884 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
893 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
911 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParsePackage()
932 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParseResponse()
1026 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParseStatus()
1058 completer->set_code(ErrorCode::kOmahaResponseInvalid); in ParseParams()
[all …]
Dmetrics_utils.cc105 case ErrorCode::kOmahaResponseInvalid: in GetAttemptResult()
201 case ErrorCode::kOmahaResponseInvalid: in GetDownloadErrorCode()
Domaha_request_action_unittest.cc1283 ErrorCode::kOmahaResponseInvalid, in TEST_F()
1303 ErrorCode::kOmahaResponseInvalid, in TEST_F()
1323 ErrorCode::kOmahaResponseInvalid, in TEST_F()
Dpayload_state.cc351 case ErrorCode::kOmahaResponseInvalid: in UpdateFailed()
/system/update_engine/common/
Derror_code.h60 kOmahaResponseInvalid = 34, enumerator
Derror_code_utils.cc101 case ErrorCode::kOmahaResponseInvalid: in ErrorCodeToString()
/system/update_engine/update_manager/
Dchromeos_policy.cc135 case ErrorCode::kOmahaResponseInvalid: in HandleErrorCode()