Home
last modified time | relevance | path

Searched defs:tcptype (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dcandidate.h156 const std::string& tcptype() const { return tcptype_; } in tcptype() function
157 void set_tcptype(const std::string& tcptype){ in set_tcptype()
Dport.cc230 const std::string& tcptype, in AddAddress()
Dp2ptransportchannel_unittest.cc656 void VerifySavedTcpCandidates(int endpoint, const std::string& tcptype) { in VerifySavedTcpCandidates()
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc1058 std::string tcptype; in ParseCandidate() local