/external/webrtc/webrtc/p2p/base/ |
portallocator.cc | 18 const std::string& ice_ufrag, 25 ice_ufrag_(ice_ufrag), 27 RTC_DCHECK(!ice_ufrag.empty()); 35 const std::string& ice_ufrag, 37 return CreateSessionInternal(content_name, component, ice_ufrag, ice_pwd);
|
transportdescription.h | 80 const std::string& ice_ufrag, 87 ice_ufrag(ice_ufrag), 93 TransportDescription(const std::string& ice_ufrag, 95 : ice_ufrag(ice_ufrag), 101 ice_ufrag(from.ice_ufrag), 114 ice_ufrag = from.ice_ufrag; 143 std::string ice_ufrag; member in struct:cricket::TransportDescription [all...] |
transportdescriptionfactory.cc | 32 desc->ice_ufrag = rtc::CreateRandomString(ICE_UFRAG_LENGTH); 35 desc->ice_ufrag = current_description->ice_ufrag; 66 desc->ice_ufrag = rtc::CreateRandomString(ICE_UFRAG_LENGTH); 69 desc->ice_ufrag = current_description->ice_ufrag;
|
transportdescriptionfactory_unittest.cc | 35 const std::string& opt, const std::string& ice_ufrag, 39 if (ice_ufrag.empty() && ice_pwd.empty()) { 41 desc->ice_ufrag.size()); 45 EXPECT_EQ(ice_ufrag, desc->ice_ufrag); 100 EXPECT_NE(org_desc->ice_ufrag, restart_desc->ice_ufrag); 102 restart_desc->ice_ufrag.size()); 165 old_desc->ice_ufrag, old_desc->ice_pwd, digest_alg); 193 old_desc->ice_ufrag, old_desc->ice_pwd, "") [all...] |
transport.cc | 27 if (desc.ice_ufrag.empty() && desc.ice_pwd.empty()) 30 if (desc.ice_ufrag.length() < ICE_UFRAG_MIN_LENGTH || 31 desc.ice_ufrag.length() > ICE_UFRAG_MAX_LENGTH) { 62 return IceCredentialsChanged(old_desc.ice_ufrag, old_desc.ice_pwd, 63 new_desc.ice_ufrag, new_desc.ice_pwd); 344 ch->SetIceCredentials(local_description_->ice_ufrag, 351 ch->SetRemoteIceCredentials(remote_description_->ice_ufrag,
|
portallocator.h | 116 const std::string& ice_ufrag, 145 const std::string& ice_ufrag() const { return ice_ufrag_; } function in class:cricket::PortAllocatorSession 149 // TODO(deadbeef): Get rid of these when everyone switches to ice_ufrag and 193 const std::string& ice_ufrag, 242 const std::string& ice_ufrag,
|
transportchannelimpl.h | 52 virtual void SetIceCredentials(const std::string& ice_ufrag, 56 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag,
|
dtlstransportchannel.h | 170 void SetIceCredentials(const std::string& ice_ufrag, 172 channel_->SetIceCredentials(ice_ufrag, ice_pwd); 174 void SetRemoteIceCredentials(const std::string& ice_ufrag, 176 channel_->SetRemoteIceCredentials(ice_ufrag, ice_pwd);
|
p2ptransportchannel.h | 42 IceParameters(const std::string& ice_ufrag, const std::string& ice_pwd) 43 : ufrag(ice_ufrag), pwd(ice_pwd) {} 80 void SetIceCredentials(const std::string& ice_ufrag, 82 void SetRemoteIceCredentials(const std::string& ice_ufrag,
|
faketransportcontroller.h | 58 const std::string& ice_ufrag() const { return ice_ufrag_; } function in class:cricket::FakeTransportChannel 90 void SetIceCredentials(const std::string& ice_ufrag, 92 ice_ufrag_ = ice_ufrag; 95 void SetRemoteIceCredentials(const std::string& ice_ufrag, 97 remote_ice_ufrag_ = ice_ufrag;
|
transport_unittest.cc | 73 EXPECT_EQ(kIceUfrag1, channel_->ice_ufrag());
|
p2ptransportchannel.cc | 337 void P2PTransportChannel::SetIceCredentials(const std::string& ice_ufrag, 340 ice_ufrag_ = ice_ufrag; 346 void P2PTransportChannel::SetRemoteIceCredentials(const std::string& ice_ufrag, 350 IceParameters new_ice(ice_ufrag, ice_pwd); 359 if (candidate.username() == ice_ufrag && candidate.password().empty()) { 365 conn->MaybeSetRemoteIceCredentials(ice_ufrag, ice_pwd); 416 IceCredentialsChanged(allocator_sessions_.back()->ice_ufrag(), [all...] |
port.h | 563 // Update the ICE password of the remote candidate if |ice_ufrag| matches 565 void MaybeSetRemoteIceCredentials(const std::string& ice_ufrag,
|
port.cc | [all...] |
/external/webrtc/webrtc/p2p/client/ |
fakeportallocator.h | 89 const std::string& ice_ufrag, 91 : PortAllocatorSession(content_name, component, ice_ufrag, ice_pwd, 171 const std::string& ice_ufrag, 174 worker_thread_, factory_, content_name, component, ice_ufrag, ice_pwd);
|
httpportallocator.h | 55 const std::string& ice_ufrag, 101 const std::string& ice_ufrag,
|
httpportallocator.cc | 107 const std::string& ice_ufrag, 114 ice_ufrag, ice_pwd),
|
basicportallocator.h | 77 const std::string& ice_ufrag, 100 const std::string& ice_ufrag,
|
basicportallocator.cc | 135 const std::string& ice_ufrag, const std::string& ice_pwd) { 137 this, content_name, component, ice_ufrag, ice_pwd); 146 const std::string& ice_ufrag, 149 ice_ufrag, ice_pwd, allocator->flags()), [all...] |
/external/webrtc/talk/app/webrtc/ |
jsepsessiondescription.cc | 139 updated_candidate.set_username(transport_info->description.ice_ufrag);
|
webrtcsdp_unittest.cc | 948 const char ice_ufrag[] = "a=ice-ufrag"; local [all...] |
webrtcsdp.cc | [all...] |
peerconnection_unittest.cc | 580 IceUfragPwdPair(transport_desc->ice_ufrag, transport_desc->ice_pwd); 583 EXPECT_NE(ufrag_pwd.first, transport_desc->ice_ufrag); 587 EXPECT_EQ(ufrag_pwd.first, transport_desc->ice_ufrag); [all...] |
webrtcsession.cc | 239 if (tinfo->description.ice_ufrag.empty() || 524 if (cricket::IceCredentialsChanged(old_transport_desc->ice_ufrag, 526 new_transport_desc->ice_ufrag, [all...] |
/external/webrtc/talk/session/media/ |
mediasession_unittest.cc | 322 EXPECT_EQ(current_audio_ufrag, ti_audio->description.ice_ufrag); 326 ti_audio->description.ice_ufrag.size()); 338 EXPECT_EQ(ti_audio->description.ice_ufrag, 339 ti_video->description.ice_ufrag); 344 EXPECT_EQ(current_video_ufrag, ti_video->description.ice_ufrag); 348 ti_video->description.ice_ufrag.size()); 360 EXPECT_EQ(ti_audio->description.ice_ufrag, 361 ti_data->description.ice_ufrag); 366 EXPECT_EQ(current_data_ufrag, ti_data->description.ice_ufrag); 370 ti_data->description.ice_ufrag.size()) [all...] |