Home
last modified time | relevance | path

Searched refs:OnConnectionStateChange (Results 1 – 25 of 72) sorted by relevance

123

/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/ice/
H A Dmdns_test.go32 if err = aAgent.OnConnectionStateChange(aNotifier); err != nil {
42 if err = bAgent.OnConnectionStateChange(bNotifier); err != nil {
72 if err = aAgent.OnConnectionStateChange(aNotifier); err != nil {
86 if err = bAgent.OnConnectionStateChange(bNotifier); err != nil {
H A Dcandidate_server_reflexive_test.go58 if err = aAgent.OnConnectionStateChange(aNotifier); err != nil {
68 if err = bAgent.OnConnectionStateChange(bNotifier); err != nil {
H A Dcandidate_relay_test.go66 if err = aAgent.OnConnectionStateChange(aNotifier); err != nil {
76 if err = bAgent.OnConnectionStateChange(bNotifier); err != nil {
H A Dtransport_test.go215 err = aAgent.OnConnectionStateChange(aNotifier)
236 err = bAgent.OnConnectionStateChange(bNotifier)
285 err = aAgent.OnConnectionStateChange(aNotifier)
306 err = bAgent.OnConnectionStateChange(bNotifier)
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/ice/v2/
H A Dmdns_test.go35 if err = aAgent.OnConnectionStateChange(aNotifier); err != nil {
45 if err = bAgent.OnConnectionStateChange(bNotifier); err != nil {
75 if err = aAgent.OnConnectionStateChange(aNotifier); err != nil {
89 if err = bAgent.OnConnectionStateChange(bNotifier); err != nil {
H A Dcandidate_server_reflexive_test.go58 if err = aAgent.OnConnectionStateChange(aNotifier); err != nil {
68 if err = bAgent.OnConnectionStateChange(bNotifier); err != nil {
H A Dagent_test.go405 require.NoError(t, aAgent.OnConnectionStateChange(aNotifier))
417 require.NoError(t, bAgent.OnConnectionStateChange(bNotifier))
437 check(aAgent.OnConnectionStateChange(func(s ConnectionState) {
508 require.NoError(t, aAgent.OnConnectionStateChange(aNotifier))
521 require.NoError(t, bAgent.OnConnectionStateChange(bNotifier))
750 err = aAgent.OnConnectionStateChange(func(c ConnectionState) {
1434 assert.NoError(t, connA.agent.OnConnectionStateChange(aNotifier))
1518 err = aAgent.OnConnectionStateChange(func(c ConnectionState) {
1563 err = aAgent.OnConnectionStateChange(func(c ConnectionState) {
1615 if err = aAgent.OnConnectionStateChange(func(c ConnectionState) {
[all …]
H A Dcandidate_relay_test.go65 if err = aAgent.OnConnectionStateChange(aNotifier); err != nil {
75 if err = bAgent.OnConnectionStateChange(bNotifier); err != nil {
H A Dtransport_test.go238 check(aAgent.OnConnectionStateChange(aNotifier))
243 check(bAgent.OnConnectionStateChange(bNotifier))
270 check(aAgent.OnConnectionStateChange(aNotifier))
274 check(bAgent.OnConnectionStateChange(bNotifier))
H A Dconnectivity_vnet_test.go242 err = aAgent.OnConnectionStateChange(aNotifier)
265 err = bAgent.OnConnectionStateChange(bNotifier)
514 assert.NoError(t, controllingAgent.OnConnectionStateChange(func(c ConnectionState) {
519 assert.NoError(t, controlledAgent.OnConnectionStateChange(func(c ConnectionState) {
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/
H A Ddtlstransport_test.go38 pcAnswer.OnConnectionStateChange(func(connectionState PeerConnectionState) {
112 answerPC.OnConnectionStateChange(func(connectionState PeerConnectionState) {
H A Dicetransport.go88 if err := agent.OnConnectionStateChange(func(iceState ice.ConnectionState) {
186 func (t *ICETransport) OnConnectionStateChange(f func(ICETransportState)) { func
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/jsapi/
H A DMediaTransportParent.cpp27 this, &MediaTransportParent::Impl::OnConnectionStateChange); in Impl()
57 void OnConnectionStateChange(dom::RTCIceConnectionState aState) { in OnConnectionStateChange() function in mozilla::MediaTransportParent::Impl
H A DMediaTransportHandler.cpp142 using MediaTransportHandler::OnConnectionStateChange;
151 void OnConnectionStateChange(NrIceCtx* aIceCtx,
591 this, &MediaTransportHandlerSTS::OnConnectionStateChange); in CreateIceCtx()
1141 void MediaTransportHandler::OnConnectionStateChange( in OnConnectionStateChange() function in mozilla::MediaTransportHandler
1146 WrapRunnable(this, &MediaTransportHandler::OnConnectionStateChange, in OnConnectionStateChange()
1570 void MediaTransportHandlerSTS::OnConnectionStateChange( in OnConnectionStateChange() function in mozilla::MediaTransportHandlerSTS
1572 OnConnectionStateChange(toDomIceConnectionState(aState)); in OnConnectionStateChange()
/dports/www/firefox/firefox-99.0/dom/media/webrtc/jsapi/
H A DMediaTransportParent.cpp27 this, &MediaTransportParent::Impl::OnConnectionStateChange); in Impl()
57 void OnConnectionStateChange(dom::RTCIceConnectionState aState) { in OnConnectionStateChange() function in mozilla::MediaTransportParent::Impl
H A DMediaTransportHandler.cpp152 using MediaTransportHandler::OnConnectionStateChange;
161 void OnConnectionStateChange(NrIceCtx* aIceCtx,
594 this, &MediaTransportHandlerSTS::OnConnectionStateChange); in CreateIceCtx()
1192 void MediaTransportHandler::OnConnectionStateChange( in OnConnectionStateChange() function in mozilla::MediaTransportHandler
1197 WrapRunnable(this, &MediaTransportHandler::OnConnectionStateChange, in OnConnectionStateChange()
1623 void MediaTransportHandlerSTS::OnConnectionStateChange( in OnConnectionStateChange() function in mozilla::MediaTransportHandlerSTS
1625 OnConnectionStateChange(toDomIceConnectionState(aState)); in OnConnectionStateChange()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/jsapi/
H A DMediaTransportParent.cpp27 this, &MediaTransportParent::Impl::OnConnectionStateChange); in Impl()
57 void OnConnectionStateChange(dom::RTCIceConnectionState aState) { in OnConnectionStateChange() function in mozilla::MediaTransportParent::Impl
H A DMediaTransportHandler.cpp142 using MediaTransportHandler::OnConnectionStateChange;
151 void OnConnectionStateChange(NrIceCtx* aIceCtx,
591 this, &MediaTransportHandlerSTS::OnConnectionStateChange); in CreateIceCtx()
1141 void MediaTransportHandler::OnConnectionStateChange( in OnConnectionStateChange() function in mozilla::MediaTransportHandler
1146 WrapRunnable(this, &MediaTransportHandler::OnConnectionStateChange, in OnConnectionStateChange()
1570 void MediaTransportHandlerSTS::OnConnectionStateChange( in OnConnectionStateChange() function in mozilla::MediaTransportHandlerSTS
1572 OnConnectionStateChange(toDomIceConnectionState(aState)); in OnConnectionStateChange()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/signaling/src/peerconnection/
H A DMediaTransportParent.cpp28 this, &MediaTransportParent::Impl::OnConnectionStateChange); in Impl()
59 void OnConnectionStateChange(dom::RTCIceConnectionState aState) { in OnConnectionStateChange() function in mozilla::MediaTransportParent::Impl
H A DMediaTransportHandler.cpp134 using MediaTransportHandler::OnConnectionStateChange;
143 void OnConnectionStateChange(NrIceCtx* aIceCtx,
482 this, &MediaTransportHandlerSTS::OnConnectionStateChange); in CreateIceCtx()
943 void MediaTransportHandler::OnConnectionStateChange( in OnConnectionStateChange() function in mozilla::MediaTransportHandler
948 &MediaTransportHandler::OnConnectionStateChange, aState), in OnConnectionStateChange()
1371 void MediaTransportHandlerSTS::OnConnectionStateChange( in OnConnectionStateChange() function in mozilla::MediaTransportHandlerSTS
1373 OnConnectionStateChange(toDomIceConnectionState(aState)); in OnConnectionStateChange()
/dports/devel/fpc-fcl-net/fpc-3.2.2/packages/fcl-net/src/
H A Dfpsock.pp103 property OnConnectionStateChange: TConnectionStateChangeEvent
162 property OnConnectionStateChange;
352 if Assigned(OnConnectionStateChange) then
353 OnConnectionStateChange(Self, OldState, NewState);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-net/src/
H A Dfpsock.pp103 property OnConnectionStateChange: TConnectionStateChangeEvent
162 property OnConnectionStateChange;
352 if Assigned(OnConnectionStateChange) then
353 OnConnectionStateChange(Self, OldState, NewState);
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/
H A Dicetransport.go97 if err := agent.OnConnectionStateChange(func(iceState ice.ConnectionState) {
214 func (t *ICETransport) OnConnectionStateChange(f func(ICETransportState)) { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/
H A Dbluetooth_device_android.h94 void OnConnectionStateChange(
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/
H A Dbluetooth_device_android.h94 void OnConnectionStateChange(

123