Home
last modified time | relevance | path

Searched refs:SocketPerformanceWatcherFactory (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/cronet/net/socket/
H A Dsocket_performance_watcher_factory.h19 class NET_EXPORT_PRIVATE SocketPerformanceWatcherFactory {
25 SocketPerformanceWatcherFactory(const SocketPerformanceWatcherFactory&) =
27 SocketPerformanceWatcherFactory& operator=(
28 const SocketPerformanceWatcherFactory&) = delete;
30 virtual ~SocketPerformanceWatcherFactory() = default;
42 SocketPerformanceWatcherFactory() = default;
H A Dconnect_job.h50 class SocketPerformanceWatcherFactory; variable
76 SocketPerformanceWatcherFactory* socket_performance_watcher_factory,
100 raw_ptr<SocketPerformanceWatcherFactory> socket_performance_watcher_factory;
285 SocketPerformanceWatcherFactory* socket_performance_watcher_factory() { in socket_performance_watcher_factory()
H A Dclient_socket_pool_manager_impl.cc24 class SocketPerformanceWatcherFactory;
H A Dconnect_job.cc41 SocketPerformanceWatcherFactory* socket_performance_watcher_factory, in CommonConnectJobParams()
H A Dtransport_connect_sub_job.cc212 SocketPerformanceWatcherFactory::PROTOCOL_TCP, in DoEndpointLockComplete()
/aosp_15_r20/external/cronet/net/nqe/
H A Dsocket_watcher_unittest.cc34 SocketPerformanceWatcherFactory::Protocol protocol, in OnUpdatedRTTAvailableStoreParams()
46 SocketPerformanceWatcherFactory::Protocol protocol, in OnUpdatedRTTAvailable()
110 SocketPerformanceWatcherFactory::PROTOCOL_TCP, ip_address, in TEST_F()
150 SocketPerformanceWatcherFactory::PROTOCOL_QUIC, ip_address, in TEST_F()
206 SocketPerformanceWatcherFactory::PROTOCOL_TCP, ip_address, in TEST_F()
241 SocketPerformanceWatcherFactory::PROTOCOL_TCP, ip_address, in TEST_F()
H A Dsocket_watcher.h34 SocketPerformanceWatcherFactory::Protocol protocol,
60 SocketWatcher(SocketPerformanceWatcherFactory::Protocol protocol,
81 const SocketPerformanceWatcherFactory::Protocol protocol_;
H A Dsocket_watcher_factory.h32 SocketPerformanceWatcherFactory::Protocol protocol,
45 class SocketWatcherFactory : public SocketPerformanceWatcherFactory {
H A Dsocket_watcher.cc47 SocketPerformanceWatcherFactory::Protocol protocol, in SocketWatcher()
108 protocol_ == SocketPerformanceWatcherFactory::PROTOCOL_QUIC) { in OnUpdatedRTTAvailable()
H A Dnetwork_quality_estimator.cc65 SocketPerformanceWatcherFactory::Protocol protocol) { in ProtocolSourceToObservationSource()
67 case SocketPerformanceWatcherFactory::PROTOCOL_TCP: in ProtocolSourceToObservationSource()
69 case SocketPerformanceWatcherFactory::PROTOCOL_QUIC: in ProtocolSourceToObservationSource()
374 SocketPerformanceWatcherFactory*
1041 SocketPerformanceWatcherFactory::Protocol protocol, in OnUpdatedTransportRTTAvailable()
H A Dnetwork_quality_estimator.h213 SocketPerformanceWatcherFactory* GetSocketPerformanceWatcherFactory();
343 SocketPerformanceWatcherFactory::Protocol protocol,
H A Dnetwork_quality_estimator_unittest.cc512 SocketPerformanceWatcherFactory::PROTOCOL_TCP, base::Milliseconds(10), in TEST_F()
515 SocketPerformanceWatcherFactory::PROTOCOL_QUIC, base::Milliseconds(10), in TEST_F()
538 SocketPerformanceWatcherFactory::PROTOCOL_QUIC, base::Milliseconds(10), in TEST_F()
1844 SocketPerformanceWatcherFactory::PROTOCOL_TCP, ip_address); in TEST_F()
1849 SocketPerformanceWatcherFactory::PROTOCOL_QUIC, ip_address); in TEST_F()
1901 SocketPerformanceWatcherFactory::PROTOCOL_TCP, ip_address); in TEST_F()
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_network_session.h71 class SocketPerformanceWatcherFactory; variable
197 raw_ptr<SocketPerformanceWatcherFactory> socket_performance_watcher_factory;
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_session_pool.h93 class SocketPerformanceWatcherFactory; variable
321 SocketPerformanceWatcherFactory* socket_performance_watcher_factory,
717 const raw_ptr<SocketPerformanceWatcherFactory>
H A Dquic_session_pool.cc453 SocketPerformanceWatcherFactory* socket_performance_watcher_factory, in QuicSessionPool()
1530 SocketPerformanceWatcherFactory::PROTOCOL_QUIC, in CreateSessionHelper()
H A Dquic_network_transaction_unittest.cc258 : public SocketPerformanceWatcherFactory {
H A Dquic_session_pool_test.cc215 SocketPerformanceWatcherFactory* socket_performance_watcher_factory, in MockQuicSessionPool()