Home
last modified time | relevance | path

Searched refs:content_name (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/p2p/base/
H A Dsession.cc489 const std::string& content_name) { in GetOrCreateTransportProxy() argument
522 transports_[content_name] = transproxy; in GetOrCreateTransportProxy()
535 const std::string& content_name) { in GetTransportProxy() argument
541 const std::string& content_name) { in DestroyTransportProxy() argument
545 transports_.erase(content_name); in DestroyTransportProxy()
550 const std::string& content_name) { in CreateTransport() argument
602 *error = "Unknown content name " + content_name; in OnRemoteCandidates()
663 if (!content_name) { in BundleContentGroup()
680 << *content_name << "\"."; in BundleContentGroup()
692 << *content_name; in BundleContentGroup()
[all …]
H A Dsessiondescription.cc52 bool ContentGroup::HasContentName(const std::string& content_name) const { in HasContentName()
54 content_name) != content_names_.end()); in HasContentName()
57 void ContentGroup::AddContentName(const std::string& content_name) { in AddContentName() argument
58 if (!HasContentName(content_name)) { in AddContentName()
59 content_names_.push_back(content_name); in AddContentName()
63 bool ContentGroup::RemoveContentName(const std::string& content_name) { in RemoveContentName() argument
65 content_names_.begin(), content_names_.end(), content_name); in RemoveContentName()
149 if (GetTransportInfoByName(transport_info.content_name) != NULL) { in AddTransportInfo()
159 if (transport_info->content_name == name) { in RemoveTransportInfoByName()
171 if (iter->content_name == name) { in GetTransportInfoByName()
[all …]
H A Dportallocator.cc17 PortAllocatorSession::PortAllocatorSession(const std::string& content_name, in PortAllocatorSession() argument
22 : content_name_(content_name), in PortAllocatorSession()
45 const std::string& content_name, in CreateSession() argument
60 content_name, component, ice_ufrag, ice_pwd); in CreateSession()
69 new PortAllocatorSessionProxy(content_name, component, flags_); in CreateSession()
73 return CreateSessionInternal(content_name, component, ice_ufrag, ice_pwd); in CreateSession()
H A Dsession.h52 const std::string& content_name, in TransportProxy() argument
56 content_name_(content_name), in TransportProxy()
69 const std::string& content_name() const { return content_name_; } in content_name() function
298 virtual Transport* GetTransport(const std::string& content_name);
310 virtual TransportChannel* GetChannel(const std::string& content_name,
317 virtual void DestroyChannel(const std::string& content_name,
333 TransportProxy* GetTransportProxy(const std::string& content_name);
334 void DestroyTransportProxy(const std::string& content_name);
338 virtual Transport* CreateTransport(const std::string& content_name);
343 bool OnRemoteCandidates(const std::string& content_name,
[all …]
H A Dtransportinfo.h30 TransportInfo(const std::string& content_name, in foo()
32 : content_name(content_name), in foo()
35 std::string content_name; in foo()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/p2p/base/
H A Dsession_unittest.cc227 " name=\"" + content_name + "\"" in JingleEmptyContentXml()
499 content_name, in TransportInfo2Xml()
507 content_name, in TransportInfo2Xml()
526 content_name, in TransportInfo4Xml()
536 content_name, in TransportInfo4Xml()
1481 content_name, content_type, in TestAudioContent()
1496 content_name, content_type, in TestAudioContent()
1564 protocol, content_name, in TestBadRedirect()
1568 protocol, content_name, in TestBadRedirect()
1646 protocol, content_name, in TestGoodRedirect()
[all …]
H A Dsessiondescription.cc56 void ContentGroup::AddContentName(const std::string& content_name) { in AddContentName() argument
57 content_types_.insert(content_name); in AddContentName()
60 bool ContentGroup::RemoveContentName(const std::string& content_name) { in RemoveContentName() argument
63 iter = content_types_.find(content_name); in RemoveContentName()
71 bool ContentGroup::HasContentName(const std::string& content_name) const { in HasContentName()
72 return (content_types_.find(content_name) != content_types_.end()); in HasContentName()
H A Dsession.cc311 const std::string& content_name) { in GetOrCreateTransportProxy() argument
335 transproxy = new TransportProxy(sid_, content_name, in GetOrCreateTransportProxy()
337 transports_[content_name] = transproxy; in GetOrCreateTransportProxy()
350 const std::string& content_name) { in GetTransportProxy() argument
373 const std::string& content_name) { in DestroyTransportProxy() argument
377 transports_.erase(content_name); in DestroyTransportProxy()
441 const std::string* content_name = in MaybeEnableMuxingSupport() local
443 if (content_name) { in MaybeEnableMuxingSupport()
445 local_description_->GetContentByName(*content_name); in MaybeEnableMuxingSupport()
462 if (iter->first != content_name && in SetSelectedProxy()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/base/
H A Dsessiondescription.cc52 bool ContentGroup::HasContentName(const std::string& content_name) const { in HasContentName()
54 content_name) != content_names_.end()); in HasContentName()
57 void ContentGroup::AddContentName(const std::string& content_name) { in AddContentName() argument
58 if (!HasContentName(content_name)) { in AddContentName()
59 content_names_.push_back(content_name); in AddContentName()
63 bool ContentGroup::RemoveContentName(const std::string& content_name) { in RemoveContentName() argument
65 content_names_.begin(), content_names_.end(), content_name); in RemoveContentName()
158 if (GetTransportInfoByName(transport_info.content_name) != NULL) { in AddTransportInfo()
168 if (transport_info->content_name == name) { in RemoveTransportInfoByName()
180 if (iter->content_name == name) { in GetTransportInfoByName()
[all …]
H A Dtransportinfo.h30 TransportInfo(const std::string& content_name, in TransportInfo()
32 : content_name(content_name), in TransportInfo()
35 std::string content_name; member
H A Dportallocator.cc16 PortAllocatorSession::PortAllocatorSession(const std::string& content_name, in PortAllocatorSession() argument
23 content_name_(content_name), in PortAllocatorSession()
88 const std::string& content_name, in CreateSession() argument
93 CreateSessionInternal(content_name, component, ice_ufrag, ice_pwd)); in CreateSession()
99 const std::string& content_name, in TakePooledSession() argument
110 ret->SetIceParameters(content_name, component, ice_ufrag, ice_pwd); in TakePooledSession()
/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DEffects.cpp190 m_content_name(content_name) in EffectsGroup()
283 m_content_name = content_name; in SetTopLevelContent()
285 m_scope->SetTopLevelContent(content_name); in SetTopLevelContent()
289 effect->SetTopLevelContent(content_name); in SetTopLevelContent()
573 m_value->SetTopLevelContent(content_name); in SetTopLevelContent()
1006 m_type->SetTopLevelContent(content_name); in SetTopLevelContent()
1045 m_size->SetTopLevelContent(content_name); in SetTopLevelContent()
1822 m_x->SetTopLevelContent(content_name); in SetTopLevelContent()
1824 m_y->SetTopLevelContent(content_name); in SetTopLevelContent()
1941 m_x->SetTopLevelContent(content_name); in SetTopLevelContent()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/p2p/base/
H A Dtransport_info.h30 TransportInfo(const std::string& content_name, in TransportInfo()
32 : content_name(content_name), description(description) {} in TransportInfo()
34 std::string content_name; member
/dports/net-im/tg_owt/tg_owt-d578c76/src/p2p/base/
H A Dtransport_info.h30 TransportInfo(const std::string& content_name, in TransportInfo()
32 : content_name(content_name), description(description) {} in TransportInfo()
34 std::string content_name; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/p2p/base/
H A Dtransport_info.h30 TransportInfo(const std::string& content_name, in TransportInfo()
32 : content_name(content_name), description(description) {} in TransportInfo()
34 std::string content_name; member
/dports/devel/py-oci/oci-2.53.1/src/oci/log_analytics/models/
H A Dlog_analytics_import_custom_content.py157 def content_name(self): member in LogAnalyticsImportCustomContent
168 @content_name.setter
169 def content_name(self, content_name): member in LogAnalyticsImportCustomContent
178 self._content_name = content_name
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Dchannel.cc142 content_name_(content_name), in BaseChannel()
878 content_name, in VoiceChannel()
937 content_name() + "'.", in SetLocalContent_w()
963 content_name() + "'.", in SetLocalContent_w()
1005 content_name() + "'.", in SetRemoteContent_w()
1030 content_name() + "'.", in SetRemoteContent_w()
1052 content_name, in VideoChannel()
1138 content_name() + "'.", in SetLocalContent_w()
1174 content_name() + "'.", in SetLocalContent_w()
1240 content_name() + "'.", in SetRemoteContent_w()
[all …]
H A Dsession_description.cc69 bool ContentGroup::HasContentName(const std::string& content_name) const { in HasContentName()
70 return absl::c_linear_search(content_names_, content_name); in HasContentName()
73 void ContentGroup::AddContentName(const std::string& content_name) { in AddContentName() argument
74 if (!HasContentName(content_name)) { in AddContentName()
75 content_names_.push_back(content_name); in AddContentName()
79 bool ContentGroup::RemoveContentName(const std::string& content_name) { in RemoveContentName() argument
80 ContentNames::iterator iter = absl::c_find(content_names_, content_name); in RemoveContentName()
201 if (transport_info->content_name == name) { in RemoveTransportInfoByName()
213 if (iter->content_name == name) { in GetTransportInfoByName()
224 if (iter->content_name == name) { in GetTransportInfoByName()
H A Dchannel_manager.cc157 const std::string& content_name, in CreateVoiceChannel() argument
168 signaling_thread, content_name, srtp_required, in CreateVoiceChannel()
187 absl::WrapUnique(media_channel), content_name, srtp_required, in CreateVoiceChannel()
226 const std::string& content_name, in CreateVideoChannel() argument
238 signaling_thread, content_name, srtp_required, in CreateVideoChannel()
259 absl::WrapUnique(media_channel), content_name, srtp_required, in CreateVideoChannel()
297 const std::string& content_name, in CreateRtpDataChannel() argument
304 content_name, srtp_required, crypto_options, in CreateRtpDataChannel()
320 absl::WrapUnique(media_channel), content_name, srtp_required, in CreateRtpDataChannel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Dchannel.cc137 content_name_(content_name), in BaseChannel()
859 content_name, in VoiceChannel()
924 content_name() + "'.", in SetLocalContent_w()
950 content_name() + "'.", in SetLocalContent_w()
989 content_name() + "'.", in SetRemoteContent_w()
1014 content_name() + "'.", in SetRemoteContent_w()
1036 content_name, in VideoChannel()
1117 content_name() + "'.", in SetLocalContent_w()
1153 content_name() + "'.", in SetLocalContent_w()
1216 content_name() + "'.", in SetRemoteContent_w()
[all …]
H A Dsession_description.cc71 bool ContentGroup::HasContentName(const std::string& content_name) const { in HasContentName()
72 return absl::c_linear_search(content_names_, content_name); in HasContentName()
75 void ContentGroup::AddContentName(const std::string& content_name) { in AddContentName() argument
76 if (!HasContentName(content_name)) { in AddContentName()
77 content_names_.push_back(content_name); in AddContentName()
81 bool ContentGroup::RemoveContentName(const std::string& content_name) { in RemoveContentName() argument
82 ContentNames::iterator iter = absl::c_find(content_names_, content_name); in RemoveContentName()
203 if (transport_info->content_name == name) { in RemoveTransportInfoByName()
215 if (iter->content_name == name) { in GetTransportInfoByName()
226 if (iter->content_name == name) { in GetTransportInfoByName()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Dsession_description.cc71 bool ContentGroup::HasContentName(const std::string& content_name) const { in HasContentName()
72 return absl::c_linear_search(content_names_, content_name); in HasContentName()
75 void ContentGroup::AddContentName(const std::string& content_name) { in AddContentName() argument
76 if (!HasContentName(content_name)) { in AddContentName()
77 content_names_.push_back(content_name); in AddContentName()
81 bool ContentGroup::RemoveContentName(const std::string& content_name) { in RemoveContentName() argument
82 ContentNames::iterator iter = absl::c_find(content_names_, content_name); in RemoveContentName()
203 if (transport_info->content_name == name) { in RemoveTransportInfoByName()
215 if (iter->content_name == name) { in GetTransportInfoByName()
226 if (iter->content_name == name) { in GetTransportInfoByName()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/session/tunnel/
H A Dsecuretunnelsessionclient.cc151 std::string content_name; in OnIncomingTunnel() local
154 &content_name, &content)) { in OnIncomingTunnel()
272 const std::string& content_name, const ContentDescription* content) { in NewSecureTunnelSessionDescription() argument
274 sdesc->AddContent(content_name, NS_SECURE_TUNNEL, content); in NewSecureTunnelSessionDescription()
290 std::string content_name; in CreateAnswer() local
292 if (!FindSecureTunnelContent(offer, &content_name, &offer_tunnel)) in CreateAnswer()
300 content_name, in CreateAnswer()
351 std::string content_name; in OnAccept() local
354 &content_name, &remote_tunnel)) { in OnAccept()
382 VERIFY(channel_->Connect(content_name, "tcp")); in OnAccept()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/test/
H A Dfake_port_allocator.cc21 const std::string& content_name,
33 const std::string& content_name, in FakePortAllocatorSession() argument
38 content_name, in FakePortAllocatorSession()
63 const std::string& content_name, in CreateSessionInternal() argument
67 return new FakePortAllocatorSession(this, content_name, component, in CreateSessionInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/pc/
H A Dchannelmanager.cc213 const std::string& content_name, in CreateVoiceChannel() argument
221 rtp_transport, rtcp_transport, signaling_thread, content_name, in CreateVoiceChannel()
230 const std::string& content_name, in CreateVoiceChannel_w() argument
246 media_channel, content_name, rtcp_mux_required, srtp_required); in CreateVoiceChannel_w()
285 const std::string& content_name, in CreateVideoChannel() argument
293 rtp_transport, rtcp_transport, signaling_thread, content_name, in CreateVideoChannel()
302 const std::string& content_name, in CreateVideoChannel_w() argument
318 content_name, rtcp_mux_required, srtp_required); in CreateVideoChannel_w()
357 const std::string& content_name, in CreateRtpDataChannel() argument
373 const std::string& content_name, in CreateRtpDataChannel_w() argument
[all …]

12345678910>>...15