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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.cc 401 std::string remote_ufrag; local
403 if (!ParseStunUsername(stun_msg.get(), &local_ufrag, &remote_ufrag,
432 out_username->assign(remote_ufrag);
484 std::string* remote_ufrag,
490 remote_ufrag->clear();
509 *remote_ufrag = username_attr_str.substr(
521 *remote_ufrag = username_attr_str.substr(
529 const std::string& remote_ufrag) {
541 // If |remote_ufrag| is same as port local username fragment and
546 username_fragment() == remote_ufrag &
962 std::string remote_ufrag; local
    [all...]
port.h 293 const std::string& remote_ufrag);

Completed in 29 milliseconds