Home
last modified time | relevance | path

Searched refs:spdy_session_pool (Results 1 – 25 of 54) sorted by relevance

123

/external/cronet/tot/net/spdy/
Dspdy_http_stream_unittest.cc229 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
239 EXPECT_FALSE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
287 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
371 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
389 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
472 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
483 EXPECT_FALSE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
530 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
541 EXPECT_FALSE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
589 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
[all …]
Dspdy_network_transaction_unittest.cc198 session()->spdy_session_pool()->CloseAllSessions(); in ~NormalSpdyTransactionHelper()
228 session_->spdy_session_pool()->CloseCurrentSessions(ERR_ABORTED); in FinishDefaultTest()
252 session_->spdy_session_pool()->CloseCurrentSessions(ERR_ABORTED); in FinishDefaultTestWithoutVerification()
323 session_->spdy_session_pool()->SpdySessionPoolInfoToValue()); in GetSpdySessionCount()
482 session->spdy_session_pool()->FindAvailableSession( in VerifyStreamsClosed()
2194 helper.session()->spdy_session_pool()->CloseAllSessions(); in TEST_P()
2388 ->spdy_session_pool()); in TEST_P()
2546 helper.session()->spdy_session_pool()->FindAvailableSession( in TEST_P()
2609 helper.session()->spdy_session_pool()->FindAvailableSession( in TEST_P()
2652 EXPECT_TRUE(helper.session()->spdy_session_pool()->FindAvailableSession( in TEST_P()
[all …]
Dspdy_session_pool.h99 SpdySessionPool* spdy_session_pool);
120 SpdySessionPool* spdy_session_pool() { return spdy_session_pool_; } in spdy_session_pool() function
Dspdy_test_util_common.cc350 SpdySessionPoolPeer pool_peer(http_session->spdy_session_pool()); in SpdyCreateSessionWithSocketFactory()
448 EXPECT_FALSE(http_session->spdy_session_pool()->FindAvailableSession( in CreateSpdySessionHelper()
476 http_session->spdy_session_pool()->CreateAvailableSessionFromSocketHandle( in CreateSpdySessionHelper()
482 EXPECT_TRUE(HasSpdySession(http_session->spdy_session_pool(), key)); in CreateSpdySessionHelper()
/external/cronet/stable/net/spdy/
Dspdy_http_stream_unittest.cc229 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
239 EXPECT_FALSE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
287 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
371 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
389 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
472 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
483 EXPECT_FALSE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
530 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
541 EXPECT_FALSE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
589 EXPECT_TRUE(HasSpdySession(http_session_->spdy_session_pool(), key_)); in TEST_F()
[all …]
Dspdy_network_transaction_unittest.cc198 session()->spdy_session_pool()->CloseAllSessions(); in ~NormalSpdyTransactionHelper()
228 session_->spdy_session_pool()->CloseCurrentSessions(ERR_ABORTED); in FinishDefaultTest()
252 session_->spdy_session_pool()->CloseCurrentSessions(ERR_ABORTED); in FinishDefaultTestWithoutVerification()
323 session_->spdy_session_pool()->SpdySessionPoolInfoToValue()); in GetSpdySessionCount()
482 session->spdy_session_pool()->FindAvailableSession( in VerifyStreamsClosed()
2194 helper.session()->spdy_session_pool()->CloseAllSessions(); in TEST_P()
2388 ->spdy_session_pool()); in TEST_P()
2546 helper.session()->spdy_session_pool()->FindAvailableSession( in TEST_P()
2609 helper.session()->spdy_session_pool()->FindAvailableSession( in TEST_P()
2652 EXPECT_TRUE(helper.session()->spdy_session_pool()->FindAvailableSession( in TEST_P()
[all …]
Dspdy_session_pool.h99 SpdySessionPool* spdy_session_pool);
120 SpdySessionPool* spdy_session_pool() { return spdy_session_pool_; } in spdy_session_pool() function
/external/cronet/tot/net/socket/
Dclient_socket_pool.cc50 SpdySessionPool* spdy_session_pool, in OnHostResolution() argument
61 return spdy_session_pool->OnHostResolutionComplete( in OnHostResolution()
203 &OnHostResolution, common_connect_job_params_->spdy_session_pool, in CreateConnectJob()
Dconnect_job.cc35 SpdySessionPool* spdy_session_pool, in CommonConnectJobParams() argument
54 spdy_session_pool(spdy_session_pool), in CommonConnectJobParams()
Dconnect_job.h70 SpdySessionPool* spdy_session_pool,
94 raw_ptr<SpdySessionPool> spdy_session_pool; member
/external/cronet/stable/net/socket/
Dclient_socket_pool.cc50 SpdySessionPool* spdy_session_pool, in OnHostResolution() argument
61 return spdy_session_pool->OnHostResolutionComplete( in OnHostResolution()
203 &OnHostResolution, common_connect_job_params_->spdy_session_pool, in CreateConnectJob()
Dconnect_job.cc35 SpdySessionPool* spdy_session_pool, in CommonConnectJobParams() argument
54 spdy_session_pool(spdy_session_pool), in CommonConnectJobParams()
Dconnect_job.h70 SpdySessionPool* spdy_session_pool,
94 raw_ptr<SpdySessionPool> spdy_session_pool; member
/external/cronet/tot/net/http/
Dhttp_stream_pool_job_controller.cc162 spdy_session_pool()->GetDnsAliasesForSessionKey(spdy_session_key)); in RequestStream()
212 bool had_spdy_session = spdy_session_pool()->HasAvailableSession( in Preconnect()
375 SpdySessionPool* HttpStreamPool::JobController::spdy_session_pool() { in spdy_session_pool() function in net::HttpStreamPool::JobController
376 return pool_->http_network_session()->spdy_session_pool(); in spdy_session_pool()
Dhttp_stream_factory_job.cc314 session_->spdy_session_pool()->HasAvailableSession(spdy_session_key_, in HasAvailableSpdySession()
725 existing_spdy_session_ = session_->spdy_session_pool()->RequestSession( in DoInitConnectionImpl()
745 session_->spdy_session_pool()->FindAvailableSession( in DoInitConnectionImpl()
1041 auto dns_aliases = session_->spdy_session_pool()->GetDnsAliasesForSessionKey( in SetSpdyHttpStreamOrBidirectionalStreamImpl()
1114 session_->spdy_session_pool()->FindAvailableSession( in DoCreateStream()
1144 session_->spdy_session_pool()->CreateAvailableSessionFromSocketHandle( in DoCreateStream()
Dhttp_stream_pool_attempt_manager.cc254 DCHECK(!spdy_session_pool()->FindAvailableSession( in StartJob()
312 CHECK(!spdy_session_pool()->HasAvailableSession(spdy_session_key(), in Preconnect()
522 SpdySessionPool* HttpStreamPool::AttemptManager::spdy_session_pool() { in spdy_session_pool() function in net::HttpStreamPool::AttemptManager
523 return http_network_session()->spdy_session_pool(); in spdy_session_pool()
867 spdy_session_pool()->FindMatchingIpSessionForServiceEndpoint( in CanUseExistingSessionAfterEndpointChanges()
1101 spdy_session_pool()->CloseCurrentIdleSessions("Closing idle sessions"); in IsConnectionAttemptReady()
1397 http_network_session()->spdy_session_pool()->GetDnsAliasesForSessionKey( in CreateSpdyStreamAndNotify()
1562 CHECK(!spdy_session_pool()->FindAvailableSession( in OnInFlightAttemptComplete()
1568 spdy_session_pool()->CreateAvailableSessionFromSocketHandle( in OnInFlightAttemptComplete()
Dhttp_stream_pool_job_controller.h106 SpdySessionPool* spdy_session_pool();
Dhttp_proxy_connect_job_unittest.cc1303 common_connect_job_params_->spdy_session_pool->FindAvailableSession( in TEST_P()
1312 common_connect_job_params_->spdy_session_pool->FindAvailableSession( in TEST_P()
1389 common_connect_job_params_->spdy_session_pool->FindAvailableSession( in TEST_P()
1437 common_connect_job_params_->spdy_session_pool->FindAvailableSession( in TEST_P()
1474 common_connect_job_params_->spdy_session_pool->FindAvailableSession( in TEST_P()
1518 common_connect_job_params_->spdy_session_pool->FindAvailableSession( in TEST_P()
1723 session_->spdy_session_pool()->CloseAllSessions(); in TEST_P()
1829 session_->spdy_session_pool()->CloseAllSessions(); in TEST_P()
1938 session_->spdy_session_pool()->CloseAllSessions(); in TEST_P()
Dhttp_proxy_connect_job.cc497 common_connect_job_params()->spdy_session_pool->FindAvailableSession( in DoTransportConnect()
661 common_connect_job_params()->spdy_session_pool->FindAvailableSession( in DoSpdyProxyCreateStream()
671 ->spdy_session_pool->CreateAvailableSessionFromSocket( in DoSpdyProxyCreateStream()
/external/cronet/stable/net/http/
Dhttp_stream_pool_job_controller.cc162 spdy_session_pool()->GetDnsAliasesForSessionKey(spdy_session_key)); in RequestStream()
212 bool had_spdy_session = spdy_session_pool()->HasAvailableSession( in Preconnect()
375 SpdySessionPool* HttpStreamPool::JobController::spdy_session_pool() { in spdy_session_pool() function in net::HttpStreamPool::JobController
376 return pool_->http_network_session()->spdy_session_pool(); in spdy_session_pool()
Dhttp_stream_factory_job.cc314 session_->spdy_session_pool()->HasAvailableSession(spdy_session_key_, in HasAvailableSpdySession()
725 existing_spdy_session_ = session_->spdy_session_pool()->RequestSession( in DoInitConnectionImpl()
745 session_->spdy_session_pool()->FindAvailableSession( in DoInitConnectionImpl()
1041 auto dns_aliases = session_->spdy_session_pool()->GetDnsAliasesForSessionKey( in SetSpdyHttpStreamOrBidirectionalStreamImpl()
1114 session_->spdy_session_pool()->FindAvailableSession( in DoCreateStream()
1144 session_->spdy_session_pool()->CreateAvailableSessionFromSocketHandle( in DoCreateStream()
Dhttp_stream_pool_attempt_manager.cc254 DCHECK(!spdy_session_pool()->FindAvailableSession( in StartJob()
312 CHECK(!spdy_session_pool()->HasAvailableSession(spdy_session_key(), in Preconnect()
522 SpdySessionPool* HttpStreamPool::AttemptManager::spdy_session_pool() { in spdy_session_pool() function in net::HttpStreamPool::AttemptManager
523 return http_network_session()->spdy_session_pool(); in spdy_session_pool()
867 spdy_session_pool()->FindMatchingIpSessionForServiceEndpoint( in CanUseExistingSessionAfterEndpointChanges()
1101 spdy_session_pool()->CloseCurrentIdleSessions("Closing idle sessions"); in IsConnectionAttemptReady()
1397 http_network_session()->spdy_session_pool()->GetDnsAliasesForSessionKey( in CreateSpdyStreamAndNotify()
1562 CHECK(!spdy_session_pool()->FindAvailableSession( in OnInFlightAttemptComplete()
1568 spdy_session_pool()->CreateAvailableSessionFromSocketHandle( in OnInFlightAttemptComplete()
Dhttp_stream_pool_job_controller.h106 SpdySessionPool* spdy_session_pool();
Dhttp_proxy_connect_job_unittest.cc1303 common_connect_job_params_->spdy_session_pool->FindAvailableSession( in TEST_P()
1312 common_connect_job_params_->spdy_session_pool->FindAvailableSession( in TEST_P()
1389 common_connect_job_params_->spdy_session_pool->FindAvailableSession( in TEST_P()
1437 common_connect_job_params_->spdy_session_pool->FindAvailableSession( in TEST_P()
1474 common_connect_job_params_->spdy_session_pool->FindAvailableSession( in TEST_P()
1518 common_connect_job_params_->spdy_session_pool->FindAvailableSession( in TEST_P()
1723 session_->spdy_session_pool()->CloseAllSessions(); in TEST_P()
1829 session_->spdy_session_pool()->CloseAllSessions(); in TEST_P()
1938 session_->spdy_session_pool()->CloseAllSessions(); in TEST_P()
Dhttp_proxy_connect_job.cc497 common_connect_job_params()->spdy_session_pool->FindAvailableSession( in DoTransportConnect()
661 common_connect_job_params()->spdy_session_pool->FindAvailableSession( in DoSpdyProxyCreateStream()
671 ->spdy_session_pool->CreateAvailableSessionFromSocket( in DoSpdyProxyCreateStream()

123