Home
last modified time | relevance | path

Searched refs:effective_connection_type_ (Results 1 – 25 of 67) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/nqe/
H A Dnetwork_quality_estimator.cc474 effective_connection_type_, in ReportEffectiveConnectionTypeForTesting()
924 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
928 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
932 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
947 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
952 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
969 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
987 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
1005 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
1009 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
[all …]
H A Dnetwork_quality_estimator_test_util.h74 effective_connection_type_ = type; in set_effective_connection_type()
117 DCHECK(!effective_connection_type_ && !recent_effective_connection_type_); in set_recent_http_rtt()
135 DCHECK(!effective_connection_type_ && !recent_effective_connection_type_); in set_recent_transport_rtt()
150 DCHECK(!effective_connection_type_ && !recent_effective_connection_type_); in set_recent_downlink_throughput_kbps()
175 DCHECK(!effective_connection_type_ && !recent_effective_connection_type_); in set_start_time_null_end_to_end_rtt()
256 base::Optional<EffectiveConnectionType> effective_connection_type_; variable
H A Dcached_network_quality.cc14 : effective_connection_type_(EFFECTIVE_CONNECTION_TYPE_UNKNOWN) {} in CachedNetworkQuality()
28 effective_connection_type_(effective_connection_type) {} in CachedNetworkQuality()
H A Dcached_network_quality.h45 return effective_connection_type_; in effective_connection_type()
56 EffectiveConnectionType effective_connection_type_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/public/cpp/
H A Dnetwork_quality_tracker.cc20 effective_connection_type_(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN), in NetworkQualityTracker()
32 return effective_connection_type_; in GetEffectiveConnectionType()
54 if (effective_connection_type_ != net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN) in AddEffectiveConnectionTypeObserver()
55 observer->OnEffectiveConnectionTypeChanged(effective_connection_type_); in AddEffectiveConnectionTypeObserver()
84 effective_connection_type_ = effective_connection_type; in ReportEffectiveConnectionTypeForTesting()
108 : effective_connection_type_(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN), in NetworkQualityTracker()
144 if (effective_connection_type != effective_connection_type_) { in OnNetworkQualityChanged()
145 effective_connection_type_ = effective_connection_type; in OnNetworkQualityChanged()
147 observer.OnEffectiveConnectionTypeChanged(effective_connection_type_); in OnNetworkQualityChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/public/cpp/
H A Dnetwork_quality_tracker.cc20 effective_connection_type_(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN), in NetworkQualityTracker()
32 return effective_connection_type_; in GetEffectiveConnectionType()
54 if (effective_connection_type_ != net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN) in AddEffectiveConnectionTypeObserver()
55 observer->OnEffectiveConnectionTypeChanged(effective_connection_type_); in AddEffectiveConnectionTypeObserver()
84 effective_connection_type_ = effective_connection_type; in ReportEffectiveConnectionTypeForTesting()
108 : effective_connection_type_(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN), in NetworkQualityTracker()
144 if (effective_connection_type != effective_connection_type_) { in OnNetworkQualityChanged()
145 effective_connection_type_ = effective_connection_type; in OnNetworkQualityChanged()
147 observer.OnEffectiveConnectionTypeChanged(effective_connection_type_); in OnNetworkQualityChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/nqe/
H A Dnetwork_quality_estimator.cc486 effective_connection_type_, in ReportEffectiveConnectionTypeForTesting()
900 if (past_type != effective_connection_type_) in ComputeEffectiveConnectionType()
954 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
958 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
962 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
967 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
985 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
1004 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
1023 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
1027 return effective_connection_type_; in GetCappedECTBasedOnSignalStrength()
[all …]
H A Dnetwork_quality_estimator_test_util.h74 effective_connection_type_ = type; in set_effective_connection_type()
117 DCHECK(!effective_connection_type_ && !recent_effective_connection_type_); in set_recent_http_rtt()
135 DCHECK(!effective_connection_type_ && !recent_effective_connection_type_); in set_recent_transport_rtt()
150 DCHECK(!effective_connection_type_ && !recent_effective_connection_type_); in set_recent_downlink_throughput_kbps()
175 DCHECK(!effective_connection_type_ && !recent_effective_connection_type_); in set_start_time_null_end_to_end_rtt()
256 base::Optional<EffectiveConnectionType> effective_connection_type_; variable
H A Dcached_network_quality.cc14 : effective_connection_type_(EFFECTIVE_CONNECTION_TYPE_UNKNOWN) {} in CachedNetworkQuality()
28 effective_connection_type_(effective_connection_type) {} in CachedNetworkQuality()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/net/
H A Dnetwork_quality_estimator_browsertest.cc35 effective_connection_type_(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN) { in TestNetworkQualityObserver()
52 effective_connection_type_ = type; in OnEffectiveConnectionTypeChanged()
53 if (effective_connection_type_ != run_loop_wait_effective_connection_type_) in OnEffectiveConnectionTypeChanged()
61 if (effective_connection_type_ == run_loop_wait_effective_connection_type) in WaitForNotification()
76 net::EffectiveConnectionType effective_connection_type_; member in __anonb8bd1a760111::TestNetworkQualityObserver
H A Dnetwork_quality_tracker_browsertest.cc58 effective_connection_type_(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN) { in TestNetworkQualityObserver()
76 effective_connection_type_ = type; in OnEffectiveConnectionTypeChanged()
77 if (effective_connection_type_ != run_loop_wait_effective_connection_type_) in OnEffectiveConnectionTypeChanged()
84 if (effective_connection_type_ == run_loop_wait_effective_connection_type) in WaitForNotification()
96 return effective_connection_type_; in effective_connection_type()
109 net::EffectiveConnectionType effective_connection_type_; member in network::__anon90817c8a0111::TestNetworkQualityObserver
H A Dnetwork_quality_estimator_prefs_browsertest.cc97 effective_connection_type_(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN) { in TestNetworkQualityObserver()
114 effective_connection_type_ = type; in OnEffectiveConnectionTypeChanged()
115 if (effective_connection_type_ != run_loop_wait_effective_connection_type_) in OnEffectiveConnectionTypeChanged()
122 if (effective_connection_type_ == run_loop_wait_effective_connection_type) in WaitForNotification()
136 net::EffectiveConnectionType effective_connection_type_; member in __anon587bb6750111::TestNetworkQualityObserver
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/net/
H A Dnetwork_quality_estimator_browsertest.cc36 effective_connection_type_(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN) { in TestNetworkQualityObserver()
53 effective_connection_type_ = type; in OnEffectiveConnectionTypeChanged()
54 if (effective_connection_type_ != run_loop_wait_effective_connection_type_) in OnEffectiveConnectionTypeChanged()
62 if (effective_connection_type_ == run_loop_wait_effective_connection_type) in WaitForNotification()
77 net::EffectiveConnectionType effective_connection_type_; member in __anon751c317b0111::TestNetworkQualityObserver
H A Dnetwork_quality_tracker_browsertest.cc57 effective_connection_type_(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN) { in TestNetworkQualityObserver()
75 effective_connection_type_ = type; in OnEffectiveConnectionTypeChanged()
76 if (effective_connection_type_ != run_loop_wait_effective_connection_type_) in OnEffectiveConnectionTypeChanged()
83 if (effective_connection_type_ == run_loop_wait_effective_connection_type) in WaitForNotification()
95 return effective_connection_type_; in effective_connection_type()
108 net::EffectiveConnectionType effective_connection_type_; member in network::__anon31b50e4f0111::TestNetworkQualityObserver
H A Dnetwork_quality_estimator_prefs_browsertest.cc96 effective_connection_type_(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN) { in TestNetworkQualityObserver()
113 effective_connection_type_ = type; in OnEffectiveConnectionTypeChanged()
114 if (effective_connection_type_ != run_loop_wait_effective_connection_type_) in OnEffectiveConnectionTypeChanged()
121 if (effective_connection_type_ == run_loop_wait_effective_connection_type) in WaitForNotification()
135 net::EffectiveConnectionType effective_connection_type_; member in __anon9c733d3a0111::TestNetworkQualityObserver
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/
H A Dnetwork_quality_estimator_manager.cc96 effective_connection_type_ = in NetworkQualityEstimatorManager()
125 client->OnNetworkQualityChanged(effective_connection_type_, http_rtt_, in RequestNotifications()
137 if (effective_connection_type == effective_connection_type_) in OnEffectiveConnectionTypeChanged()
140 effective_connection_type_ = effective_connection_type; in OnEffectiveConnectionTypeChanged()
166 effective_connection_type_; in OnRTTOrThroughputEstimatesComputed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/
H A Dnetwork_quality_estimator_manager.cc97 effective_connection_type_ = in NetworkQualityEstimatorManager()
126 client->OnNetworkQualityChanged(effective_connection_type_, http_rtt_, in RequestNotifications()
138 if (effective_connection_type == effective_connection_type_) in OnEffectiveConnectionTypeChanged()
141 effective_connection_type_ = effective_connection_type; in OnEffectiveConnectionTypeChanged()
167 effective_connection_type_; in OnRTTOrThroughputEstimatesComputed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/metrics/net/
H A Dnetwork_metrics_provider.cc99 effective_connection_type_(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN), in NetworkMetricsProvider()
197 min_effective_connection_type_ = effective_connection_type_; in ProvideSystemProfileMetrics()
198 max_effective_connection_type_ = effective_connection_type_; in ProvideSystemProfileMetrics()
330 effective_connection_type_ = type; in OnEffectiveConnectionTypeChanged()
332 if (effective_connection_type_ == net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN || in OnEffectiveConnectionTypeChanged()
333 effective_connection_type_ == net::EFFECTIVE_CONNECTION_TYPE_OFFLINE) { in OnEffectiveConnectionTypeChanged()
361 std::min(min_effective_connection_type_, effective_connection_type_); in OnEffectiveConnectionTypeChanged()
363 std::max(max_effective_connection_type_, effective_connection_type_); in OnEffectiveConnectionTypeChanged()
H A Dnetwork_metrics_provider_unittest.cc68 network_metrics_provider.effective_connection_type_); in TEST_F()
83 network_metrics_provider.effective_connection_type_); in TEST_F()
97 network_metrics_provider.effective_connection_type_); in TEST_F()
127 network_metrics_provider.effective_connection_type_); in TEST_F()
136 network_metrics_provider.effective_connection_type_); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/
H A Dinternal_document_state_data.h54 return effective_connection_type_; in effective_connection_type()
58 effective_connection_type_ = effective_connection_type; in set_effective_connection_type()
74 net::EffectiveConnectionType effective_connection_type_ = variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/
H A Dinternal_document_state_data.h54 return effective_connection_type_; in effective_connection_type()
58 effective_connection_type_ = effective_connection_type; in set_effective_connection_type()
74 net::EffectiveConnectionType effective_connection_type_ = variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/metrics/net/
H A Dnetwork_metrics_provider.cc103 effective_connection_type_(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN), in NetworkMetricsProvider()
201 min_effective_connection_type_ = effective_connection_type_; in ProvideSystemProfileMetrics()
202 max_effective_connection_type_ = effective_connection_type_; in ProvideSystemProfileMetrics()
426 effective_connection_type_ = type; in OnEffectiveConnectionTypeChanged()
428 if (effective_connection_type_ == net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN || in OnEffectiveConnectionTypeChanged()
429 effective_connection_type_ == net::EFFECTIVE_CONNECTION_TYPE_OFFLINE) { in OnEffectiveConnectionTypeChanged()
457 std::min(min_effective_connection_type_, effective_connection_type_); in OnEffectiveConnectionTypeChanged()
459 std::max(max_effective_connection_type_, effective_connection_type_); in OnEffectiveConnectionTypeChanged()
H A Dnetwork_metrics_provider_unittest.cc68 network_metrics_provider.effective_connection_type_); in TEST_F()
83 network_metrics_provider.effective_connection_type_); in TEST_F()
97 network_metrics_provider.effective_connection_type_); in TEST_F()
127 network_metrics_provider.effective_connection_type_); in TEST_F()
136 network_metrics_provider.effective_connection_type_); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/data_reduction_proxy/core/browser/
H A Ddata_reduction_proxy_data.h60 return effective_connection_type_; in effective_connection_type()
64 effective_connection_type_ = effective_connection_type; in set_effective_connection_type()
114 net::EffectiveConnectionType effective_connection_type_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/data_reduction_proxy/core/browser/
H A Ddata_reduction_proxy_data.h70 return effective_connection_type_; in effective_connection_type()
74 effective_connection_type_ = effective_connection_type; in set_effective_connection_type()
127 net::EffectiveConnectionType effective_connection_type_; variable

123