Home
last modified time | relevance | path

Searched refs:ConnectWithClosedSocketInternal (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dsocket_unittest.h72 void ConnectWithClosedSocketInternal(const IPAddress& loopback);
Dsocket_unittest.cc69 ConnectWithClosedSocketInternal(kIPv4Loopback); in TestConnectWithClosedSocketIPv4()
74 ConnectWithClosedSocketInternal(kIPv6Loopback); in TestConnectWithClosedSocketIPv6()
369 void SocketTest::ConnectWithClosedSocketInternal(const IPAddress& loopback) { in ConnectWithClosedSocketInternal() function in rtc::SocketTest