Home
last modified time | relevance | path

Searched refs:ice_pwd (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/base/
H A Dtransportdescription.h74 const std::string& ice_pwd, in IceParameters()
76 : ufrag(ice_ufrag), pwd(ice_pwd), renomination(ice_renomination) {} in IceParameters()
102 const std::string& ice_pwd, in TransportDescription()
108 ice_pwd(ice_pwd), in TransportDescription()
113 const std::string& ice_pwd) in TransportDescription()
115 ice_pwd(ice_pwd), in TransportDescription()
121 ice_pwd(from.ice_pwd), in TransportDescription()
134 ice_pwd = from.ice_pwd;
153 return IceParameters(ice_ufrag, ice_pwd, HasOption(ICE_RENOMINATION_STR)); in GetIceParameters()
166 std::string ice_pwd; member
H A Dportallocator.cc19 const std::string& ice_pwd, in PortAllocatorSession() argument
26 ice_pwd_(ice_pwd) { in PortAllocatorSession()
29 RTC_DCHECK(ice_ufrag.empty() == ice_pwd.empty()); in PortAllocatorSession()
91 const std::string& ice_pwd) { in CreateSession() argument
93 CreateSessionInternal(content_name, component, ice_ufrag, ice_pwd)); in CreateSession()
102 const std::string& ice_pwd) { in TakePooledSession() argument
104 RTC_DCHECK(!ice_pwd.empty()); in TakePooledSession()
110 ret->SetIceParameters(content_name, component, ice_ufrag, ice_pwd); in TakePooledSession()
H A Dtransportdescriptionfactory.cc35 desc->ice_pwd = rtc::CreateRandomString(ICE_PWD_LENGTH); in CreateOffer()
38 desc->ice_pwd = current_description->ice_pwd; in CreateOffer()
72 desc->ice_pwd = rtc::CreateRandomString(ICE_PWD_LENGTH); in CreateAnswer()
75 desc->ice_pwd = current_description->ice_pwd; in CreateAnswer()
H A Dtransportdescriptionfactory_unittest.cc36 const std::string& ice_pwd, const std::string& dtls_alg) { in CheckDesc() argument
39 if (ice_ufrag.empty() && ice_pwd.empty()) { in CheckDesc()
43 desc->ice_pwd.size()); in CheckDesc()
46 EXPECT_EQ(ice_pwd, desc->ice_pwd); in CheckDesc()
88 EXPECT_NE(org_desc->ice_pwd, restart_desc->ice_pwd); in VerifyUfragAndPasswordChanged()
93 restart_desc->ice_pwd.size()); in VerifyUfragAndPasswordChanged()
197 old_desc->ice_ufrag, old_desc->ice_pwd, digest_alg); in TEST_F()
224 old_desc->ice_ufrag, old_desc->ice_pwd, ""); in TEST_F()
H A Dtransportchannelimpl.h46 const std::string& ice_pwd) { in SetIceCredentials() argument
47 SetIceParameters(IceParameters(ice_ufrag, ice_pwd, false)); in SetIceCredentials()
51 const std::string& ice_pwd) { in SetRemoteIceCredentials() argument
52 SetRemoteIceParameters(IceParameters(ice_ufrag, ice_pwd, false)); in SetRemoteIceCredentials()
H A Dicetransportinternal.h70 const std::string& ice_pwd) { in SetIceCredentials() argument
71 SetIceParameters(IceParameters(ice_ufrag, ice_pwd, false)); in SetIceCredentials()
75 const std::string& ice_pwd) { in SetRemoteIceCredentials() argument
76 SetRemoteIceParameters(IceParameters(ice_ufrag, ice_pwd, false)); in SetRemoteIceCredentials()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/p2p/base/
H A Dtransportdescription.h92 const std::string& ice_pwd, in TransportDescription()
100 ice_pwd(ice_pwd), in TransportDescription()
107 const std::string& ice_pwd) in TransportDescription()
110 ice_pwd(ice_pwd), in TransportDescription()
117 ice_pwd(from.ice_pwd), in TransportDescription()
131 ice_pwd = from.ice_pwd;
161 std::string ice_pwd; member
H A Dportallocator.cc20 const std::string& ice_pwd, in PortAllocatorSession() argument
30 password_(flags_ & PORTALLOCATOR_ENABLE_SHARED_UFRAG ? ice_pwd : "") { in PortAllocatorSession()
48 const std::string& ice_pwd) { in CreateSession() argument
56 std::string key_str = ice_ufrag + ":" + ice_pwd; in CreateSession()
60 content_name, component, ice_ufrag, ice_pwd); in CreateSession()
73 return CreateSessionInternal(content_name, component, ice_ufrag, ice_pwd); in CreateSession()
H A Dtransportdescriptionfactory.cc48 desc->ice_pwd = rtc::CreateRandomString(ICE_PWD_LENGTH); in parallel()
51 desc->ice_pwd = current_description->ice_pwd; in parallel()
101 desc->ice_pwd = rtc::CreateRandomString(ICE_PWD_LENGTH); in parallel()
104 desc->ice_pwd = current_description->ice_pwd; in parallel()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/p2p/base/
H A Dtransport_description.cc151 const std::string& ice_pwd, in TransportDescription() argument
157 ice_pwd(ice_pwd), in TransportDescription()
163 const std::string& ice_pwd) in TransportDescription() argument
165 ice_pwd(ice_pwd), in TransportDescription()
172 ice_pwd(from.ice_pwd), in TransportDescription()
188 ice_pwd = from.ice_pwd; in operator =()
H A Dport_allocator.cc63 const std::string& ice_pwd, in PortAllocatorSession() argument
70 ice_pwd_(ice_pwd) { in PortAllocatorSession()
73 RTC_DCHECK(ice_ufrag.empty() == ice_pwd.empty()); in PortAllocatorSession()
212 const std::string& ice_pwd) { in CreateSession() argument
215 CreateSessionInternal(content_name, component, ice_ufrag, ice_pwd)); in CreateSession()
224 const std::string& ice_pwd) { in TakePooledSession() argument
227 RTC_DCHECK(!ice_pwd.empty()); in TakePooledSession()
232 IceParameters credentials(ice_ufrag, ice_pwd, false); in TakePooledSession()
245 ret->SetIceParameters(content_name, component, ice_ufrag, ice_pwd); in TakePooledSession()
270 (*it)->ice_pwd() == ice_credentials->pwd)) { in FindPooledSession()
[all …]
H A Dtransport_description_factory.cc39 desc->ice_pwd = credentials.pwd; in CreateOffer()
42 desc->ice_pwd = current_description->ice_pwd; in CreateOffer()
82 desc->ice_pwd = credentials.pwd; in CreateAnswer()
85 desc->ice_pwd = current_description->ice_pwd; in CreateAnswer()
H A Dtransport_description.h75 const std::string& ice_pwd, in IceParameters()
77 : ufrag(ice_ufrag), pwd(ice_pwd), renomination(ice_renomination) {} in IceParameters()
129 const std::string& ice_pwd,
134 const std::string& ice_pwd);
150 return IceParameters(ice_ufrag, ice_pwd, in GetIceParameters()
166 std::string ice_pwd; member
H A Dice_transport_internal.cc86 const std::string& ice_pwd) { in SetIceCredentials() argument
87 SetIceParameters(IceParameters(ice_ufrag, ice_pwd, false)); in SetIceCredentials()
91 const std::string& ice_pwd) { in SetRemoteIceCredentials() argument
92 SetRemoteIceParameters(IceParameters(ice_ufrag, ice_pwd, false)); in SetRemoteIceCredentials()
/dports/net-im/tg_owt/tg_owt-d578c76/src/p2p/base/
H A Dtransport_description.cc151 const std::string& ice_pwd, in TransportDescription() argument
157 ice_pwd(ice_pwd), in TransportDescription()
163 const std::string& ice_pwd) in TransportDescription() argument
165 ice_pwd(ice_pwd), in TransportDescription()
172 ice_pwd(from.ice_pwd), in TransportDescription()
187 ice_pwd = from.ice_pwd; in operator =()
H A Dport_allocator.cc63 const std::string& ice_pwd, in PortAllocatorSession() argument
70 ice_pwd_(ice_pwd) { in PortAllocatorSession()
73 RTC_DCHECK(ice_ufrag.empty() == ice_pwd.empty()); in PortAllocatorSession()
212 const std::string& ice_pwd) { in CreateSession() argument
215 CreateSessionInternal(content_name, component, ice_ufrag, ice_pwd)); in CreateSession()
224 const std::string& ice_pwd) { in TakePooledSession() argument
227 RTC_DCHECK(!ice_pwd.empty()); in TakePooledSession()
232 IceParameters credentials(ice_ufrag, ice_pwd, false); in TakePooledSession()
245 ret->SetIceParameters(content_name, component, ice_ufrag, ice_pwd); in TakePooledSession()
270 (*it)->ice_pwd() == ice_credentials->pwd)) { in FindPooledSession()
[all …]
H A Dtransport_description_factory.cc39 desc->ice_pwd = credentials.pwd; in CreateOffer()
42 desc->ice_pwd = current_description->ice_pwd; in CreateOffer()
80 desc->ice_pwd = credentials.pwd; in CreateAnswer()
83 desc->ice_pwd = current_description->ice_pwd; in CreateAnswer()
H A Dtransport_description.h75 const std::string& ice_pwd, in IceParameters()
77 : ufrag(ice_ufrag), pwd(ice_pwd), renomination(ice_renomination) {} in IceParameters()
107 const std::string& ice_pwd,
112 const std::string& ice_pwd);
128 return IceParameters(ice_ufrag, ice_pwd, in GetIceParameters()
144 std::string ice_pwd; member
H A Dice_transport_internal.cc130 const std::string& ice_pwd) { in SetIceCredentials() argument
131 SetIceParameters(IceParameters(ice_ufrag, ice_pwd, false)); in SetIceCredentials()
135 const std::string& ice_pwd) { in SetRemoteIceCredentials() argument
136 SetRemoteIceParameters(IceParameters(ice_ufrag, ice_pwd, false)); in SetRemoteIceCredentials()
H A Dtransport_description_factory_unittest.cc47 const std::string& ice_pwd, in CheckDesc() argument
51 if (ice_ufrag.empty() && ice_pwd.empty()) { in CheckDesc()
55 desc->ice_pwd.size()); in CheckDesc()
58 EXPECT_EQ(ice_pwd, desc->ice_pwd); in CheckDesc()
101 EXPECT_NE(org_desc->ice_pwd, restart_desc->ice_pwd); in VerifyUfragAndPasswordChanged()
106 restart_desc->ice_pwd.size()); in VerifyUfragAndPasswordChanged()
209 CheckDesc(desc.get(), "", old_desc->ice_ufrag, old_desc->ice_pwd, digest_alg); in TEST_F()
235 CheckDesc(desc.get(), "", old_desc->ice_ufrag, old_desc->ice_pwd, ""); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/p2p/base/
H A Dtransport_description.cc151 const std::string& ice_pwd, in TransportDescription() argument
157 ice_pwd(ice_pwd), in TransportDescription()
163 const std::string& ice_pwd) in TransportDescription() argument
165 ice_pwd(ice_pwd), in TransportDescription()
172 ice_pwd(from.ice_pwd), in TransportDescription()
187 ice_pwd = from.ice_pwd; in operator =()
H A Dport_allocator.cc63 const std::string& ice_pwd, in PortAllocatorSession() argument
70 ice_pwd_(ice_pwd) { in PortAllocatorSession()
73 RTC_DCHECK(ice_ufrag.empty() == ice_pwd.empty()); in PortAllocatorSession()
212 const std::string& ice_pwd) { in CreateSession() argument
215 CreateSessionInternal(content_name, component, ice_ufrag, ice_pwd)); in CreateSession()
224 const std::string& ice_pwd) { in TakePooledSession() argument
227 RTC_DCHECK(!ice_pwd.empty()); in TakePooledSession()
232 IceParameters credentials(ice_ufrag, ice_pwd, false); in TakePooledSession()
245 ret->SetIceParameters(content_name, component, ice_ufrag, ice_pwd); in TakePooledSession()
270 (*it)->ice_pwd() == ice_credentials->pwd)) { in FindPooledSession()
[all …]
H A Dtransport_description_factory.cc39 desc->ice_pwd = credentials.pwd; in CreateOffer()
42 desc->ice_pwd = current_description->ice_pwd; in CreateOffer()
80 desc->ice_pwd = credentials.pwd; in CreateAnswer()
83 desc->ice_pwd = current_description->ice_pwd; in CreateAnswer()
H A Dtransport_description.h75 const std::string& ice_pwd, in IceParameters()
77 : ufrag(ice_ufrag), pwd(ice_pwd), renomination(ice_renomination) {} in IceParameters()
107 const std::string& ice_pwd,
112 const std::string& ice_pwd);
128 return IceParameters(ice_ufrag, ice_pwd, in GetIceParameters()
144 std::string ice_pwd; member
H A Dice_transport_internal.cc86 const std::string& ice_pwd) { in SetIceCredentials() argument
87 SetIceParameters(IceParameters(ice_ufrag, ice_pwd, false)); in SetIceCredentials()
91 const std::string& ice_pwd) { in SetRemoteIceCredentials() argument
92 SetRemoteIceParameters(IceParameters(ice_ufrag, ice_pwd, false)); in SetRemoteIceCredentials()

12345678