OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UdpTransportImpl
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/test/channel_transport/
udp_transport_unittest.cc
60
public
UdpTransportImpl
::SocketFactoryInterface {
119
UdpTransportImpl
::SocketFactoryInterface* null_maker = NULL;
121
UdpTransport* transport = new
UdpTransportImpl
(id,
129
UdpTransportImpl
::SocketFactoryInterface* mock_maker
132
UdpTransport* transport = new
UdpTransportImpl
(id,
udp_transport_impl.cc
69
class SocketFactory : public
UdpTransportImpl
::SocketFactoryInterface {
88
return new
UdpTransportImpl
(id,
105
UdpTransportImpl
::
UdpTransportImpl
(const int32_t id,
169
UdpTransportImpl
::~
UdpTransportImpl
()
183
UdpTransport::ErrorCode
UdpTransportImpl
::LastError() const
193
void
UdpTransportImpl
::GetCachedAddress(char* ip,
206
int32_t
UdpTransportImpl
::IPAddressCached(const SocketAddress& address,
234
int32_t
UdpTransportImpl
::InitializeReceiveSockets
[
all
...]
udp_transport_impl.h
26
class
UdpTransportImpl
: public UdpTransport
44
UdpTransportImpl
(const int32_t id,
47
virtual ~
UdpTransportImpl
();
Completed in 3096 milliseconds