Searched refs:ufrag (Results 1 – 5 of 5) sorted by relevance
40 std::string ufrag; member43 : ufrag(ice_ufrag), pwd(ice_pwd) {} in IceParameters()46 return ufrag == other.ufrag && pwd == other.pwd;257 const IceParameters* FindRemoteIceFromUfrag(const std::string& ufrag,
638 const std::string& ufrag, in FindRemoteIceFromUfrag() argument643 [ufrag](const IceParameters& param) { return param.ufrag == ufrag; }); in FindRemoteIceFromUfrag()693 new_remote_candidate.set_username(remote_ice()->ufrag); in AddRemoteCandidate()695 if (new_remote_candidate.username() == remote_ice()->ufrag) { in AddRemoteCandidate()
1771 const std::string& ufrag = "") { in CreateCandidate() argument1777 c.set_username(ufrag); in CreateCandidate()
72 "a=ice-ufrag:f3o+0HG7l9nwIWFY\r\n"98 "a=ice-ufrag:f3o+0HG7l9nwIWFY\r\n"
961 const std::string& ufrag, const std::string& pwd) { in UpdateCandidateUfragPwd() argument971 content_name, TransportDescription(ufrag, pwd)); in UpdateCandidateUfragPwd()981 ufrag); in UpdateCandidateUfragPwd()