Home
last modified time | relevance | path

Searched refs:ice_username_fragment_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dport.cc147 ice_username_fragment_(username_fragment), in Port()
177 ice_username_fragment_(username_fragment), in Port()
193 if (ice_username_fragment_.empty()) { in Construct()
195 ice_username_fragment_ = rtc::CreateRandomString(ICE_UFRAG_LENGTH); in Construct()
665 return ice_username_fragment_; in username_fragment()
Dport.h379 std::string ice_username_fragment_; variable