Home
last modified time | relevance | path

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

/external/webrtc/api/
Dcandidate.h138 void set_tcptype(const std::string& tcptype) { tcptype_ = tcptype; } in set_tcptype() function
/external/webrtc/p2p/base/
Dport.cc279 c.set_tcptype(tcptype); in AddAddress()
Dp2p_transport_channel.cc1032 remote_candidate.set_tcptype(TCPTYPE_ACTIVE_STR); in OnUnknownAddress()
/external/webrtc/pc/
Dwebrtc_sdp.cc1202 candidate->set_tcptype(tcptype); in ParseCandidate()
Dwebrtc_sdp_unittest.cc2405 candidate.set_tcptype(cricket::TCPTYPE_ACTIVE_STR); in TEST_F()