Searched refs:UdpTransportImpl (Results 1 – 3 of 3) sorted by relevance
69 class SocketFactory : public UdpTransportImpl::SocketFactoryInterface {88 return new UdpTransportImpl(id, in Create()105 UdpTransportImpl::UdpTransportImpl(const int32_t id, in UdpTransportImpl() function in webrtc::test::UdpTransportImpl169 UdpTransportImpl::~UdpTransportImpl() in ~UdpTransportImpl()183 UdpTransport::ErrorCode UdpTransportImpl::LastError() const in LastError()193 void UdpTransportImpl::GetCachedAddress(char* ip, in GetCachedAddress()206 int32_t UdpTransportImpl::IPAddressCached(const SocketAddress& address, in IPAddressCached()234 int32_t UdpTransportImpl::InitializeReceiveSockets( in InitializeReceiveSockets()362 int32_t UdpTransportImpl::ReceiveSocketInformation( in ReceiveSocketInformation()386 int32_t UdpTransportImpl::SendSocketInformation( in SendSocketInformation()[all …]
60 public UdpTransportImpl::SocketFactoryInterface {119 UdpTransportImpl::SocketFactoryInterface* null_maker = NULL; in TEST_F()121 UdpTransport* transport = new UdpTransportImpl(id, in TEST_F()129 UdpTransportImpl::SocketFactoryInterface* mock_maker in TEST_F()132 UdpTransport* transport = new UdpTransportImpl(id, in TEST_F()
26 class UdpTransportImpl : public UdpTransport44 UdpTransportImpl(const int32_t id,47 virtual ~UdpTransportImpl();