Searched refs:SocketClient (Results 1 – 4 of 4) sorted by relevance
49 class SocketClient : public TestGenerator, public sigslot::has_slots<> { class51 SocketClient(AsyncSocket* socket, const SocketAddress& addr, in SocketClient() function in SocketClient56 socket_->SignalReadPacket.connect(this, &SocketClient::OnPacket); in SocketClient()59 ~SocketClient() { in ~SocketClient()203 SocketClient sock_client(asocket, addr, &th1, &msg_client); in TEST()
169 c = SocketClient(address)297 def SocketClient(address): function
1 # Honggfuzz - SocketClient
492 c = SocketClient(address)612 def SocketClient(address): function