Home
last modified time | relevance | path

Searched defs:reporting_service_ (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/components/metrics/structured/
H A Dstructured_metrics_service.h129 reporting_service_; variable
/aosp_15_r20/external/cronet/components/metrics/
H A Dmetrics_service.h626 MetricsReportingService reporting_service_; variable
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_context.h348 std::unique_ptr<ReportingService> reporting_service_; variable
H A Durl_request_context_builder.h453 std::unique_ptr<ReportingService> reporting_service_; variable
/aosp_15_r20/external/cronet/net/network_error_logging/
H A Dnetwork_error_logging_service.h297 raw_ptr<ReportingService, DanglingUntriaged> reporting_service_ = nullptr; variable
H A Dnetwork_error_logging_service_unittest.cc219 std::unique_ptr<TestReportingService> reporting_service_; member in net::__anon9cd2c99b0111::NetworkErrorLoggingServiceTest
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_network_session.h326 const raw_ptr<ReportingService> reporting_service_; variable
/aosp_15_r20/external/cronet/net/extras/sqlite/
H A Dsqlite_persistent_reporting_and_nel_store_unittest.cc723 std::unique_ptr<TestReportingService> reporting_service_; member in net::SQLitePersistNelTest