Lines Matching refs:metrics
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()
77 return metrics::AttemptResult::kPayloadVerificationFailed; in GetAttemptResult()
81 return metrics::AttemptResult::kVerificationFailed; in GetAttemptResult()
86 return metrics::AttemptResult::kPostInstallFailed; in GetAttemptResult()
89 return metrics::AttemptResult::kUpdateCanceled; in GetAttemptResult()
109 return metrics::AttemptResult::kInternalError; in GetAttemptResult()
125 return metrics::AttemptResult::kInternalError; in GetAttemptResult()
128 metrics::DownloadErrorCode GetDownloadErrorCode(ErrorCode code) { in GetDownloadErrorCode()
137 return static_cast<metrics::DownloadErrorCode>( in GetDownloadErrorCode()
138 static_cast<int>(metrics::DownloadErrorCode::kHttpStatus200) + in GetDownloadErrorCode()
143 return metrics::DownloadErrorCode::kDownloadError; in GetDownloadErrorCode()
146 return metrics::DownloadErrorCode::kHttpStatusOther; in GetDownloadErrorCode()
156 return metrics::DownloadErrorCode::kDownloadError; in GetDownloadErrorCode()
224 return metrics::DownloadErrorCode::kInputMalformed; in GetDownloadErrorCode()
227 metrics::ConnectionType GetConnectionType(NetworkConnectionType type, in GetConnectionType()
231 return metrics::ConnectionType::kUnknown; in GetConnectionType()
235 return metrics::ConnectionType::kTetheredEthernet; in GetConnectionType()
237 return metrics::ConnectionType::kEthernet; in GetConnectionType()
241 return metrics::ConnectionType::kTetheredWifi; in GetConnectionType()
243 return metrics::ConnectionType::kWifi; in GetConnectionType()
246 return metrics::ConnectionType::kWimax; in GetConnectionType()
249 return metrics::ConnectionType::kBluetooth; in GetConnectionType()
252 return metrics::ConnectionType::kCellular; in GetConnectionType()
259 return metrics::ConnectionType::kUnknown; in GetConnectionType()