Home
last modified time | relevance | path

Searched refs:ORIGIN_THIS_PORT (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/p2p/base/
Dport_interface.h74 enum CandidateOrigin { ORIGIN_THIS_PORT, ORIGIN_OTHER_PORT, ORIGIN_MESSAGE }; enumerator
Dtcp_port_unittest.cc224 server->CreateConnection(client_candidate, Port::ORIGIN_THIS_PORT); in TEST_F()
Dtcp_port.cc139 (origin == ORIGIN_THIS_PORT)) { in CreateConnection()
Dp2p_transport_channel.cc46 return cricket::PortInterface::ORIGIN_THIS_PORT; in GetOrigin()
1066 port->CreateConnection(remote_candidate, PortInterface::ORIGIN_THIS_PORT); in OnUnknownAddress()