Home
last modified time | relevance | path

Searched refs:downstream_throughput_kbps (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dnet_info_browsertest.cc270 int32_t downstream_throughput_kbps = 300; in IN_PROC_BROWSER_TEST_F() local
272 http_rtt, downstream_throughput_kbps); in IN_PROC_BROWSER_TEST_F()
308 int32_t downstream_throughput_kbps = 300; in IN_PROC_BROWSER_TEST_F() local
311 http_rtt, downstream_throughput_kbps); in IN_PROC_BROWSER_TEST_F()
327 downstream_throughput_kbps = 3000; in IN_PROC_BROWSER_TEST_F()
329 http_rtt, downstream_throughput_kbps); in IN_PROC_BROWSER_TEST_F()
344 int32_t downstream_throughput_kbps = 8303; in IN_PROC_BROWSER_TEST_F() local
356 downstream_throughput_kbps = 1307; in IN_PROC_BROWSER_TEST_F()
365 downstream_throughput_kbps = 2112; in IN_PROC_BROWSER_TEST_F()
474 downstream_throughput_kbps = 1403; in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dnet_info_browsertest.cc269 int32_t downstream_throughput_kbps = 300; in IN_PROC_BROWSER_TEST_F() local
271 http_rtt, downstream_throughput_kbps); in IN_PROC_BROWSER_TEST_F()
307 int32_t downstream_throughput_kbps = 300; in IN_PROC_BROWSER_TEST_F() local
310 http_rtt, downstream_throughput_kbps); in IN_PROC_BROWSER_TEST_F()
326 downstream_throughput_kbps = 3000; in IN_PROC_BROWSER_TEST_F()
328 http_rtt, downstream_throughput_kbps); in IN_PROC_BROWSER_TEST_F()
343 int32_t downstream_throughput_kbps = 8303; in IN_PROC_BROWSER_TEST_F() local
355 downstream_throughput_kbps = 1307; in IN_PROC_BROWSER_TEST_F()
364 downstream_throughput_kbps = 2112; in IN_PROC_BROWSER_TEST_F()
473 downstream_throughput_kbps = 1403; in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/nqe/
H A Dnetwork_quality.cc23 int32_t downstream_throughput_kbps) in NetworkQuality() argument
26 downstream_throughput_kbps_(downstream_throughput_kbps) { in NetworkQuality()
64 (downstream_throughput_kbps() == INVALID_RTT_THROUGHPUT || in IsFaster()
65 other.downstream_throughput_kbps() == INVALID_RTT_THROUGHPUT || in IsFaster()
66 downstream_throughput_kbps() >= other.downstream_throughput_kbps()); in IsFaster()
H A Devent_creator.cc29 int32_t downstream_throughput_kbps, in NetworkQualityChangedNetLogParams() argument
34 dict.SetInteger("downstream_throughput_kbps", downstream_throughput_kbps); in NetworkQualityChangedNetLogParams()
97 past_network_quality_.downstream_throughput_kbps(), in MaybeAddNetworkQualityChangedEventToNetLog()
98 network_quality.downstream_throughput_kbps()); in MaybeAddNetworkQualityChangedEventToNetLog()
112 network_quality.downstream_throughput_kbps(), in MaybeAddNetworkQualityChangedEventToNetLog()
H A Dnetwork_quality.h44 int32_t downstream_throughput_kbps);
82 int32_t downstream_throughput_kbps() const { in downstream_throughput_kbps() function
87 void set_downstream_throughput_kbps(int32_t downstream_throughput_kbps) { in set_downstream_throughput_kbps() argument
89 downstream_throughput_kbps_ = downstream_throughput_kbps; in set_downstream_throughput_kbps()
H A Dnetwork_quality_estimator.cc249 .downstream_throughput_kbps() != in AddDefaultEstimates()
253 .downstream_throughput_kbps(), in AddDefaultEstimates()
489 int32_t downstream_throughput_kbps) { in ReportRTTsAndThroughputForTesting() argument
837 .downstream_throughput_kbps()); in ComputeEffectiveConnectionType()
903 .downstream_throughput_kbps()); in ClampKbpsBasedOnEct()
1075 int32_t* downstream_throughput_kbps, in GetRecentEffectiveConnectionTypeUsingMetrics() argument
1091 *downstream_throughput_kbps = in GetRecentEffectiveConnectionTypeUsingMetrics()
1093 .downstream_throughput_kbps(); in GetRecentEffectiveConnectionTypeUsingMetrics()
1338 if (network_quality.downstream_throughput_kbps() == in ReadCachedNetworkQualityEstimate()
1342 .downstream_throughput_kbps()); in ReadCachedNetworkQualityEstimate()
[all …]
H A Dnetwork_quality_estimator_params_unittest.cc83 params.TypicalNetworkQuality(ect).downstream_throughput_kbps()); in TEST()
85 params.ConnectionThreshold(ect).downstream_throughput_kbps()); in TEST()
90 params.TypicalNetworkQuality(ect).downstream_throughput_kbps(), in TEST()
109 .downstream_throughput_kbps()); in TEST()
113 .downstream_throughput_kbps()); in TEST()
H A Dnetwork_quality_estimator_test_util.cc137 int32_t* downstream_throughput_kbps, in GetRecentEffectiveConnectionTypeUsingMetrics() argument
146 downstream_throughput_kbps); in GetRecentEffectiveConnectionTypeUsingMetrics()
150 http_rtt, transport_rtt, end_to_end_rtt, downstream_throughput_kbps, in GetRecentEffectiveConnectionTypeUsingMetrics()
288 network_quality.downstream_throughput_kbps()); in NotifyObserversOfRTTOrThroughputEstimatesComputed()
H A Dnetwork_quality_estimator_params.cc148 default_observations[i].downstream_throughput_kbps()); in ObtainDefaultObservations()
210 default_observations[i].downstream_throughput_kbps()); in ObtainDefaultObservations()
223 default_observations[i].downstream_throughput_kbps()); in ObtainDefaultObservations()
270 typical_network_quality[i].downstream_throughput_kbps()); in ObtainTypicalNetworkQualities()
370 connection_thresholds[i].downstream_throughput_kbps()); in ObtainConnectionThresholds()
388 .downstream_throughput_kbps()); in ObtainConnectionThresholds()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/nqe/
H A Dnetwork_quality.cc23 int32_t downstream_throughput_kbps) in NetworkQuality() argument
26 downstream_throughput_kbps_(downstream_throughput_kbps) { in NetworkQuality()
64 (downstream_throughput_kbps() == INVALID_RTT_THROUGHPUT || in IsFaster()
65 other.downstream_throughput_kbps() == INVALID_RTT_THROUGHPUT || in IsFaster()
66 downstream_throughput_kbps() >= other.downstream_throughput_kbps()); in IsFaster()
H A Devent_creator.cc29 int32_t downstream_throughput_kbps, in NetworkQualityChangedNetLogParams() argument
34 dict.SetInteger("downstream_throughput_kbps", downstream_throughput_kbps); in NetworkQualityChangedNetLogParams()
97 past_network_quality_.downstream_throughput_kbps(), in MaybeAddNetworkQualityChangedEventToNetLog()
98 network_quality.downstream_throughput_kbps()); in MaybeAddNetworkQualityChangedEventToNetLog()
112 network_quality.downstream_throughput_kbps(), in MaybeAddNetworkQualityChangedEventToNetLog()
H A Dnetwork_quality.h44 int32_t downstream_throughput_kbps);
82 int32_t downstream_throughput_kbps() const { in downstream_throughput_kbps() function
87 void set_downstream_throughput_kbps(int32_t downstream_throughput_kbps) { in set_downstream_throughput_kbps() argument
89 downstream_throughput_kbps_ = downstream_throughput_kbps; in set_downstream_throughput_kbps()
H A Dnetwork_quality_estimator.cc256 .downstream_throughput_kbps() != in AddDefaultEstimates()
260 .downstream_throughput_kbps(), in AddDefaultEstimates()
501 int32_t downstream_throughput_kbps) { in ReportRTTsAndThroughputForTesting() argument
867 .downstream_throughput_kbps()); in ComputeEffectiveConnectionType()
933 .downstream_throughput_kbps()); in ClampKbpsBasedOnEct()
1093 int32_t* downstream_throughput_kbps, in GetRecentEffectiveConnectionTypeUsingMetrics() argument
1109 *downstream_throughput_kbps = in GetRecentEffectiveConnectionTypeUsingMetrics()
1111 .downstream_throughput_kbps(); in GetRecentEffectiveConnectionTypeUsingMetrics()
1356 if (network_quality.downstream_throughput_kbps() == in ReadCachedNetworkQualityEstimate()
1360 .downstream_throughput_kbps()); in ReadCachedNetworkQualityEstimate()
[all …]
H A Dnetwork_quality_estimator_params_unittest.cc83 params.TypicalNetworkQuality(ect).downstream_throughput_kbps()); in TEST()
85 params.ConnectionThreshold(ect).downstream_throughput_kbps()); in TEST()
90 params.TypicalNetworkQuality(ect).downstream_throughput_kbps(), in TEST()
109 .downstream_throughput_kbps()); in TEST()
113 .downstream_throughput_kbps()); in TEST()
H A Dnetwork_quality_estimator_test_util.cc137 int32_t* downstream_throughput_kbps, in GetRecentEffectiveConnectionTypeUsingMetrics() argument
146 downstream_throughput_kbps); in GetRecentEffectiveConnectionTypeUsingMetrics()
150 http_rtt, transport_rtt, end_to_end_rtt, downstream_throughput_kbps, in GetRecentEffectiveConnectionTypeUsingMetrics()
288 network_quality.downstream_throughput_kbps()); in NotifyObserversOfRTTOrThroughputEstimatesComputed()
H A Dnetwork_quality_estimator_params.cc150 default_observations[i].downstream_throughput_kbps()); in ObtainDefaultObservations()
212 default_observations[i].downstream_throughput_kbps()); in ObtainDefaultObservations()
225 default_observations[i].downstream_throughput_kbps()); in ObtainDefaultObservations()
272 typical_network_quality[i].downstream_throughput_kbps()); in ObtainTypicalNetworkQualities()
372 connection_thresholds[i].downstream_throughput_kbps()); in ObtainConnectionThresholds()
390 .downstream_throughput_kbps()); in ObtainConnectionThresholds()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/net/
H A Dnetwork_quality_observer_impl.cc92 last_notified_network_quality_.downstream_throughput_kbps()); in OnEffectiveConnectionTypeChanged()
109 last_notified_network_quality_.downstream_throughput_kbps()); in Observe()
115 int32_t downstream_throughput_kbps) { in OnRTTOrThroughputEstimatesComputed() argument
127 last_notified_network_quality_.downstream_throughput_kbps(), in OnRTTOrThroughputEstimatesComputed()
128 downstream_throughput_kbps); in OnRTTOrThroughputEstimatesComputed()
144 http_rtt, transport_rtt, downstream_throughput_kbps); in OnRTTOrThroughputEstimatesComputed()
153 last_notified_network_quality_.downstream_throughput_kbps()); in OnRTTOrThroughputEstimatesComputed()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/net/
H A Dnetwork_quality_observer_impl.cc93 last_notified_network_quality_.downstream_throughput_kbps()); in OnEffectiveConnectionTypeChanged()
110 last_notified_network_quality_.downstream_throughput_kbps()); in Observe()
116 int32_t downstream_throughput_kbps) { in OnRTTOrThroughputEstimatesComputed() argument
128 last_notified_network_quality_.downstream_throughput_kbps(), in OnRTTOrThroughputEstimatesComputed()
129 downstream_throughput_kbps); in OnRTTOrThroughputEstimatesComputed()
145 http_rtt, transport_rtt, downstream_throughput_kbps); in OnRTTOrThroughputEstimatesComputed()
154 last_notified_network_quality_.downstream_throughput_kbps()); in OnRTTOrThroughputEstimatesComputed()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/
H A Dnetwork_quality_estimator_manager.cc135 int32_t downstream_throughput_kbps = downstream_throughput_kbps_; in OnEffectiveConnectionTypeChanged() local
143 transport_rtt, downstream_throughput_kbps); in OnEffectiveConnectionTypeChanged()
150 int32_t downstream_throughput_kbps) { in OnRTTOrThroughputEstimatesComputed() argument
158 downstream_throughput_kbps, downstream_throughput_kbps_); in OnRTTOrThroughputEstimatesComputed()
169 downstream_throughput_kbps_ = downstream_throughput_kbps; in OnRTTOrThroughputEstimatesComputed()
173 transport_rtt, downstream_throughput_kbps); in OnRTTOrThroughputEstimatesComputed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/
H A Dnetwork_quality_estimator_manager.cc136 int32_t downstream_throughput_kbps = downstream_throughput_kbps_; in OnEffectiveConnectionTypeChanged() local
144 transport_rtt, downstream_throughput_kbps); in OnEffectiveConnectionTypeChanged()
151 int32_t downstream_throughput_kbps) { in OnRTTOrThroughputEstimatesComputed() argument
159 downstream_throughput_kbps, downstream_throughput_kbps_); in OnRTTOrThroughputEstimatesComputed()
170 downstream_throughput_kbps_ = downstream_throughput_kbps; in OnRTTOrThroughputEstimatesComputed()
174 transport_rtt, downstream_throughput_kbps); in OnRTTOrThroughputEstimatesComputed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/net/nqe/
H A Dnetwork_quality_provider.cc49 int32_t downstream_throughput_kbps) { in OnRTTOrThroughputEstimatesComputed() argument
55 downstream_throughput_kbps); in OnRTTOrThroughputEstimatesComputed()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/public/cpp/
H A Dnetwork_quality_tracker.h58 int32_t downstream_throughput_kbps) = 0; in COMPONENT_EXPORT()
139 int32_t downstream_throughput_kbps); in COMPONENT_EXPORT()
H A Dnetwork_quality_tracker_unittest.cc106 int32_t downstream_throughput_kbps) override { in OnRTTOrThroughputEstimatesComputed() argument
109 EXPECT_EQ(downstream_throughput_kbps, in OnRTTOrThroughputEstimatesComputed()
115 downstream_throughput_kbps_ = downstream_throughput_kbps; in OnRTTOrThroughputEstimatesComputed()
149 int32_t downstream_throughput_kbps() const { in downstream_throughput_kbps() function in network::__anon5efa46dc0111::TestRTTAndThroughputEstimatesObserver
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/public/cpp/
H A Dnetwork_quality_tracker.h58 int32_t downstream_throughput_kbps) = 0; in COMPONENT_EXPORT()
139 int32_t downstream_throughput_kbps); in COMPONENT_EXPORT()
H A Dnetwork_quality_tracker_unittest.cc106 int32_t downstream_throughput_kbps) override { in OnRTTOrThroughputEstimatesComputed() argument
109 EXPECT_EQ(downstream_throughput_kbps, in OnRTTOrThroughputEstimatesComputed()
115 downstream_throughput_kbps_ = downstream_throughput_kbps; in OnRTTOrThroughputEstimatesComputed()
149 int32_t downstream_throughput_kbps() const { in downstream_throughput_kbps() function in network::__anond36758610111::TestRTTAndThroughputEstimatesObserver

12