Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dport_unittest.cc249 static void SendPingAndReceiveResponse(Connection* lconn, in SendPingAndReceiveResponse() argument
255 lconn->Ping(rtc::TimeMillis()); in SendPingAndReceiveResponse()
263 lconn->OnReadPacket(rport->last_stun_buf()->data<char>(), in SendPingAndReceiveResponse()
1462 Connection* lconn = in TEST_F() local
1472 lconn->OnReadPacket(rport->last_stun_buf()->data<char>(), in TEST_F()
1551 Connection* lconn = in TEST_F() local
1553 ASSERT_NE(lconn, nullptr); in TEST_F()
1555 lconn->Ping(0); in TEST_F()
1564 lconn->Ping(0); in TEST_F()
1708 Connection* lconn = in TEST_F() local
[all …]
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3490 lconn, lconn0 = self.Pipe()
3504 address = lconn.recv()
3506 new_conn = lconn.recv()
3512 address = lconn.recv()
3514 new_conn = lconn.recv()
3525 lconn.send(None)
3528 lconn.close()