Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dport_unittest.cc1390 Connection* lconn = lport->CreateConnection(rport->Candidates()[0], in TEST_F() local
1400 lconn->OnReadPacket(rport->last_stun_buf()->Data(), in TEST_F()
1606 Connection* lconn = lport->CreateConnection( in TEST_F() local
1610 lconn->Ping(0); in TEST_F()
1746 Connection* lconn = lport->CreateConnection( in TEST_F() local
1748 lconn->Ping(0); in TEST_F()
2020 Connection* lconn = lport->CreateConnection(rport->Candidates()[0], in TEST_F() local
2030 lconn->OnReadPacket(rport->last_stun_buf()->Data(), in TEST_F()
2035 uint32_t last_ping_received1 = lconn->last_ping_received(); in TEST_F()
2040 lconn->OnReadPacket(buf->Data(), buf->Length(), rtc::PacketTime()); in TEST_F()
[all …]
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3322 lconn, lconn0 = self.Pipe()
3336 address = lconn.recv()
3338 new_conn = lconn.recv()
3344 address = lconn.recv()
3346 new_conn = lconn.recv()
3357 lconn.send(None)
3360 lconn.close()