HomeSort by relevance Sort by last modified time
    Searched refs:ice_username_fragment_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/p2p/base/
port.cc 147 ice_username_fragment_(username_fragment),
177 ice_username_fragment_(username_fragment),
193 if (ice_username_fragment_.empty()) {
195 ice_username_fragment_ = rtc::CreateRandomString(ICE_UFRAG_LENGTH);
665 return ice_username_fragment_;
    [all...]
port.h 178 // |ice_username_fragment_| of the ports that belongs to the same content will
184 // |ice_username_fragment_|) for RTCP in the case of ICEPROTO_GOOGLE. And the
185 // username_fragment() simply returns |ice_username_fragment_| when running
377 // |ice_username_fragment_| directly. For the details see the comment on
379 std::string ice_username_fragment_; member in class:cricket::Port

Completed in 57 milliseconds