Searched refs:SocketClient (Results 1 – 4 of 4) sorted by relevance
231 template <typename SocketClient, typename PeerSocketClient>233 SocketClient* client, in CloseSocketsFromOneEnd()
63 class SocketClient : public TestGenerator, public sigslot::has_slots<> { class65 SocketClient(AsyncSocket* socket, in SocketClient() function in rtc::__anonec2f23eb0111::SocketClient72 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()
169 c = SocketClient(address)297 def SocketClient(address): function
507 c = SocketClient(address)628 def SocketClient(address): function