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

  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.h 40 std::string ufrag; member in struct:cricket::IceParameters
43 : ufrag(ice_ufrag), pwd(ice_pwd) {}
46 return ufrag == other.ufrag && pwd == other.pwd;
255 // Returns the remote IceParameters and generation that match |ufrag|
257 const IceParameters* FindRemoteIceFromUfrag(const std::string& ufrag,
p2ptransportchannel.cc 503 // Determine if the remote candidates use shared ufrag.
638 const std::string& ufrag,
643 [ufrag](const IceParameters& param) { return param.ufrag == ufrag; });
679 LOG(LS_WARNING) << "Dropping a remote candidate because its ufrag "
693 new_remote_candidate.set_username(remote_ice()->ufrag);
695 if (new_remote_candidate.username() == remote_ice()->ufrag) {
702 LOG(LS_WARNING) << "A remote candidate arrives with an unknown ufrag: "
814 // If the candidate has a ufrag, use it to find the generation
    [all...]
p2ptransportchannel_unittest.cc     [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc 86 static const char kAttributeIceUfragVoice[] = "a=ice-ufrag:ufrag_voice\r\n";
92 static const char kAttributeIceUfragVideo[] = "a=ice-ufrag:ufrag_video\r\n";
157 "a=ice-ufrag:ufrag_voice\r\na=ice-pwd:pwd_voice\r\n"
191 "a=ice-ufrag:ufrag_video\r\na=ice-pwd:pwd_video\r\n"
225 "a=ice-ufrag:ufrag_voice\r\na=ice-pwd:pwd_voice\r\n"
247 "a=ice-ufrag:ufrag_video\r\na=ice-pwd:pwd_video\r\n"
275 "a=ice-ufrag:ufrag_data\r\n"
290 "a=ice-ufrag:ufrag_data\r\n"
301 "a=ice-ufrag:ufrag_data\r\n"
310 "a=ice-ufrag:ufrag_data\r\n
    [all...]

Completed in 228 milliseconds