Home
last modified time | relevance | path

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

/system/update_engine/common/
Dmetrics_constants.h105 kAbnormalTermination, // The attempt ended abnormally. enumerator
/system/update_engine/aosp/
Dmetrics_reporter_android.cc195 static_cast<int>(metrics::AttemptResult::kAbnormalTermination); in ReportAbnormallyTerminatedUpdateAttemptMetrics()
/system/update_engine/cros/
Dmetrics_reporter_omaha.cc224 metrics::AttemptResult::kAbnormalTermination; in ReportAbnormallyTerminatedUpdateAttemptMetrics()
Dmetrics_reporter_omaha_unittest.cc167 metrics::AttemptResult::kAbnormalTermination), in TEST_F()
Dpayload_state.cc673 case metrics::AttemptResult::kAbnormalTermination: in CollectAndReportAttemptMetrics()