Home
last modified time | relevance | path

Searched defs:IsConnectedAndIdle (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/cronet/net/socket/
H A Dtransport_client_socket_pool_test_util.cc64 bool IsConnectedAndIdle() const override { return connected_; } in IsConnectedAndIdle() function in net::__anonc58ea90b0111::MockConnectClientSocket
137 bool IsConnectedAndIdle() const override { return false; } in IsConnectedAndIdle() function in net::__anonc58ea90b0111::MockFailingClientSocket
248 bool IsConnectedAndIdle() const override { return is_connected_; } in IsConnectedAndIdle() function in net::__anonc58ea90b0111::MockTriggerableClientSocket
H A Dsocket_test_util.cc957 bool MockClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::MockClientSocket
1180 bool MockTCPClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::MockTCPClientSocket
1446 bool MockSSLClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::MockSSLClientSocket
2090 bool WrappedStreamSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::WrappedStreamSocket
H A Dunix_domain_client_socket_posix.cc63 bool UnixDomainClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::UnixDomainClientSocket
H A Dfuzzed_socket.cc209 bool FuzzedSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::FuzzedSocket
H A Dfuzzed_socket_factory.cc63 bool IsConnectedAndIdle() const override { return false; } in IsConnectedAndIdle() function in net::__anon04bab43a0111::FailingSSLClientSocket
H A Dtransport_connect_sub_job.cc83 bool IsConnectedAndIdle() const override { in IsConnectedAndIdle() function in net::__anondbcae57c0111::WebSocketStreamSocket
H A Dsocks5_client_socket.cc87 bool SOCKS5ClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SOCKS5ClientSocket
H A Dsocks_client_socket.cc121 bool SOCKSClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SOCKSClientSocket
H A Dsocket_posix.cc253 bool SocketPosix::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SocketPosix
H A Dtcp_client_socket.cc365 bool TCPClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::TCPClientSocket
H A Dtcp_socket_posix.cc285 bool TCPSocketPosix::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::TCPSocketPosix
H A Dtcp_socket_win.cc468 bool TCPSocketWin::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::TCPSocketWin
H A Dssl_server_socket_impl.cc519 bool SSLServerContextImpl::SocketImpl::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SSLServerContextImpl::SocketImpl
H A Dssl_client_socket_impl.cc416 bool SSLClientSocketImpl::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SSLClientSocketImpl
H A Dssl_server_socket_unittest.cc267 bool IsConnectedAndIdle() const override { return true; } in IsConnectedAndIdle() function in net::__anon71f8fa720111::FakeSocket
H A Dclient_socket_pool_base_unittest.cc196 bool IsConnectedAndIdle() const override { in IsConnectedAndIdle() function in net::__anon4fe4a65c0111::MockClientSocket
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_proxy_client_socket.cc121 bool HttpProxyClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::HttpProxyClientSocket
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_proxy_client_socket.cc123 bool QuicProxyClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::QuicProxyClientSocket
H A Dquic_proxy_client_socket_unittest.cc395 TEST_P(QuicProxyClientSocketTest, IsConnectedAndIdle) { in TEST_P() argument
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_proxy_client_socket.cc143 bool SpdyProxyClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SpdyProxyClientSocket
/aosp_15_r20/external/cronet/net/server/
H A Dhttp_server_unittest.cc972 bool IsConnectedAndIdle() const override { return IsConnected(); } in IsConnectedAndIdle() function in net::__anon1c5afca60211::MockStreamSocket