Home
last modified time | relevance | path

Searched refs:RTCIceTransport (Results 1 – 25 of 76) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/
H A Drtc_ice_transport.cc123 RTCIceTransport* RTCIceTransport::Create(ExecutionContext* context) { in Create()
141 RTCIceTransport* RTCIceTransport::Create( in Create()
164 RTCIceTransport* RTCIceTransport::Create( in Create()
174 RTCIceTransport::RTCIceTransport( in RTCIceTransport() function in blink::RTCIceTransport
197 RTCIceTransport::RTCIceTransport( in RTCIceTransport() function in blink::RTCIceTransport
202 : RTCIceTransport(context, in RTCIceTransport()
208 RTCIceTransport::~RTCIceTransport() { in ~RTCIceTransport()
240 String RTCIceTransport::role() const { in role()
253 String RTCIceTransport::state() const { in state()
467 void RTCIceTransport::stop() { in stop()
[all …]
H A Drtc_ice_transport.h42 class MODULES_EXPORT RTCIceTransport final
44 public ActiveScriptWrappable<RTCIceTransport>,
48 USING_GARBAGE_COLLECTED_MIXIN(RTCIceTransport);
49 USING_PRE_FINALIZER(RTCIceTransport, Dispose);
61 static RTCIceTransport* Create(ExecutionContext* context);
62 static RTCIceTransport* Create(
66 static RTCIceTransport* Create(
72 RTCIceTransport(
78 RTCIceTransport(
83 ~RTCIceTransport() override;
H A Drtc_ice_transport_test.cc131 return RTCIceTransport::Create( in CreateIceTransport()
155 Persistent<RTCIceTransport> ice_transport = in TEST_F()
171 Persistent<RTCIceTransport> ice_transport = in TEST_F()
187 Persistent<RTCIceTransport> ice_transport = in TEST_F()
202 Persistent<RTCIceTransport> ice_transport = in TEST_F()
241 Persistent<RTCIceTransport> ice_transport = in TEST_F()
289 Persistent<RTCIceTransport> ice_transport = in TEST_F()
315 Persistent<RTCIceTransport> ice_transport = in TEST_F()
331 Persistent<RTCIceTransport> ice_transport = in TEST_F()
363 Persistent<RTCIceTransport> ice_transport = in TEST_F()
[all …]
H A Drtc_quic_transport.h78 RTCIceTransport* transport,
82 RTCIceTransport* transport,
87 RTCIceTransport* transport,
94 RTCIceTransport* transport,
102 void OnIceTransportClosed(RTCIceTransport::CloseReason reason);
111 RTCIceTransport* transport() const;
247 Member<RTCIceTransport> transport_;
H A Drtc_dtls_transport.h19 class RTCIceTransport; variable
44 RTCIceTransport* ice_transport);
48 RTCIceTransport* iceTransport() const;
74 Member<RTCIceTransport> ice_transport_;
H A Drtc_ice_transport_test.h34 RTCIceTransport* CreateIceTransport(V8TestingScope& scope);
37 RTCIceTransport* CreateIceTransport(
44 RTCIceTransport* CreateIceTransport(
H A Drtc_quic_transport_test.cc89 RTCIceTransport* ice_transport, in CreateQuicTransport()
100 RTCIceTransport* ice_transport, in CreateQuicTransport()
119 Persistent<RTCIceTransport> ice_transport = CreateIceTransport(scope); in CreateConnectedQuicTransport()
152 Persistent<RTCIceTransport> ice_transport = in TEST_F()
189 Persistent<RTCIceTransport> ice_transport = in TEST_F()
221 Persistent<RTCIceTransport> ice_transport = in TEST_F()
250 Persistent<RTCIceTransport> ice_transport = in TEST_F()
275 Persistent<RTCIceTransport> ice_transport = CreateIceTransport(scope); in TEST_F()
299 Persistent<RTCIceTransport> ice_transport = CreateIceTransport(scope); in TEST_F()
316 Persistent<RTCIceTransport> ice_transport = CreateIceTransport(scope); in TEST_F()
[all …]
H A Drtc_quic_transport_test.h26 RTCIceTransport* ice_transport,
35 RTCIceTransport* ice_transport,
H A Drtc_quic_transport.idl20 [CallWith=ExecutionContext, RaisesException, Measure] constructor(RTCIceTransport transport);
21 [Measure] readonly attribute RTCIceTransport transport;
H A Drtc_quic_transport.cc83 RTCIceTransport* transport, in Create()
90 RTCIceTransport* transport, in Create()
105 RTCIceTransport* transport, in Create()
153 RTCIceTransport* transport, in RTCQuicTransport()
171 RTCIceTransport* RTCQuicTransport::transport() const { in transport()
578 RTCIceTransport::CloseReason reason) { in OnIceTransportClosed()
579 if (reason == RTCIceTransport::CloseReason::kContextDestroyed) { in OnIceTransportClosed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/peerconnection/
H A Drtc_ice_transport.cc111 RTCIceTransport* RTCIceTransport::Create(ExecutionContext* context) { in Create()
124 RTCIceTransport* RTCIceTransport::Create( in Create()
142 RTCIceTransport* RTCIceTransport::Create( in Create()
152 RTCIceTransport::RTCIceTransport( in RTCIceTransport() function in blink::RTCIceTransport
175 RTCIceTransport::RTCIceTransport( in RTCIceTransport() function in blink::RTCIceTransport
180 : RTCIceTransport(context, in RTCIceTransport()
186 RTCIceTransport::~RTCIceTransport() { in ~RTCIceTransport()
194 String RTCIceTransport::role() const { in role()
207 String RTCIceTransport::state() const { in state()
422 void RTCIceTransport::stop() { in stop()
[all …]
H A Drtc_ice_transport.h41 class MODULES_EXPORT RTCIceTransport final
43 public ActiveScriptWrappable<RTCIceTransport>,
47 USING_PRE_FINALIZER(RTCIceTransport, Dispose);
59 static RTCIceTransport* Create(ExecutionContext* context);
60 static RTCIceTransport* Create(
64 static RTCIceTransport* Create(
70 RTCIceTransport(
76 RTCIceTransport(
81 ~RTCIceTransport() override;
H A Drtc_ice_transport_test.cc128 return RTCIceTransport::Create( in CreateIceTransport()
152 Persistent<RTCIceTransport> ice_transport = in TEST_F()
168 Persistent<RTCIceTransport> ice_transport = in TEST_F()
184 Persistent<RTCIceTransport> ice_transport = in TEST_F()
199 Persistent<RTCIceTransport> ice_transport = in TEST_F()
238 Persistent<RTCIceTransport> ice_transport = in TEST_F()
286 Persistent<RTCIceTransport> ice_transport = in TEST_F()
312 Persistent<RTCIceTransport> ice_transport = in TEST_F()
328 Persistent<RTCIceTransport> ice_transport = in TEST_F()
360 Persistent<RTCIceTransport> ice_transport = in TEST_F()
[all …]
H A Drtc_dtls_transport.h19 class RTCIceTransport; variable
43 RTCIceTransport* ice_transport);
47 RTCIceTransport* iceTransport() const;
73 Member<RTCIceTransport> ice_transport_;
H A Drtc_ice_transport_test.h34 RTCIceTransport* CreateIceTransport(V8TestingScope& scope);
37 RTCIceTransport* CreateIceTransport(
44 RTCIceTransport* CreateIceTransport(
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/webrtc/
H A Didlharness.https.window.js.ini149 [RTCIceTransport interface object length]
158 [RTCIceTransport interface: attribute gatheringState]
212 [RTCIceTransport interface: attribute state]
260 [RTCIceTransport interface: operation getLocalParameters()]
281 [RTCIceTransport interface: attribute onstatechange]
287 [RTCIceTransport interface: operation getRemoteParameters()]
314 [RTCIceTransport interface object name]
323 [RTCIceTransport interface: attribute role]
329 [RTCIceTransport interface: attribute component]
341 [RTCIceTransport interface: operation getRemoteCandidates()]
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/webrtc/
H A Didlharness.https.window.js.ini155 [RTCIceTransport interface object length]
173 [RTCIceTransport interface: attribute gatheringState]
230 [RTCIceTransport interface: attribute state]
281 [RTCIceTransport interface: operation getLocalParameters()]
305 [RTCIceTransport interface: attribute onstatechange]
311 [RTCIceTransport interface: operation getRemoteParameters()]
344 [RTCIceTransport interface object name]
353 [RTCIceTransport interface: attribute role]
362 [RTCIceTransport interface: attribute component]
374 [RTCIceTransport interface: operation getRemoteCandidates()]
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/webrtc/
H A Didlharness.https.window.js.ini149 [RTCIceTransport interface object length]
158 [RTCIceTransport interface: attribute gatheringState]
212 [RTCIceTransport interface: attribute state]
260 [RTCIceTransport interface: operation getLocalParameters()]
281 [RTCIceTransport interface: attribute onstatechange]
287 [RTCIceTransport interface: operation getRemoteParameters()]
314 [RTCIceTransport interface object name]
323 [RTCIceTransport interface: attribute role]
329 [RTCIceTransport interface: attribute component]
341 [RTCIceTransport interface: operation getRemoteCandidates()]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/webrtc/
H A Didlharness.https.window.js.ini149 [RTCIceTransport interface object length]
158 [RTCIceTransport interface: attribute gatheringState]
212 [RTCIceTransport interface: attribute state]
260 [RTCIceTransport interface: operation getLocalParameters()]
281 [RTCIceTransport interface: attribute onstatechange]
287 [RTCIceTransport interface: operation getRemoteParameters()]
314 [RTCIceTransport interface object name]
323 [RTCIceTransport interface: attribute role]
329 [RTCIceTransport interface: attribute component]
341 [RTCIceTransport interface: operation getRemoteCandidates()]
[all …]
/dports/devel/py-aiortc/aiortc-1.2.1/tests/
H A Dtest_rtcicetransport.py13 RTCIceTransport,
271 connection = RTCIceTransport(gatherer)
295 transport_1 = RTCIceTransport(gatherer_1)
298 transport_2 = RTCIceTransport(gatherer_2)
326 transport_1 = RTCIceTransport(gatherer_1)
329 transport_2 = RTCIceTransport(gatherer_2)
353 transport = RTCIceTransport(gatherer)
375 transport = RTCIceTransport(gatherer)
H A Dtest_ortc.py8 RTCIceTransport,
28 ice_a = RTCIceTransport(gatherer=RTCIceGatherer())
29 ice_b = RTCIceTransport(gatherer=RTCIceGatherer())
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/webrtc/
H A Dinterfaces.https.html.ini346 [RTCIceTransport interface object length]
349 [RTCIceTransport interface object name]
361 [RTCIceTransport interface: attribute role]
364 [RTCIceTransport interface: attribute component]
367 [RTCIceTransport interface: attribute state]
388 [RTCIceTransport interface: attribute onstatechange]
1544 [RTCIceTransport interface object length]
1547 [RTCIceTransport interface object name]
1559 [RTCIceTransport interface: attribute role]
1562 [RTCIceTransport interface: attribute component]
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/webrtc-ice/
H A DRTCIceTransport-extension.https.html.ini1 [RTCIceTransport-extension.https.html]
2 [RTCIceTransport constructor does not throw]
5 [RTCIceTransport initial properties are set]
92 [getSelectedCandidatePair() returns null once the RTCIceTransport is stopped.]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/webrtc-ice/
H A DRTCIceTransport-extension.https.html.ini1 [RTCIceTransport-extension.https.html]
2 [RTCIceTransport constructor does not throw]
5 [RTCIceTransport initial properties are set]
92 [getSelectedCandidatePair() returns null once the RTCIceTransport is stopped.]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/webrtc-ice/
H A DRTCIceTransport-extension.https.html.ini1 [RTCIceTransport-extension.https.html]
2 [RTCIceTransport constructor does not throw]
5 [RTCIceTransport initial properties are set]
92 [getSelectedCandidatePair() returns null once the RTCIceTransport is stopped.]

1234