/aosp_15_r20/external/cronet/net/socket/ |
H A D | socket.cc | 23 int Socket::CancelReadIfReady() { in CancelReadIfReady() function in net::Socket
|
H A D | transport_connect_sub_job.cc | 54 int CancelReadIfReady() override { in CancelReadIfReady() function in net::__anondbcae57c0111::WebSocketStreamSocket
|
H A D | socks_client_socket.cc | 190 int SOCKSClientSocket::CancelReadIfReady() { in CancelReadIfReady() function in net::SOCKSClientSocket
|
H A D | socket_posix.cc | 312 int SocketPosix::CancelReadIfReady() { in CancelReadIfReady() function in net::SocketPosix
|
H A D | tcp_client_socket.cc | 415 int TCPClientSocket::CancelReadIfReady() { in CancelReadIfReady() function in net::TCPClientSocket
|
H A D | tcp_socket_posix.cc | 324 int TCPSocketPosix::CancelReadIfReady() { in CancelReadIfReady() function in net::TCPSocketPosix
|
H A D | socket_test_util.cc | 1046 int MockTCPClientSocket::CancelReadIfReady() { in CancelReadIfReady() function in net::MockTCPClientSocket 1388 int MockSSLClientSocket::CancelReadIfReady() { in CancelReadIfReady() function in net::MockSSLClientSocket
|
H A D | tcp_socket_win.cc | 542 int TCPSocketWin::CancelReadIfReady() { in CancelReadIfReady() function in net::TCPSocketWin
|
H A D | ssl_server_socket_impl.cc | 457 int SSLServerContextImpl::SocketImpl::CancelReadIfReady() { in CancelReadIfReady() function in net::SSLServerContextImpl::SocketImpl
|
H A D | ssl_client_socket_impl.cc | 566 int SSLClientSocketImpl::CancelReadIfReady() { in CancelReadIfReady() function in net::SSLClientSocketImpl
|
H A D | ssl_client_socket_unittest.cc | 373 int FakeBlockingStreamSocket::CancelReadIfReady() { in CancelReadIfReady() function in net::__anon2345ac5a0111::FakeBlockingStreamSocket 843 int CancelReadIfReady() override { return ERR_READ_IF_READY_NOT_IMPLEMENTED; } in CancelReadIfReady() function in net::__anon2345ac5a0111::StreamSocketWithoutReadIfReady 5919 TEST_F(SSLClientSocketTest, CancelReadIfReady) { in TEST_F() argument
|
H A D | ssl_server_socket_unittest.cc | 1410 TEST_F(SSLServerSocketTest, CancelReadIfReady) { in TEST_F() argument
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_proxy_client_socket.cc | 176 int HttpProxyClientSocket::CancelReadIfReady() { in CancelReadIfReady() function in net::HttpProxyClientSocket
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_proxy_client_socket.cc | 220 int SpdyProxyClientSocket::CancelReadIfReady() { in CancelReadIfReady() function in net::SpdyProxyClientSocket
|
H A D | spdy_proxy_client_socket_unittest.cc | 1562 TEST_P(SpdyProxyClientSocketTest, CancelReadIfReady) { in TEST_P() argument
|