Home
last modified time | relevance | path

Searched refs:SocketClient (Results 1 – 4 of 4) sorted by relevance

/external/openscreen/cast/test/
Dcast_socket_e2e_test.cc231 template <typename SocketClient, typename PeerSocketClient>
233 SocketClient* client, in CloseSocketsFromOneEnd()
/external/webrtc/rtc_base/
Dthread_unittest.cc63 class SocketClient : public TestGenerator, public sigslot::has_slots<> { class
65 SocketClient(AsyncSocket* socket, in SocketClient() function in rtc::__anonec2f23eb0111::SocketClient
72 socket_->SignalReadPacket.connect(this, &SocketClient::OnPacket); in SocketClient()
75 ~SocketClient() override { delete socket_; } in ~SocketClient()
230 SocketClient sock_client(asocket, addr, th1.get(), &msg_client); in TEST()
/external/python/cpython2/Lib/multiprocessing/
Dconnection.py169 c = SocketClient(address)
297 def SocketClient(address): function
/external/python/cpython3/Lib/multiprocessing/
Dconnection.py507 c = SocketClient(address)
628 def SocketClient(address): function