Home
last modified time | relevance | path

Searched defs:content_name (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/p2p/base/
H A Dsession.cc463 TransportChannel* BaseSession::CreateChannel(const std::string& content_name, in CreateChannel()
472 TransportChannel* BaseSession::GetChannel(const std::string& content_name, in GetChannel()
481 void BaseSession::DestroyChannel(const std::string& content_name, in DestroyChannel()
489 const std::string& content_name) { in GetOrCreateTransportProxy()
527 Transport* BaseSession::GetTransport(const std::string& content_name) { in GetTransport()
535 const std::string& content_name) { in GetTransportProxy()
541 const std::string& content_name) { in DestroyTransportProxy()
550 const std::string& content_name) { in CreateTransport()
595 bool BaseSession::OnRemoteCandidates(const std::string& content_name, in OnRemoteCandidates()
662 const std::string* content_name = bundle_group->FirstContentName(); in BundleContentGroup() local
[all …]
H A Dportallocator.cc17 PortAllocatorSession::PortAllocatorSession(const std::string& content_name, in PortAllocatorSession()
45 const std::string& content_name, in CreateSession()
H A Dtransportchannel.h46 explicit TransportChannel(const std::string& content_name, int component) in TransportChannel()
62 const std::string& content_name() const { return content_name_; } in content_name() function
H A Dtransportchannelimpl.h29 explicit TransportChannelImpl(const std::string& content_name, int component) in TransportChannelImpl()
H A Drawtransport.cc22 const std::string& content_name, in RawTransport()
H A Dp2ptransport.cc25 const std::string& content_name, in P2PTransport()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/base/
H A Dportallocator.cc16 PortAllocatorSession::PortAllocatorSession(const std::string& content_name, in PortAllocatorSession()
88 const std::string& content_name, in CreateSession()
99 const std::string& content_name, in TakePooledSession()
H A Dtransportinfo.h35 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
169 def content_name(self, content_name): member in LogAnalyticsImportCustomContent
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/pc/
H A Dchannelmanager.cc213 const std::string& content_name, in CreateVoiceChannel()
230 const std::string& content_name, in CreateVoiceChannel_w()
285 const std::string& content_name, in CreateVideoChannel()
302 const std::string& content_name, in CreateVideoChannel_w()
357 const std::string& content_name, in CreateRtpDataChannel()
373 const std::string& content_name, in CreateRtpDataChannel_w()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/test/
H A Dfake_port_allocator.cc33 const std::string& content_name, in FakePortAllocatorSession()
63 const std::string& content_name, in CreateSessionInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/protocol/
H A Dport_allocator.cc55 const std::string& content_name, in CreateSessionInternal()
64 const std::string& content_name, in PortAllocatorSession()
/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DEffects.cpp182 const std::string& content_name): in EffectsGroup()
282 void EffectsGroup::SetTopLevelContent(const std::string& content_name) { in SetTopLevelContent()
571 void SetMeter::SetTopLevelContent(const std::string& content_name) { in SetTopLevelContent()
1116 void SetSpecies::SetTopLevelContent(const std::string& content_name) { in SetTopLevelContent()
1179 void SetOwner::SetTopLevelContent(const std::string& content_name) { in SetTopLevelContent()
1670 void CreateShip::SetTopLevelContent(const std::string& content_name) { in SetTopLevelContent()
1818 void CreateField::SetTopLevelContent(const std::string& content_name) { in SetTopLevelContent()
2035 void AddSpecial::SetTopLevelContent(const std::string& content_name) { in SetTopLevelContent()
2250 void SetStarType::SetTopLevelContent(const std::string& content_name) { in SetTopLevelContent()
2541 void MoveTo::SetTopLevelContent(const std::string& content_name) { in SetTopLevelContent()
[all …]
/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
272 const std::string& content_name, const ContentDescription* content) { in NewSecureTunnelSessionDescription()
290 std::string content_name; in CreateAnswer() local
351 std::string content_name; in OnAccept() local
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/p2p/client/
H A Dfakeportallocator.h31 const std::string& content_name, in FakePortAllocatorSession()
102 const std::string& content_name, in CreateSessionInternal()
H A Dhttpportallocator.cc106 const std::string& content_name, in HttpPortAllocatorSessionBase()
242 const std::string& content_name, in CreateSessionInternal()
255 const std::string& content_name, in HttpPortAllocatorSession()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/p2p/base/
H A Dsession_unittest.cc239 std::string JingleContentXml(const std::string& content_name, in JingleContentXml()
451 const std::string& content_name, in InitiateXml()
482 const std::string& content_name, in AcceptXml()
949 bool HasChannel(const std::string& content_name, in HasChannel()
1435 std::string content_name = "main"; in TestOtherContent() local
1474 std::string content_name = cricket::CN_AUDIO; in TestAudioContent() local
1557 std::string content_name = "main"; in TestBadRedirect() local
1639 std::string content_name = "main"; in TestGoodRedirect() local
1796 std::string content_name = "main"; in TestCandidatesInInitiateAndAccept() local
1935 std::string content_name = "main"; in TestEarlyTerminationFromInitiator() local
[all …]
H A Dsessiondescription.cc56 void ContentGroup::AddContentName(const std::string& content_name) { in AddContentName()
60 bool ContentGroup::RemoveContentName(const std::string& content_name) { in RemoveContentName()
H A Dsession.cc285 TransportChannel* BaseSession::CreateChannel(const std::string& content_name, in CreateChannel()
294 TransportChannel* BaseSession::GetChannel(const std::string& content_name, in GetChannel()
303 void BaseSession::DestroyChannel(const std::string& content_name, in DestroyChannel()
311 const std::string& content_name) { in GetOrCreateTransportProxy()
342 Transport* BaseSession::GetTransport(const std::string& content_name) { in GetTransport()
350 const std::string& content_name) { in GetTransportProxy()
373 const std::string& content_name) { in DestroyTransportProxy()
441 const std::string* content_name = in MaybeEnableMuxingSupport() local
453 void BaseSession::SetSelectedProxy(const std::string& content_name, in SetSelectedProxy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/p2p/base/
H A Dtransport_info.h34 std::string content_name; member
H A Dport_allocator.cc60 PortAllocatorSession::PortAllocatorSession(const std::string& content_name, in PortAllocatorSession()
209 const std::string& content_name, in CreateSession()
221 const std::string& content_name, in TakePooledSession()
/dports/net-im/tg_owt/tg_owt-d578c76/src/p2p/base/
H A Dtransport_info.h34 std::string content_name; member
H A Dport_allocator.cc60 PortAllocatorSession::PortAllocatorSession(const std::string& content_name, in PortAllocatorSession()
209 const std::string& content_name, in CreateSession()
221 const std::string& content_name, in TakePooledSession()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/p2p/base/
H A Dtransport_info.h34 std::string content_name; member
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/marten-seemann/qtls/testdata/
H A DClient-TLSv12-ALPN-NoMatch35 00000150 c2 34 f1 d1 93 e5 96 d9 74 7b f3 58 9f 6c 61 3c |.4......t{.X.la<|

12345678