Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dthread_unittest.cc49 class SocketClient : public TestGenerator, public sigslot::has_slots<> { class
51 SocketClient(AsyncSocket* socket, const SocketAddress& addr, in SocketClient() function in SocketClient
56 socket_->SignalReadPacket.connect(this, &SocketClient::OnPacket); in SocketClient()
59 ~SocketClient() { in ~SocketClient()
203 SocketClient sock_client(asocket, addr, &th1, &msg_client); in TEST()
/external/python/cpython2/Lib/multiprocessing/
Dconnection.py169 c = SocketClient(address)
297 def SocketClient(address): function
/external/honggfuzz/socketfuzzer/
DREADME.md1 # Honggfuzz - SocketClient
/external/python/cpython3/Lib/multiprocessing/
Dconnection.py492 c = SocketClient(address)
612 def SocketClient(address): function