Searched defs:ice_ufrag (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocator.cc36 const std::string& ice_ufrag,
46 username_(flags_ & PORTALLOCATOR_ENABLE_SHARED_UFRAG ? ice_ufrag : ""),
61 const std::string& ice_ufrag,
67 // |ice_ufrag| and |ice_pwd|.
68 // Ideally |ice_ufrag| and |ice_pwd| should change together, but
70 std::string key_str = ice_ufrag + ":" + ice_pwd;
74 content_name, component, ice_ufrag, ice_pwd);
87 return CreateSessionInternal(content_name, component, ice_ufrag, ice_pwd);
34 PortAllocatorSession(const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd, uint32 flags) argument
57 CreateSession( const std::string& sid, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
H A Dtransportdescriptionfactory_unittest.cc49 const std::string& opt, const std::string& ice_ufrag,
54 if (ice_ufrag.empty() && ice_pwd.empty()) {
56 desc->ice_ufrag.size());
60 EXPECT_EQ(ice_ufrag, desc->ice_ufrag);
115 EXPECT_NE(org_desc->ice_ufrag, restart_desc->ice_ufrag);
117 restart_desc->ice_ufrag.size());
202 old_desc->ice_ufrag, old_desc->ice_pwd, digest_alg);
307 old_desc->ice_ufrag, old_des
48 CheckDesc(const TransportDescription* desc, const std::string& type, const std::string& opt, const std::string& ice_ufrag, const std::string& ice_pwd, const std::string& dtls_alg) argument
[all...]
H A Ddtlstransportchannel.h199 virtual void SetIceCredentials(const std::string& ice_ufrag, argument
201 channel_->SetIceCredentials(ice_ufrag, ice_pwd);
203 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag, argument
205 channel_->SetRemoteIceCredentials(ice_ufrag, ice_pwd);
H A Drawtransportchannel.h74 virtual void SetIceCredentials(const std::string& ice_ufrag, argument
76 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag, argument
101 virtual void SetIceUfrag(const std::string& ice_ufrag) {} argument
H A Dtransportdescription.h106 const std::string& ice_ufrag,
114 ice_ufrag(ice_ufrag),
121 const std::string& ice_ufrag,
124 ice_ufrag(ice_ufrag),
131 ice_ufrag(from.ice_ufrag),
145 ice_ufrag = from.ice_ufrag;
104 TransportDescription(const std::string& transport_type, const std::vector<std::string>& transport_options, const std::string& ice_ufrag, const std::string& ice_pwd, IceMode ice_mode, ConnectionRole role, const talk_base::SSLFingerprint* identity_fingerprint, const Candidates& candidates) argument
120 TransportDescription(const std::string& transport_type, const std::string& ice_ufrag, const std::string& ice_pwd) argument
175 std::string ice_ufrag; member in struct:cricket::TransportDescription
[all...]
H A Dfakesession.h85 const std::string& ice_ufrag() const { return ice_ufrag_; } function in class:cricket::FakeTransportChannel
105 virtual void SetIceCredentials(const std::string& ice_ufrag, argument
107 ice_ufrag_ = ice_ufrag;
110 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag, argument
112 remote_ice_ufrag_ = ice_ufrag;
H A Dp2ptransportchannel.cc250 void P2PTransportChannel::SetIceCredentials(const std::string& ice_ufrag, argument
257 ice_restart = (ice_ufrag_ != ice_ufrag) || (ice_pwd_!= ice_pwd);
260 ice_ufrag_ = ice_ufrag;
269 void P2PTransportChannel::SetRemoteIceCredentials(const std::string& ice_ufrag, argument
274 ice_restart = (remote_ice_ufrag_ != ice_ufrag) ||
278 remote_ice_ufrag_ = ice_ufrag;
H A Dsession_unittest.cc607 const std::string& ice_ufrag,
610 : PortAllocatorSession(content_name, component, ice_ufrag, ice_pwd, 0),
682 const std::string& ice_ufrag,
686 ice_ufrag, ice_pwd, port_offset_ - 2);
605 TestPortAllocatorSession(const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd, const int port_offset) argument
679 CreateSessionInternal( const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dfakeportallocator.h27 const std::string& ice_ufrag,
29 : PortAllocatorSession(content_name, component, ice_ufrag, ice_pwd,
93 const std::string& ice_ufrag,
96 worker_thread_, factory_, content_name, component, ice_ufrag, ice_pwd);
23 FakePortAllocatorSession(talk_base::Thread* worker_thread, talk_base::PacketSocketFactory* factory, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
90 CreateSessionInternal( const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
H A Dhttpportallocator.cc128 const std::string& ice_ufrag,
135 ice_ufrag, ice_pwd),
252 const std::string& ice_ufrag, const std::string& ice_pwd) {
254 ice_ufrag, ice_pwd, stun_hosts(),
265 const std::string& ice_ufrag,
272 ice_ufrag, ice_pwd, stun_hosts,
124 HttpPortAllocatorSessionBase( HttpPortAllocatorBase* allocator, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd, const std::vector<talk_base::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay_token, const std::string& user_agent) argument
249 CreateSessionInternal( const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
261 HttpPortAllocatorSession( HttpPortAllocator* allocator, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd, const std::vector<talk_base::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay, const std::string& agent) argument
H A Dconnectivitychecker.cc53 const std::string& ice_ufrag,
56 ice_ufrag, ice_pwd,
50 CreateSessionInternal( const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
H A Dconnectivitychecker.h120 const std::string& ice_ufrag,
127 allocator, content_name, component, ice_ufrag, ice_pwd, stun_hosts,
116 TestHttpPortAllocatorSession( HttpPortAllocator* allocator, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd, const std::vector<talk_base::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay_token, const std::string& user_agent) argument
H A Dconnectivitychecker_unittest.cc92 const std::string& ice_ufrag, const std::string& ice_pwd,
100 ice_ufrag,
150 const std::string& ice_ufrag, const std::string& ice_pwd) {
158 ice_ufrag,
88 FakeHttpPortAllocatorSession( HttpPortAllocator* allocator, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd, const std::vector<talk_base::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay_token, const std::string& agent) argument
148 CreateSessionInternal( const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
H A Dportallocator_unittest.cc149 const std::string& ice_ufrag, const std::string& ice_pwd) {
152 sid, content_name, component, ice_ufrag, ice_pwd);
573 // This test verifies by changing ice_ufrag and/or ice_pwd
589 // Allocate a different session with sid |session1| and different ice_ufrag.
617 // Allocating a session with by changing both ice_ufrag and ice_pwd.
147 CreateSession( const std::string& sid, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
H A Dbasicportallocator.cc229 const std::string& ice_ufrag, const std::string& ice_pwd) {
231 ice_ufrag, ice_pwd);
239 const std::string& ice_ufrag,
242 ice_ufrag, ice_pwd, allocator->flags()),
227 CreateSessionInternal( const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
235 BasicPortAllocatorSession( BasicPortAllocator *allocator, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc777 EXPECT_EQ(transport1.description.ice_ufrag,
778 transport2.description.ice_ufrag);
834 const char ice_ufrag[] = "a=ice-ufrag"; local
838 talk_base::replace_substrs(ice_ufrag, strlen(ice_ufrag),

Completed in 439 milliseconds