HomeSort by relevance Sort by last modified time
    Searched full:ufrag (Results 1 - 25 of 25) 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,
constants.cc 24 // Minimum ufrag length is 4 characters as per RFC5245. We chose 16 because
transportdescriptionfactory_unittest.cc 58 // exchange ice is restarted. The test verifies that the ufrag and password
87 // Create a new answer. The transport ufrag and password is changed since
251 // Test that ice ufrag and password is changed in an updated offer and answer
257 // Test that ice ufrag and password is changed in an updated offer and answer
transport.cc 54 // restart when both the ufrag and password are changed, but we do restart
55 // when either ufrag or passwrod is changed to keep compatible with GICE. We
103 return BadTransportDescription("Invalid ice-ufrag or ice-pwd length",
145 return BadTransportDescription("Invalid ice-ufrag or ice-pwd length",
transportchannelimpl.h 51 // The ufrag and pwd should be set before the Connect() is called.
p2ptransportchannel_unittest.cc     [all...]
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...]
candidate.h 108 // TODO(honghaiz): Change to usernameFragment or ufrag.
portallocator.h 79 // TODO(deadbeef): Rename to TurnCredentials (and username to ufrag).
transport_unittest.cc 91 // Verifies that IceCredentialsChanged returns true when either ufrag or pwd
transport.h 272 // as the ICE ufrag and pwd.
transportcontroller_unittest.cc 331 // Check that ICE ufrag and pwd were propagated to channel.
350 // Check that ICE ufrag and pwd were propagated to channel.
port.h 564 // the candidate's ufrag, and the candidate's passwrod has not been set.
turnport_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...]
jsepsessiondescription_unittest.cc 49 static const char kCandidateUfrag[] = "ufrag";
207 // Create a new candidate, identical except that the ufrag and pwd are now
webrtcsession_unittest.cc 153 "a=ice-ufrag:CerjGp19G7wpXwl7\r\n"
820 // Replace ufrag and pwd lines with empty strings.
824 std::string ufrag_line = "a=ice-ufrag:" + transport_desc->ice_ufrag
846 // Replace ufrag and pwd lines with |modified_ice_ufrag| and
    [all...]
webrtcsession.cc 87 "Called with SDP without ice-ufrag and ice-pwd.";
223 // Checks that each non-rejected content has ice-ufrag and ice-pwd set.
232 // If the content isn't rejected, ice-ufrag and ice-pwd must be present.
241 LOG(LS_ERROR) << "Session description must have ice ufrag and pwd.";
479 // by sending a description with new ice ufrag and password.
485 // description where ice password and ufrag has changed since last time
498 // an ICE restart (i.e., new ufrag/pwd). 2. If it requests an ICE restart
500 // Local Answer will be created with new ufrag and pwd.
514 // If the content isn't rejected, check if ufrag and password has
886 // Check if this new SessionDescription contains new ice ufrag and passwor
    [all...]
webrtcsdp.cc 143 static const char kAttributeCandidateUfrag[] = "ufrag";
152 static const char kAttributeIceUfrag[] = "ice-ufrag";
    [all...]
webrtcsessiondescriptionfactory.cc 408 // an answer should also contain new ice ufrag and password if an offer has
409 // been received with new ufrag and password.
peerconnectioninterface_unittest.cc 88 "a=ice-ufrag:e5785931\r\n"
115 "a=ice-ufrag:e5785931\r\n"
143 "a=ice-ufrag:e5785931\r\n"
162 "a=ice-ufrag:e5785931\r\n"
182 "a=ice-ufrag:e5785931\r\n"
197 "a=ice-ufrag:e5785931\r\n"
217 "a=ice-ufrag:e5785931\r\n"
    [all...]
  /external/webrtc/talk/app/webrtc/test/
testsdpstrings.h 41 "a=ice-ufrag:e5785931\r\n"
112 "a=ice-ufrag:AI2sRT3r\r\n"
137 "a=ice-ufrag:AI2sRT3r\r\n"
  /external/webrtc/webrtc/api/objctests/
RTCSessionDescriptionTest.mm 72 "a=ice-ufrag:f3o+0HG7l9nwIWFY\r\n"
98 "a=ice-ufrag:f3o+0HG7l9nwIWFY\r\n"
  /external/webrtc/talk/session/media/
mediasession.cc 552 // |bundle_group| should be updated to use the ufrag, pwd and DTLS role of the
    [all...]
  /external/webrtc/webrtc/p2p/client/
portallocator_unittest.cc     [all...]

Completed in 681 milliseconds