Searched refs:kDownloadPayloadPubKeyVerificationError (Results 1 - 7 of 7) sorted by relevance

/system/update_engine/common/
H A Derror_code.h44 kDownloadPayloadPubKeyVerificationError = 18, member in class:chromeos_update_engine::ErrorCode
H A Derror_code_utils.cc69 case ErrorCode::kDownloadPayloadPubKeyVerificationError:
70 return "ErrorCode::kDownloadPayloadPubKeyVerificationError";
/system/update_engine/
H A Dmetrics_utils.cc76 case ErrorCode::kDownloadPayloadPubKeyVerificationError:
181 case ErrorCode::kDownloadPayloadPubKeyVerificationError:
H A Dpayload_state.cc287 case ErrorCode::kDownloadPayloadPubKeyVerificationError:
/system/update_engine/payload_consumer/
H A Ddelta_performer.cc1599 TEST_AND_RETURN_VAL(ErrorCode::kDownloadPayloadPubKeyVerificationError,
1601 TEST_AND_RETURN_VAL(ErrorCode::kDownloadPayloadPubKeyVerificationError,
1609 return ErrorCode::kDownloadPayloadPubKeyVerificationError;
H A Ddelta_performer_integration_test.cc919 expected_result = ErrorCode::kDownloadPayloadPubKeyVerificationError;
/system/update_engine/update_manager/
H A Dchromeos_policy.cc63 case ErrorCode::kDownloadPayloadPubKeyVerificationError:

Completed in 65 milliseconds