Home
last modified time | relevance | path

Searched refs:ReportUpdateAttemptMetrics (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/update_engine/common/
H A Dmetrics_reporter_stub.h46 void ReportUpdateAttemptMetrics(int attempt_number, in ReportUpdateAttemptMetrics() function
H A Dmock_metrics_reporter.h44 MOCK_METHOD7(ReportUpdateAttemptMetrics,
H A Dmetrics_reporter_interface.h117 virtual void ReportUpdateAttemptMetrics(int attempt_number,
/aosp12/system/update_engine/aosp/
H A Dmetrics_reporter_android.h51 void ReportUpdateAttemptMetrics(int attempt_number,
H A Dmetrics_reporter_android.cc85 void MetricsReporterAndroid::ReportUpdateAttemptMetrics( in ReportUpdateAttemptMetrics() function in chromeos_update_engine::MetricsReporterAndroid
H A Dupdate_attempter_android_unittest.cc144 ReportUpdateAttemptMetrics(2, in TEST_F()
H A Dupdate_attempter_android.cc829 metrics_reporter_->ReportUpdateAttemptMetrics( in CollectAndReportUpdateMetricsOnUpdateFinished()
/aosp12/system/update_engine/cros/
H A Dmetrics_reporter_omaha_unittest.cc174 TEST_F(MetricsReporterOmahaTest, ReportUpdateAttemptMetrics) { in TEST_F() argument
238 reporter_.ReportUpdateAttemptMetrics(attempt_number, in TEST_F()
249 reporter_.ReportUpdateAttemptMetrics(attempt_number, in TEST_F()
H A Dmetrics_reporter_omaha.h123 void ReportUpdateAttemptMetrics(int attempt_number,
H A Dmetrics_reporter_omaha.cc232 void MetricsReporterOmaha::ReportUpdateAttemptMetrics( in ReportUpdateAttemptMetrics() function in chromeos_update_engine::MetricsReporterOmaha
H A Dpayload_state.cc682 SystemState::Get()->metrics_reporter()->ReportUpdateAttemptMetrics( in CollectAndReportAttemptMetrics()