Home
last modified time | relevance | path

Searched defs:ReportingReport (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_report.h23 struct NET_EXPORT ReportingReport { struct
43 ReportingReport(const std::optional<base::UnguessableToken>& reporting_source, argument
58 ReportingReport& operator=(const ReportingReport&) = delete; argument
59 ReportingReport& operator=(ReportingReport&& other); argument
84 std::optional<base::UnguessableToken> reporting_source;
88 NetworkAnonymizationKey network_anonymization_key;
92 base::UnguessableToken id;
96 GURL url;
99 std::string user_agent;
103 std::string group;
[all …]
H A Dreporting_endpoint_manager_unittest.cc72 std::vector<raw_ptr<const ReportingReport, VectorExperimental>>* in GetReports()
92 const std::vector<raw_ptr<const ReportingReport, VectorExperimental>>& in ClearReportsPending()
97 const std::vector<raw_ptr<const ReportingReport, VectorExperimental>>& in IncrementReportsAttempts()
122 const std::vector<raw_ptr<const ReportingReport, VectorExperimental>>& in RemoveReports()
127 const std::vector<raw_ptr<const ReportingReport, VectorExperimental>>& in RemoveReports()
H A Dreporting_cache_impl.cc81 std::vector<raw_ptr<const ReportingReport, VectorExperimental>>* in GetReports()
167 const std::vector<raw_ptr<const ReportingReport, VectorExperimental>>& in ClearReportsPending()
184 const std::vector<raw_ptr<const ReportingReport, VectorExperimental>>& in IncrementReportsAttempts()
301 const std::vector<raw_ptr<const ReportingReport, VectorExperimental>>& in RemoveReports()
307 const std::vector<raw_ptr<const ReportingReport, VectorExperimental>>& in RemoveReports()
H A Dreporting_report.cc18 ReportingReport::ReportingReport( in ReportingReport() function in net::ReportingReport