Home
last modified time | relevance | path

Searched refs:gatheringState (Results 1 – 25 of 50) sorted by relevance

12

/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/tests/qxmppiceconnection/
H A Dtst_qxmppiceconnection.cpp55 QCOMPARE(client.gatheringState(), QXmppIceConnection::NewGatheringState); in testBind()
57 QCOMPARE(client.gatheringState(), QXmppIceConnection::CompleteGatheringState); in testBind()
91 QCOMPARE(client.gatheringState(), QXmppIceConnection::NewGatheringState); in testBindStun()
93 QCOMPARE(client.gatheringState(), QXmppIceConnection::BusyGatheringState); in testBindStun()
101 QCOMPARE(client.gatheringState(), QXmppIceConnection::CompleteGatheringState); in testBindStun()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/ice/v2/
H A Dice_test.go35 gatheringState GatheringState
47 testCase.gatheringState.String(),
H A Dagent.go49 gatheringState GatheringState member
282 gatheringState: GatheringStateNew,
1188 if agent.gatheringState == GatheringStateGathering {
1198 a.gatheringState = GatheringStateNew
1221 if a.gatheringState != newState && newState == GatheringStateComplete {
1225 a.gatheringState = newState
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/ice/
H A Dice_test.go35 gatheringState GatheringState
47 testCase.gatheringState.String(),
H A Dgather.go125 if a.gatheringState != GatheringStateNew {
146 a.gatheringState = GatheringStateGathering
177 a.gatheringState = GatheringStateComplete
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/webrtc-ice/
H A DRTCIceTransport-extension.https.html.ini23 [gather() transitions gatheringState to 'gathering']
29 [eventually transition gatheringState to 'complete']
32 [onicecandidate fires with null candidate before gatheringState transitions to 'complete']
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/webrtc-ice/
H A DRTCIceTransport-extension.https.html.ini23 [gather() transitions gatheringState to 'gathering']
29 [eventually transition gatheringState to 'complete']
32 [onicecandidate fires with null candidate before gatheringState transitions to 'complete']
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/webrtc-ice/
H A DRTCIceTransport-extension.https.html.ini23 [gather() transitions gatheringState to 'gathering']
29 [eventually transition gatheringState to 'complete']
32 [onicecandidate fires with null candidate before gatheringState transitions to 'complete']
/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/src/base/
H A DQXmppStun.h250 …Q_PROPERTY(QXmppIceConnection::GatheringState gatheringState READ gatheringState NOTIFY gatheringS…
296 GatheringState gatheringState() const;
H A DQXmppStun.cpp1743 QXmppIceConnection::GatheringState gatheringState; member in QXmppIceComponentPrivate
2402 if (newGatheringState != d->gatheringState) { in updateGatheringState()
2403 d->gatheringState = newGatheringState; in updateGatheringState()
2439 QXmppIceConnection::GatheringState gatheringState; member in QXmppIceConnectionPrivate
2448 : connectTimer(nullptr), gatheringState(QXmppIceConnection::NewGatheringState), turnPort(0) in QXmppIceConnectionPrivate()
2580 QXmppIceConnection::GatheringState QXmppIceConnection::gatheringState() const in gatheringState() function in QXmppIceConnection
2582 return d->gatheringState; in gatheringState()
2723 if (socket->d->gatheringState != CompleteGatheringState) in slotGatheringStateChanged()
2725 if (socket->d->gatheringState != NewGatheringState) in slotGatheringStateChanged()
2735 if (newGatheringState != d->gatheringState) { in slotGatheringStateChanged()
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/test/
H A Dcapi_track.cpp34 rtcGatheringState gatheringState; member
68 peer->gatheringState = state; in gatheringStateCallback()
H A Dcapi_connectivity.cpp36 rtcGatheringState gatheringState; member
68 peer->gatheringState = state; in gatheringStateCallback()
/dports/www/libdatachannel/libdatachannel-0.16.1/examples/copy-paste-capi/
H A Dofferer.c38 rtcGatheringState gatheringState; member
215 peer->gatheringState = state; in gatheringStateCallback()
H A Danswerer.c38 rtcGatheringState gatheringState; member
212 peer->gatheringState = state; in gatheringStateCallback()
/dports/www/libdatachannel/libdatachannel-0.16.1/src/
H A Dpeerconnection.cpp65 PeerConnection::GatheringState PeerConnection::gatheringState() const { in gatheringState() function in rtc::PeerConnection
66 return impl()->gatheringState; in gatheringState()
156 if (impl()->gatheringState == GatheringState::New) { in setLocalDescription()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/peerconnection/
H A Drtc_ice_transport.idl41 [Measure] readonly attribute RTCIceGatheringState gatheringState;
H A Drtc_ice_transport.h113 String gatheringState() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/
H A Drtc_ice_transport.idl41 [Measure] readonly attribute RTCIceGatheringState gatheringState;
H A Drtc_ice_transport.h125 String gatheringState() const;
/dports/www/libdatachannel/libdatachannel-0.16.1/include/rtc/
H A Dpeerconnection.hpp81 GatheringState gatheringState() const;
/dports/www/libdatachannel/libdatachannel-0.16.1/src/impl/
H A Dicetransport.hpp55 GatheringState gatheringState() const;
H A Dpeerconnection.hpp107 std::atomic<GatheringState> gatheringState = GatheringState::New; member
H A Dpeerconnection.cpp163 [this, weak_this = weak_from_this()](IceTransport::GatheringState gatheringState) { in initIceTransport() argument
167 switch (gatheringState) { in initIceTransport()
1084 if (gatheringState.exchange(newState) == newState) in changeGatheringState()
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/webrtc/
H A Didlharness.https.window.js.ini158 [RTCIceTransport interface: attribute gatheringState]
305 …[RTCIceTransport interface: idlTestObjects.iceTransport must inherit property "gatheringState" wit…
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/webrtc/
H A Didlharness.https.window.js.ini173 [RTCIceTransport interface: attribute gatheringState]
335 …[RTCIceTransport interface: idlTestObjects.iceTransport must inherit property "gatheringState" wit…

12