Home
last modified time | relevance | path

Searched refs:SetUseLocalHostRequestsForTesting (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/net/nqe/
H A Dsocket_watcher_factory.h72 void SetUseLocalHostRequestsForTesting(bool use_localhost_requests) { in SetUseLocalHostRequestsForTesting() function
H A Dthroughput_analyzer.h96 void SetUseLocalHostRequestsForTesting(bool use_localhost_requests);
H A Dnetwork_quality_estimator.cc381 void NetworkQualityEstimator::SetUseLocalHostRequestsForTesting( in SetUseLocalHostRequestsForTesting() function in net::NetworkQualityEstimator
385 watcher_factory_->SetUseLocalHostRequestsForTesting(use_localhost_requests_); in SetUseLocalHostRequestsForTesting()
386 throughput_analyzer_->SetUseLocalHostRequestsForTesting( in SetUseLocalHostRequestsForTesting()
H A Dthroughput_analyzer.cc364 void ThroughputAnalyzer::SetUseLocalHostRequestsForTesting( in SetUseLocalHostRequestsForTesting() function in net::nqe::internal::ThroughputAnalyzer
H A Dnetwork_quality_estimator_test_util.cc56 SetUseLocalHostRequestsForTesting(allow_local_host_requests_for_tests); in TestNetworkQualityEstimator()
H A Dnetwork_quality_estimator.h218 void SetUseLocalHostRequestsForTesting(bool use_localhost_requests);
/aosp_15_r20/external/cronet/components/cronet/
H A Dcronet_context.cc272 network_quality_estimator_->SetUseLocalHostRequestsForTesting( in ConfigureNetworkQualityEstimatorForTesting()