Searched defs:ReportingReport (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/net/reporting/ |
H A D | reporting_report.h | 23 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 D | reporting_endpoint_manager_unittest.cc | 72 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 D | reporting_cache_impl.cc | 81 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 D | reporting_report.cc | 18 ReportingReport::ReportingReport( in ReportingReport() function in net::ReportingReport
|