Searched defs:ice_pwd (Results 1 - 13 of 13) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dportallocator.cc19 const std::string& ice_pwd,
26 ice_pwd_(ice_pwd) {
28 RTC_DCHECK(!ice_pwd.empty());
36 const std::string& ice_pwd) {
37 return CreateSessionInternal(content_name, component, ice_ufrag, ice_pwd);
16 PortAllocatorSession(const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd, uint32_t flags) argument
31 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.cc36 const std::string& ice_pwd, const std::string& dtls_alg) {
39 if (ice_ufrag.empty() && ice_pwd.empty()) {
43 desc->ice_pwd.size());
46 EXPECT_EQ(ice_pwd, desc->ice_pwd);
99 EXPECT_NE(org_desc->ice_pwd, restart_desc->ice_pwd);
104 restart_desc->ice_pwd.size());
165 old_desc->ice_ufrag, old_desc->ice_pwd, digest_alg);
193 old_desc->ice_ufrag, old_desc->ice_pwd, "");
34 CheckDesc(const TransportDescription* desc, const std::string& opt, const std::string& ice_ufrag, const std::string& ice_pwd, const std::string& dtls_alg) argument
[all...]
H A Dtransportdescription.h81 const std::string& ice_pwd,
88 ice_pwd(ice_pwd),
94 const std::string& ice_pwd)
96 ice_pwd(ice_pwd),
102 ice_pwd(from.ice_pwd),
115 ice_pwd = from.ice_pwd;
79 TransportDescription(const std::vector<std::string>& transport_options, const std::string& ice_ufrag, const std::string& ice_pwd, IceMode ice_mode, ConnectionRole role, const rtc::SSLFingerprint* identity_fingerprint, const Candidates& candidates) argument
93 TransportDescription(const std::string& ice_ufrag, const std::string& ice_pwd) argument
144 std::string ice_pwd; member in struct:cricket::TransportDescription
[all...]
H A Dp2ptransportchannel.h42 IceParameters(const std::string& ice_ufrag, const std::string& ice_pwd) argument
43 : ufrag(ice_ufrag), pwd(ice_pwd) {}
81 const std::string& ice_pwd) override;
83 const std::string& ice_pwd) override;
H A Dfaketransportcontroller.h59 const std::string& ice_pwd() const { return ice_pwd_; } function in class:cricket::FakeTransportChannel
91 const std::string& ice_pwd) override {
93 ice_pwd_ = ice_pwd;
96 const std::string& ice_pwd) override {
98 remote_ice_pwd_ = ice_pwd;
H A Dportallocator.h117 const std::string& ice_pwd,
146 const std::string& ice_pwd() const { return ice_pwd_; } function in class:cricket::PortAllocatorSession
150 // ice_pwd.
194 const std::string& ice_pwd);
243 const std::string& ice_pwd) = 0;
H A Dp2ptransportchannel.cc338 const std::string& ice_pwd) {
341 ice_pwd_ = ice_pwd;
347 const std::string& ice_pwd) {
350 IceParameters new_ice(ice_ufrag, ice_pwd);
360 candidate.set_password(ice_pwd);
365 conn->MaybeSetRemoteIceCredentials(ice_ufrag, ice_pwd);
417 allocator_sessions_.back()->ice_pwd(), ice_ufrag_,
337 SetIceCredentials(const std::string& ice_ufrag, const std::string& ice_pwd) argument
346 SetRemoteIceCredentials(const std::string& ice_ufrag, const std::string& ice_pwd) argument
H A Dport.cc1283 const std::string& ice_pwd) {
1286 remote_candidate_.set_password(ice_pwd);
1282 MaybeSetRemoteIceCredentials(const std::string& ice_ufrag, const std::string& ice_pwd) argument
/external/webrtc/webrtc/p2p/client/
H A Dfakeportallocator.h90 const std::string& ice_pwd)
91 : PortAllocatorSession(content_name, component, ice_ufrag, ice_pwd,
172 const std::string& ice_pwd) override {
174 worker_thread_, factory_, content_name, component, ice_ufrag, ice_pwd);
85 FakePortAllocatorSession(rtc::Thread* worker_thread, rtc::PacketSocketFactory* factory, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
H A Dhttpportallocator.cc108 const std::string& ice_pwd,
114 ice_ufrag, ice_pwd),
103 HttpPortAllocatorSessionBase( HttpPortAllocatorBase* allocator, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd, const std::vector<rtc::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay_token, const std::string& user_agent) argument
H A Dportallocator_unittest.cc204 const std::string& ice_ufrag, const std::string& ice_pwd) {
207 sid, content_name, component, ice_ufrag, ice_pwd);
202 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.cc135 const std::string& ice_ufrag, const std::string& ice_pwd) {
137 this, content_name, component, ice_ufrag, ice_pwd);
147 const std::string& ice_pwd)
149 ice_ufrag, ice_pwd, allocator->flags()),
133 CreateSessionInternal( const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
142 BasicPortAllocatorSession( BasicPortAllocator *allocator, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc890 EXPECT_EQ(transport1.description.ice_pwd,
891 transport2.description.ice_pwd);
950 const char ice_pwd[] = "a=ice-pwd"; local
954 rtc::replace_substrs(ice_pwd, strlen(ice_pwd),
1002 const std::string& ice_pwd) {
1008 transport_info.description.ice_pwd = ice_pwd;
1000 SetIceUfragPwd(const std::string& content_name, const std::string& ice_ufrag, const std::string& ice_pwd) argument

Completed in 605 milliseconds