Home
last modified time | relevance | path

Searched refs:ReportSuccessfulUpdateMetrics (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/update_engine/aosp/
H A Dupdate_attempter_android_unittest.cc153 ReportSuccessfulUpdateMetrics( in TEST_F()
190 ReportSuccessfulUpdateMetrics( in TEST_F()
H A Dmetrics_reporter_android.h68 void ReportSuccessfulUpdateMetrics(
H A Dmetrics_reporter_android.cc163 void MetricsReporterAndroid::ReportSuccessfulUpdateMetrics( in ReportSuccessfulUpdateMetrics() function in chromeos_update_engine::MetricsReporterAndroid
H A Dupdate_attempter_android.cc872 metrics_reporter_->ReportSuccessfulUpdateMetrics( in CollectAndReportUpdateMetricsOnUpdateFinished()
/aosp12/system/update_engine/common/
H A Dmetrics_reporter_stub.h63 void ReportSuccessfulUpdateMetrics( in ReportSuccessfulUpdateMetrics() function
H A Dmock_metrics_reporter.h62 MOCK_METHOD10(ReportSuccessfulUpdateMetrics,
H A Dmetrics_reporter_interface.h166 virtual void ReportSuccessfulUpdateMetrics(
/aosp12/system/update_engine/cros/
H A Dmetrics_reporter_omaha.h140 void ReportSuccessfulUpdateMetrics(
H A Dpayload_state_unittest.cc863 ReportSuccessfulUpdateMetrics( in TEST_F()
903 ReportSuccessfulUpdateMetrics( in TEST_F()
1310 ReportSuccessfulUpdateMetrics( in TEST_F()
1326 ReportSuccessfulUpdateMetrics( in TEST_F()
1348 ReportSuccessfulUpdateMetrics( in TEST_F()
1371 ReportSuccessfulUpdateMetrics( in TEST_F()
H A Dmetrics_reporter_omaha_unittest.cc296 TEST_F(MetricsReporterOmahaTest, ReportSuccessfulUpdateMetrics) { in TEST_F() argument
383 reporter_.ReportSuccessfulUpdateMetrics(attempt_count, in TEST_F()
H A Dmetrics_reporter_omaha.cc344 void MetricsReporterOmaha::ReportSuccessfulUpdateMetrics( in ReportSuccessfulUpdateMetrics() function in chromeos_update_engine::MetricsReporterOmaha
H A Dpayload_state.cc786 SystemState::Get()->metrics_reporter()->ReportSuccessfulUpdateMetrics( in CollectAndReportSuccessfulUpdateMetrics()