Home
last modified time | relevance | path

Searched refs:GetReportsAsValue (Results 1 – 6 of 6) sorted by relevance

/external/cronet/net/reporting/
Dreporting_cache.h91 virtual base::Value GetReportsAsValue() const = 0;
Dreporting_service.cc162 dict.Set("reports", context_->cache()->GetReportsAsValue()); in StatusAsValue()
Dreporting_cache_impl.h58 base::Value GetReportsAsValue() const override;
Dreporting_endpoint_manager_unittest.cc74 base::Value GetReportsAsValue() const override { in GetReportsAsValue() function in net::__anona1bef6360111::TestReportingCache
Dreporting_cache_unittest.cc376 TEST_P(ReportingCacheTest, GetReportsAsValue) { in TEST_P() argument
393 base::Value actual = cache()->GetReportsAsValue(); in TEST_P()
Dreporting_cache_impl.cc89 base::Value ReportingCacheImpl::GetReportsAsValue() const { in GetReportsAsValue() function in net::ReportingCacheImpl