Lines Matching refs:AttemptResult
34 metrics::AttemptResult GetAttemptResult(ErrorCode code) { in GetAttemptResult()
40 return metrics::AttemptResult::kUpdateSucceeded; in GetAttemptResult()
43 return metrics::AttemptResult::kUpdateSucceededNotActive; in GetAttemptResult()
49 return metrics::AttemptResult::kPayloadDownloadError; in GetAttemptResult()
62 return metrics::AttemptResult::kMetadataMalformed; in GetAttemptResult()
66 return metrics::AttemptResult::kOperationMalformed; in GetAttemptResult()
77 return metrics::AttemptResult::kOperationExecutionError; in GetAttemptResult()
80 return metrics::AttemptResult::kMetadataVerificationFailed; in GetAttemptResult()
88 return metrics::AttemptResult::kPayloadVerificationFailed; in GetAttemptResult()
93 return metrics::AttemptResult::kVerificationFailed; in GetAttemptResult()
98 return metrics::AttemptResult::kPostInstallFailed; in GetAttemptResult()
101 return metrics::AttemptResult::kUpdateCanceled; in GetAttemptResult()
127 return metrics::AttemptResult::kInternalError; in GetAttemptResult()
143 return metrics::AttemptResult::kInternalError; in GetAttemptResult()