Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dmetrics_reporter_stub.h84 void ReportInternalErrorCode(ErrorCode error_code) override {} in ReportInternalErrorCode() function
H A Dmock_metrics_reporter.h84 MOCK_METHOD1(ReportInternalErrorCode, void(ErrorCode error_code));
H A Dmetrics_reporter_interface.h209 virtual void ReportInternalErrorCode(ErrorCode error_code) = 0;
/aosp12/system/update_engine/aosp/
H A Dmetrics_reporter_android.h89 void ReportInternalErrorCode(ErrorCode error_code) override {} in ReportInternalErrorCode() function
/aosp12/system/update_engine/cros/
H A Dmetrics_reporter_omaha.h161 void ReportInternalErrorCode(ErrorCode error_code) override;
H A Dmetrics_reporter_omaha.cc279 ReportInternalErrorCode(internal_error_code); in ReportUpdateAttemptMetrics()
515 void MetricsReporterOmaha::ReportInternalErrorCode(ErrorCode error_code) { in ReportInternalErrorCode() function in chromeos_update_engine::MetricsReporterOmaha
H A Domaha_request_action.cc1039 SystemState::Get()->metrics_reporter()->ReportInternalErrorCode( in TransferComplete()