Home
last modified time | relevance | path

Searched refs:SetTickClockForTesting (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/cronet/net/dns/
H A Dcontext_host_resolver.cc191 void ContextHostResolver::SetTickClockForTesting( in SetTickClockForTesting() function in net::ContextHostResolver
193 manager_->SetTickClockForTesting(tick_clock); in SetTickClockForTesting()
H A Dcontext_host_resolver.h91 void SetTickClockForTesting(const base::TickClock* tick_clock);
H A Dhost_resolver_manager.h222 void SetTickClockForTesting(const base::TickClock* tick_clock);
H A Dcontext_host_resolver_unittest.cc634 resolver->SetTickClockForTesting(&clock); in TEST_F()
H A Dhost_resolver_manager.cc635 void HostResolverManager::SetTickClockForTesting( in SetTickClockForTesting() function in net::HostResolverManager
/aosp_15_r20/external/cronet/net/nqe/
H A Dnetwork_quality_estimator.cc1028 void NetworkQualityEstimator::SetTickClockForTesting( in SetTickClockForTesting() function in net::NetworkQualityEstimator
1033 rtt_ms_observation.SetTickClockForTesting(tick_clock_); // IN-TEST in SetTickClockForTesting()
1034 http_downstream_throughput_kbps_observations_.SetTickClockForTesting( in SetTickClockForTesting()
1036 throughput_analyzer_->SetTickClockForTesting(tick_clock_); in SetTickClockForTesting()
1037 watcher_factory_->SetTickClockForTesting(tick_clock_); in SetTickClockForTesting()
H A Dnetwork_quality_estimator_unittest.cc1305 estimator.SetTickClockForTesting(&tick_clock); in TEST_F()
1419 estimator.SetTickClockForTesting(&tick_clock); in TEST_F()
1509 estimator.SetTickClockForTesting(&tick_clock); in TEST_F()
1542 estimator.SetTickClockForTesting(&tick_clock); in TEST_F()
1640 estimator.SetTickClockForTesting(&tick_clock); in TEST_F()
1686 estimator.SetTickClockForTesting(&tick_clock); in TEST_F()
1882 estimator.SetTickClockForTesting(&tick_clock); in TEST_F()
1957 estimator.SetTickClockForTesting(&tick_clock); in TEST_F()
2579 estimator.SetTickClockForTesting(&tick_clock); in TEST_F()
2807 estimator.SetTickClockForTesting(&tick_clock); in TEST_F()
H A Dsocket_watcher_factory.cc38 void SocketWatcherFactory::SetTickClockForTesting( in SetTickClockForTesting() function in net::nqe::internal::SocketWatcherFactory
H A Dobservation_buffer.h83 void SetTickClockForTesting(const base::TickClock* tick_clock) { in SetTickClockForTesting() function
H A Dsocket_watcher_factory.h77 void SetTickClockForTesting(const base::TickClock* tick_clock);
H A Dthroughput_analyzer.h103 void SetTickClockForTesting(const base::TickClock* tick_clock);
H A Dnetwork_quality_estimator_test_util.h223 using NetworkQualityEstimator::SetTickClockForTesting;
H A Dthroughput_analyzer.cc121 void ThroughputAnalyzer::SetTickClockForTesting( in SetTickClockForTesting() function in net::nqe::internal::ThroughputAnalyzer
H A Dnetwork_quality_estimator.h318 void SetTickClockForTesting(const base::TickClock* tick_clock);
/aosp_15_r20/external/cronet/components/cronet/
H A Dstale_host_resolver.cc411 void StaleHostResolver::SetTickClockForTesting( in SetTickClockForTesting() function in cronet::StaleHostResolver
414 inner_resolver_->SetTickClockForTesting(tick_clock); in SetTickClockForTesting()
H A Dstale_host_resolver.h128 void SetTickClockForTesting(const base::TickClock* tick_clock);
H A Dstale_host_resolver_unittest.cc209 stale_resolver_->SetTickClockForTesting(&tick_clock_); in CreateResolverWithDnsClient()
/aosp_15_r20/external/cronet/base/threading/
H A Dhang_watcher.h239 void SetTickClockForTesting(const base::TickClock* tick_clock);
H A Dhang_watcher_unittest.cc842 hang_watcher_.SetTickClockForTesting(&test_clock_); in HangWatcherPeriodicMonitoringTest()
H A Dhang_watcher.cc989 void HangWatcher::SetTickClockForTesting(const base::TickClock* tick_clock) { in SetTickClockForTesting() function in base::HangWatcher