Home
last modified time | relevance | path

Searched refs:ORIGIN_MESSAGE (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/p2p/base/
Dtcp_port_unittest.cc107 Port::ORIGIN_MESSAGE); in TEST_F()
135 Port::ORIGIN_MESSAGE); in TEST_F()
161 Port::ORIGIN_MESSAGE); in TEST_F()
184 Port::ORIGIN_MESSAGE); in TEST_F()
214 client->CreateConnection(server->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
Dturn_port_unittest.cc576 Port::ORIGIN_MESSAGE); in TestTurnConnection()
586 Port::ORIGIN_MESSAGE); in TestTurnConnection()
611 Port::ORIGIN_MESSAGE); in TestDestroyTurnConnection()
613 Port::ORIGIN_MESSAGE); in TestDestroyTurnConnection()
641 Port::ORIGIN_MESSAGE); in TestDestroyTurnConnection()
651 Port::ORIGIN_MESSAGE); in TestTurnSendData()
653 Port::ORIGIN_MESSAGE); in TestTurnSendData()
704 Port::ORIGIN_MESSAGE); in TestTurnGracefulReleaseAllocation()
706 Port::ORIGIN_MESSAGE); in TestTurnGracefulReleaseAllocation()
1181 Port::ORIGIN_MESSAGE); in TEST_F()
[all …]
Dport_unittest.cc283 conn_ = port_->CreateConnection(remote_candidate, Port::ORIGIN_MESSAGE); in CreateConnection()
305 conn_ = port_->CreateConnection(c, Port::ORIGIN_MESSAGE); in AcceptConnection()
1399 lport->CreateConnection(lport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
1417 lport->CreateConnection(lport->Candidates()[1], Port::ORIGIN_MESSAGE); in TEST_F()
1463 lport->CreateConnection(rport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
1465 rport->CreateConnection(lport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
1552 lport->CreateConnection(rport->Candidates()[0], Port::ORIGIN_MESSAGE); in TEST_F()
1593 Port::ORIGIN_MESSAGE); in TestCrossFamilyPorts()
1597 Port::ORIGIN_MESSAGE); in TestCrossFamilyPorts()
1607 Port::ORIGIN_MESSAGE); in TestCrossFamilyPorts()
[all …]
Dport_interface.h74 enum CandidateOrigin { ORIGIN_THIS_PORT, ORIGIN_OTHER_PORT, ORIGIN_MESSAGE }; enumerator
Dp2p_transport_channel.cc44 return cricket::PortInterface::ORIGIN_MESSAGE; in GetOrigin()
1382 if (origin == PortInterface::ORIGIN_MESSAGE && incoming_only_) { in CreateConnection()