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

  /external/webrtc/webrtc/p2p/base/
port.cc 364 std::string remote_ufrag; local
365 if (!ParseStunUsername(stun_msg.get(), &local_ufrag, &remote_ufrag) ||
384 out_username->assign(remote_ufrag);
437 std::string* remote_ufrag) const {
442 remote_ufrag->clear();
456 *remote_ufrag = username.substr(colon_pos + 1, username.size());
462 const std::string& remote_ufrag) {
474 // If |remote_ufrag| is same as port local username fragment and
479 username_fragment() == remote_ufrag &&
885 std::string remote_ufrag; local
961 const std::string& remote_ufrag = remote_candidate_.username(); local
    [all...]
port.h 280 const std::string& remote_ufrag);

Completed in 1398 milliseconds