Home
last modified time | relevance | path

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

/external/cronet/net/socket/
Dtransport_client_socket_pool_test_util.cc64 bool IsConnectedAndIdle() const override { return connected_; } in IsConnectedAndIdle() function in net::__anonb99b27da0111::MockConnectClientSocket
138 bool IsConnectedAndIdle() const override { return false; } in IsConnectedAndIdle() function in net::__anonb99b27da0111::MockFailingClientSocket
250 bool IsConnectedAndIdle() const override { return is_connected_; } in IsConnectedAndIdle() function in net::__anonb99b27da0111::MockTriggerableClientSocket
Dunix_domain_client_socket_posix.cc63 bool UnixDomainClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::UnixDomainClientSocket
Dfuzzed_socket.cc209 bool FuzzedSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::FuzzedSocket
Dfuzzed_socket_factory.cc61 bool IsConnectedAndIdle() const override { return false; } in IsConnectedAndIdle() function in net::__anon12cd17290111::FailingSSLClientSocket
Dtransport_connect_sub_job.cc83 bool IsConnectedAndIdle() const override { in IsConnectedAndIdle() function in net::__anona12327eb0111::WebSocketStreamSocket
Dsocks5_client_socket.cc87 bool SOCKS5ClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SOCKS5ClientSocket
Dsocket_test_util.cc883 bool MockClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::MockClientSocket
1110 bool MockTCPClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::MockTCPClientSocket
1376 bool MockSSLClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::MockSSLClientSocket
2011 bool WrappedStreamSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::WrappedStreamSocket
Dsocks_client_socket.cc121 bool SOCKSClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SOCKSClientSocket
Dsocket_posix.cc253 bool SocketPosix::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SocketPosix
Dtcp_client_socket.cc365 bool TCPClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::TCPClientSocket
Dtcp_socket_posix.cc297 bool TCPSocketPosix::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::TCPSocketPosix
Dtcp_socket_win.cc468 bool TCPSocketWin::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::TCPSocketWin
Dssl_server_socket_impl.cc519 bool SSLServerContextImpl::SocketImpl::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SSLServerContextImpl::SocketImpl
Dssl_client_socket_impl.cc509 bool SSLClientSocketImpl::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SSLClientSocketImpl
Dssl_server_socket_unittest.cc279 bool IsConnectedAndIdle() const override { return true; } in IsConnectedAndIdle() function in net::__anone2598ac10111::FakeSocket
Dclient_socket_pool_base_unittest.cc193 bool IsConnectedAndIdle() const override { in IsConnectedAndIdle() function in net::__anon0ba9f5eb0111::MockClientSocket
/external/cronet/net/http/
Dhttp_proxy_client_socket.cc119 bool HttpProxyClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::HttpProxyClientSocket
/external/cronet/net/quic/
Dquic_proxy_client_socket.cc119 bool QuicProxyClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::QuicProxyClientSocket
Dquic_proxy_client_socket_unittest.cc846 TEST_P(QuicProxyClientSocketTest, IsConnectedAndIdle) { in TEST_P() argument
/external/cronet/net/spdy/
Dspdy_proxy_client_socket.cc140 bool SpdyProxyClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SpdyProxyClientSocket
/external/cronet/net/server/
Dhttp_server_unittest.cc965 bool IsConnectedAndIdle() const override { return IsConnected(); } in IsConnectedAndIdle() function in net::__anon91253db50211::MockStreamSocket