Searched refs:AttemptResult (Results 1 – 6 of 6) sorted by relevance
33 metrics::AttemptResult GetAttemptResult(ErrorCode code) { in GetAttemptResult()39 return metrics::AttemptResult::kUpdateSucceeded; in GetAttemptResult()42 return metrics::AttemptResult::kPayloadDownloadError; in GetAttemptResult()55 return metrics::AttemptResult::kMetadataMalformed; in GetAttemptResult()59 return metrics::AttemptResult::kOperationMalformed; in GetAttemptResult()67 return metrics::AttemptResult::kOperationExecutionError; in GetAttemptResult()70 return metrics::AttemptResult::kMetadataVerificationFailed; in GetAttemptResult()78 return metrics::AttemptResult::kPayloadVerificationFailed; in GetAttemptResult()82 return metrics::AttemptResult::kVerificationFailed; in GetAttemptResult()87 return metrics::AttemptResult::kPostInstallFailed; in GetAttemptResult()[all …]
608 metrics::AttemptResult attempt_result = metrics_utils::GetAttemptResult(code); in CollectAndReportAttemptMetrics()612 case metrics::AttemptResult::kPayloadDownloadError: in CollectAndReportAttemptMetrics()616 case metrics::AttemptResult::kInternalError: in CollectAndReportAttemptMetrics()624 case metrics::AttemptResult::kUpdateSucceeded: in CollectAndReportAttemptMetrics()625 case metrics::AttemptResult::kMetadataMalformed: in CollectAndReportAttemptMetrics()626 case metrics::AttemptResult::kOperationMalformed: in CollectAndReportAttemptMetrics()627 case metrics::AttemptResult::kOperationExecutionError: in CollectAndReportAttemptMetrics()628 case metrics::AttemptResult::kMetadataVerificationFailed: in CollectAndReportAttemptMetrics()629 case metrics::AttemptResult::kPayloadVerificationFailed: in CollectAndReportAttemptMetrics()630 case metrics::AttemptResult::kVerificationFailed: in CollectAndReportAttemptMetrics()[all …]
140 enum class AttemptResult { enum266 AttemptResult attempt_result,
196 AttemptResult attempt_result = AttemptResult::kAbnormalTermination; in ReportAbnormallyTerminatedUpdateAttemptMetrics()203 static_cast<int>(AttemptResult::kNumConstants)); in ReportAbnormallyTerminatedUpdateAttemptMetrics()216 AttemptResult attempt_result, in ReportUpdateAttemptMetrics()298 static_cast<int>(AttemptResult::kNumConstants)); in ReportUpdateAttemptMetrics()
39 metrics::AttemptResult GetAttemptResult(ErrorCode code);
1190 static_cast<int>(metrics::AttemptResult::kAbnormalTermination), in TEST()1210 static_cast<int>(metrics::AttemptResult::kAbnormalTermination), in TEST()1238 static_cast<int>(metrics::AttemptResult::kAbnormalTermination), in TEST()