Home
last modified time | relevance | path

Searched refs:kAbnormalTermination (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/
Dmetrics.h151 kAbnormalTermination, // The attempt ended abnormally. enumerator
Dmetrics.cc196 AttemptResult attempt_result = AttemptResult::kAbnormalTermination; in ReportAbnormallyTerminatedUpdateAttemptMetrics()
Dpayload_state_unittest.cc1190 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()
Dpayload_state.cc632 case metrics::AttemptResult::kAbnormalTermination: in CollectAndReportAttemptMetrics()