/aosp_15_r20/external/cronet/net/dns/ |
H A D | context_host_resolver.cc | 191 void ContextHostResolver::SetTickClockForTesting( in SetTickClockForTesting() function in net::ContextHostResolver 193 manager_->SetTickClockForTesting(tick_clock); in SetTickClockForTesting()
|
H A D | context_host_resolver.h | 91 void SetTickClockForTesting(const base::TickClock* tick_clock);
|
H A D | host_resolver_manager.h | 222 void SetTickClockForTesting(const base::TickClock* tick_clock);
|
H A D | context_host_resolver_unittest.cc | 634 resolver->SetTickClockForTesting(&clock); in TEST_F()
|
H A D | host_resolver_manager.cc | 635 void HostResolverManager::SetTickClockForTesting( in SetTickClockForTesting() function in net::HostResolverManager
|
/aosp_15_r20/external/cronet/net/nqe/ |
H A D | network_quality_estimator.cc | 1028 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 D | network_quality_estimator_unittest.cc | 1305 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 D | socket_watcher_factory.cc | 38 void SocketWatcherFactory::SetTickClockForTesting( in SetTickClockForTesting() function in net::nqe::internal::SocketWatcherFactory
|
H A D | observation_buffer.h | 83 void SetTickClockForTesting(const base::TickClock* tick_clock) { in SetTickClockForTesting() function
|
H A D | socket_watcher_factory.h | 77 void SetTickClockForTesting(const base::TickClock* tick_clock);
|
H A D | throughput_analyzer.h | 103 void SetTickClockForTesting(const base::TickClock* tick_clock);
|
H A D | network_quality_estimator_test_util.h | 223 using NetworkQualityEstimator::SetTickClockForTesting;
|
H A D | throughput_analyzer.cc | 121 void ThroughputAnalyzer::SetTickClockForTesting( in SetTickClockForTesting() function in net::nqe::internal::ThroughputAnalyzer
|
H A D | network_quality_estimator.h | 318 void SetTickClockForTesting(const base::TickClock* tick_clock);
|
/aosp_15_r20/external/cronet/components/cronet/ |
H A D | stale_host_resolver.cc | 411 void StaleHostResolver::SetTickClockForTesting( in SetTickClockForTesting() function in cronet::StaleHostResolver 414 inner_resolver_->SetTickClockForTesting(tick_clock); in SetTickClockForTesting()
|
H A D | stale_host_resolver.h | 128 void SetTickClockForTesting(const base::TickClock* tick_clock);
|
H A D | stale_host_resolver_unittest.cc | 209 stale_resolver_->SetTickClockForTesting(&tick_clock_); in CreateResolverWithDnsClient()
|
/aosp_15_r20/external/cronet/base/threading/ |
H A D | hang_watcher.h | 239 void SetTickClockForTesting(const base::TickClock* tick_clock);
|
H A D | hang_watcher_unittest.cc | 842 hang_watcher_.SetTickClockForTesting(&test_clock_); in HangWatcherPeriodicMonitoringTest()
|
H A D | hang_watcher.cc | 989 void HangWatcher::SetTickClockForTesting(const base::TickClock* tick_clock) { in SetTickClockForTesting() function in base::HangWatcher
|