Home
last modified time | relevance | path

Searched defs:BindToNetwork (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/net/android/
H A Dnetwork_library_unittest.cc88 TEST(NetworkLibraryTest, BindToNetwork) { in TEST() argument
H A Dnetwork_library.cc264 int BindToNetwork(SocketDescriptor socket, handles::NetworkHandle network) { in BindToNetwork() function
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_context_builder.cc257 void URLRequestContextBuilder::BindToNetwork( in BindToNetwork() function in net::URLRequestContextBuilder
/aosp_15_r20/external/cronet/net/socket/
H A Dtcp_socket_posix.cc179 int TCPSocketPosix::BindToNetwork(handles::NetworkHandle network) { in BindToNetwork() function in net::TCPSocketPosix
H A Dtcp_socket_win.cc1061 int TCPSocketWin::BindToNetwork(handles::NetworkHandle network) { in BindToNetwork() function in net::TCPSocketWin
H A Dudp_socket_posix.cc499 int UDPSocketPosix::BindToNetwork(handles::NetworkHandle network) { in BindToNetwork() function in net::UDPSocketPosix
H A Dtcp_socket_unittest.cc956 TEST_F(TCPSocketTest, BindToNetwork) { in TEST_F() argument
H A Dudp_socket_win.cc535 int UDPSocketWin::BindToNetwork(handles::NetworkHandle network) { in BindToNetwork() function in net::UDPSocketWin
H A Dudp_socket_unittest.cc1656 TEST_F(UDPSocketTest, BindToNetwork) { in TEST_F() argument