Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dturnport_unittest.cc404 turn_port_->Candidates()[0], Port::ORIGIN_MESSAGE); in TestTurnConnection()
414 udp_port_->Candidates()[0], Port::ORIGIN_MESSAGE); in TestTurnConnection()
435 Port::ORIGIN_MESSAGE); in TestDestroyTurnConnection()
437 Port::ORIGIN_MESSAGE); in TestDestroyTurnConnection()
461 Port::ORIGIN_MESSAGE); in TestDestroyTurnConnection()
472 udp_port_->Candidates()[0], Port::ORIGIN_MESSAGE); in TestTurnSendData()
474 turn_port_->Candidates()[0], Port::ORIGIN_MESSAGE); in TestTurnSendData()
698 Port::ORIGIN_MESSAGE); in TEST_F()
723 Port::ORIGIN_MESSAGE); in TEST_F()
729 Port::ORIGIN_MESSAGE); in TEST_F()
[all …]
Dport_unittest.cc238 conn_ = port_->CreateConnection(remote_candidate, Port::ORIGIN_MESSAGE); in CreateConnection()
260 conn_ = port_->CreateConnection(c, Port::ORIGIN_MESSAGE); in AcceptConnection()
1324 Port::ORIGIN_MESSAGE); in TEST_F()
1343 Port::ORIGIN_MESSAGE); in TEST_F()
1391 Port::ORIGIN_MESSAGE); in TEST_F()
1393 Port::ORIGIN_MESSAGE); in TEST_F()
1481 Port::ORIGIN_MESSAGE); in TestCrossFamilyPorts()
1485 Port::ORIGIN_MESSAGE); in TestCrossFamilyPorts()
1495 Port::ORIGIN_MESSAGE); in TestCrossFamilyPorts()
1499 Port::ORIGIN_MESSAGE); in TestCrossFamilyPorts()
[all …]
Dportinterface.h70 enum CandidateOrigin { ORIGIN_THIS_PORT, ORIGIN_OTHER_PORT, ORIGIN_MESSAGE }; enumerator
Dtcpport.cc144 if (incoming_only_ && (origin == ORIGIN_MESSAGE)) in CreateConnection()
Dp2ptransportchannel.cc35 return cricket::PortInterface::ORIGIN_MESSAGE; in GetOrigin()
789 if (origin == cricket::PortInterface::ORIGIN_MESSAGE && incoming_only_) in CreateConnection()