• Home
  • Raw
  • Download

Lines Matching refs:CreateConnection

204   virtual Connection* CreateConnection(const Candidate& remote_candidate,  in CreateConnection()  function in cricket::TestPort
288 void CreateConnection(const Candidate& remote_candidate) { in CreateConnection() function in cricket::TestChannel
290 conn_ = port_->CreateConnection(remote_candidate, Port::ORIGIN_MESSAGE); in CreateConnection()
316 conn_ = port_->CreateConnection(c, Port::ORIGIN_MESSAGE); in AcceptConnection()
688 ch1->CreateConnection(GetCandidate(ch2->port())); in StartConnectAndStopChannels()
743 ch1.CreateConnection(GetCandidate(ch2.port())); in TestTcpReconnect()
903 ch1.CreateConnection(GetCandidate(ch2.port())); in TestConnectivity()
935 ch2.CreateConnection(GetCandidate(ch1.port())); in TestConnectivity()
1310 ch1.CreateConnection(c); in TEST_F()
1352 ch1.CreateConnection(GetCandidate(ch2.port())); in TEST_F()
1371 ch1.CreateConnection(GetCandidate(ch2.port())); in TEST_F()
1401 ch1.CreateConnection(GetCandidate(ch2.port())); in TEST_F()
1440 ch1.CreateConnection(GetCandidate(ch2.port())); in TEST_F()
1483 lport->CreateConnection(lport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
1501 lport->CreateConnection(lport->Candidates()[1], Port::ORIGIN_MESSAGE); in TEST_F()
1547 lport->CreateConnection(rport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
1549 rport->CreateConnection(lport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
1586 ch1.CreateConnection(GetCandidate(ch2.port())); in TEST_F()
1657 lport->CreateConnection(rport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
1699 Connection* c = ports[0]->CreateConnection(GetCandidate(ports[2].get()), in TestCrossFamilyPorts()
1703 c = ports[0]->CreateConnection(GetCandidate(ports[1].get()), in TestCrossFamilyPorts()
1713 c = ports[2]->CreateConnection(GetCandidate(ports[0].get()), in TestCrossFamilyPorts()
1717 c = ports[2]->CreateConnection(GetCandidate(ports[3].get()), in TestCrossFamilyPorts()
1732 Connection* c = p1->CreateConnection(GetCandidate(p2), Port::ORIGIN_MESSAGE); in ExpectPortsCanConnect()
1854 lport->CreateConnection(rport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
1856 rport->CreateConnection(lport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2013 lport->CreateConnection(rport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2015 rport->CreateConnection(lport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2067 lport->CreateConnection(rport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2069 rport->CreateConnection(lport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2106 lport->CreateConnection(rport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2148 lport->CreateConnection(rport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2158 rport->CreateConnection(lport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2192 lport->CreateConnection(rport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2210 rport->CreateConnection(lport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2493 lport->CreateConnection(rport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2495 rport->CreateConnection(lport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2530 lport->CreateConnection(rport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2576 lport->CreateConnection(rport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2578 rport->CreateConnection(lport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2779 lport->CreateConnection(rport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2789 rport->CreateConnection(lport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
2821 ch1.CreateConnection(GetCandidate(ch2.port())); in TEST_F()
2898 ch1.CreateConnection(GetCandidate(ch2.port())); in TEST_F()
2949 ch1.CreateConnection(GetCandidate(ch2.port())); in TEST_F()
2984 ch1.CreateConnection(GetCandidate(ice_lite_port.get())); in TEST_F()
3002 auto* con = ice_lite_port->CreateConnection( in TEST_F()
3097 ch1.CreateConnection(GetCandidate(port2.get())); in TEST_P()
3112 auto* con = port2->CreateConnection(port1->Candidates()[0], in TEST_P()
3189 ch1.CreateConnection(GetCandidate(port2.get())); in TEST_F()
3220 auto* con = port2->CreateConnection(port1->Candidates()[0], in TEST_F()
3260 ch1.CreateConnection(GetCandidate(port2.get())); in TEST_F()
3274 auto* con = port2->CreateConnection(port1->Candidates()[0], in TEST_F()
3360 ch1.CreateConnection(GetCandidate(port2.get())); in TEST_F()
3370 auto* con = port2->CreateConnection(port1->Candidates()[0], in TEST_F()
3446 ch1.CreateConnection(GetCandidate(port2.get())); in TEST_F()
3456 auto* con = port2->CreateConnection(port1->Candidates()[0], in TEST_F()
3572 ch1.CreateConnection(GetCandidate(ch2.port())); in TEST_F()
3573 ch2.CreateConnection(GetCandidate(ch1.port())); in TEST_F()
3670 port->CreateConnection(candidate, Port::ORIGIN_MESSAGE); in TEST_F()
3679 port->CreateConnection(candidate, Port::ORIGIN_MESSAGE); in TEST_F()
3710 Connection* CreateConnection(IceRole role) { in CreateConnection() function in cricket::ConnectionTest
3713 conn = lport_->CreateConnection(rport_->Candidates()[0], in CreateConnection()
3716 conn = rport_->CreateConnection(lport_->Candidates()[0], in CreateConnection()
3761 Connection* lconn = CreateConnection(ICEROLE_CONTROLLING); in TEST_F()
3762 Connection* rconn = CreateConnection(ICEROLE_CONTROLLED); in TEST_F()
3796 Connection* lconn = CreateConnection(ICEROLE_CONTROLLING); in TEST_F()
3797 Connection* rconn = CreateConnection(ICEROLE_CONTROLLED); in TEST_F()
3827 Connection* lconn = CreateConnection(ICEROLE_CONTROLLING); in TEST_F()
3828 Connection* rconn = CreateConnection(ICEROLE_CONTROLLED); in TEST_F()