Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/nqe/
H A Dnetwork_quality_estimator_params.h199 void SetUseSmallResponsesForTesting(bool use_small_responses);
H A Dnetwork_quality_estimator_test_util.cc57 SetUseSmallResponsesForTesting(allow_smaller_responses_for_tests); in TestNetworkQualityEstimator()
H A Dnetwork_quality_estimator.h223 void SetUseSmallResponsesForTesting(bool use_small_responses);
H A Dnetwork_quality_estimator.cc390 void NetworkQualityEstimator::SetUseSmallResponsesForTesting( in SetUseSmallResponsesForTesting() function in net::NetworkQualityEstimator
393 params_->SetUseSmallResponsesForTesting(use_small_responses); in SetUseSmallResponsesForTesting()
H A Dnetwork_quality_estimator_params.cc512 void NetworkQualityEstimatorParams::SetUseSmallResponsesForTesting( in SetUseSmallResponsesForTesting() function in net::NetworkQualityEstimatorParams
/aosp_15_r20/external/cronet/components/cronet/
H A Dcronet_context.cc274 network_quality_estimator_->SetUseSmallResponsesForTesting( in ConfigureNetworkQualityEstimatorForTesting()