Home
last modified time | relevance | path

Searched refs:AcceptConnection (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/rtc_base/
Dssl_adapter_unittest.cc216 void AcceptConnection(const rtc::SocketAddress& address) { in AcceptConnection() function in SSLAdapterTestDummyServer
348 server_->AcceptConnection(client_->GetAddress()); in TestHandshake()
/external/webrtc/p2p/base/
Dturn_server.h268 void AcceptConnection(rtc::AsyncSocket* server_socket);
Dturn_server.cc175 AcceptConnection(socket); in OnNewInternalConnection()
178 void TurnServer::AcceptConnection(rtc::AsyncSocket* server_socket) { in AcceptConnection() function in cricket::TurnServer
Dport_unittest.cc301 void AcceptConnection(const Candidate& remote_candidate) { in AcceptConnection() function in cricket::TestChannel
611 ch2->AcceptConnection(GetCandidate(ch1->port())); in ConnectStartedChannels()
860 ch2.AcceptConnection(GetCandidate(ch1.port())); in TestConnectivity()
906 ch2.AcceptConnection(GetCandidate(ch1.port())); in TestConnectivity()
919 ch1.AcceptConnection(GetCandidate(ch2.port())); in TestConnectivity()
2691 ch2.AcceptConnection(GetCandidate(ch1.port())); in TEST_F()
2759 ch2.AcceptConnection(GetCandidate(ch1.port())); in TEST_F()
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp104 SOCKET AcceptConnection(int portno) { in AcceptConnection() function
2988 SOCKET socket_fd = AcceptConnection(portno); in main()