Home
last modified time | relevance | path

Searched refs:UdpTransportImpl (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.cc69 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::UdpTransportImpl
169 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 …]
Dudp_transport_unittest.cc60 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()
Dudp_transport_impl.h26 class UdpTransportImpl : public UdpTransport
44 UdpTransportImpl(const int32_t id,
47 virtual ~UdpTransportImpl();