Home
last modified time | relevance | path

Searched refs:ReportAbnormallyTerminatedUpdateAttemptMetrics (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/common/
Dmetrics_reporter_stub.h61 void ReportAbnormallyTerminatedUpdateAttemptMetrics() override {} in ReportAbnormallyTerminatedUpdateAttemptMetrics() function
Dmock_metrics_reporter.h60 MOCK_METHOD0(ReportAbnormallyTerminatedUpdateAttemptMetrics, void());
Dmetrics_reporter_interface.h143 virtual void ReportAbnormallyTerminatedUpdateAttemptMetrics() = 0;
/system/update_engine/aosp/
Dmetrics_reporter_android.h66 void ReportAbnormallyTerminatedUpdateAttemptMetrics() override;
Dmetrics_reporter_android.cc192 void MetricsReporterAndroid::ReportAbnormallyTerminatedUpdateAttemptMetrics() { in ReportAbnormallyTerminatedUpdateAttemptMetrics() function in chromeos_update_engine::MetricsReporterAndroid
Dupdate_attempter_android_unittest.cc130 ReportAbnormallyTerminatedUpdateAttemptMetrics()) in TEST_F()
Dupdate_attempter_android.cc1050 metrics_reporter_->ReportAbnormallyTerminatedUpdateAttemptMetrics(); in UpdateStateAfterReboot()