Home
last modified time | relevance | path

Searched refs:OnChannelClosed (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DSynchronizedChannelCollection.cs20 this.onChannelClosed = new EventHandler(OnChannelClosed); in SynchronizedChannelCollection()
36 void OnChannelClosed(object sender, EventArgs args) in OnChannelClosed() method in System.ServiceModel.Dispatcher.SynchronizedChannelCollection
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Dcomposite_data_channel_transport.cc111 void CompositeDataChannelTransport::OnChannelClosed(int channel_id) { in OnChannelClosed() function in webrtc::CompositeDataChannelTransport
113 sink_->OnChannelClosed(channel_id); in OnChannelClosed()
H A Dcomposite_data_channel_transport.h52 void OnChannelClosed(int channel_id) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/test/
H A Dloopback_media_transport_unittest.cc46 MOCK_METHOD1(OnChannelClosed, void(int));
97 EXPECT_CALL(second_sink, OnChannelClosed(channel_id)); in TEST()
98 EXPECT_CALL(first_sink, OnChannelClosed(channel_id)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/
H A Dbluetooth_rfcomm_channel_mac.mm52 _channel->OnChannelClosed(rfcommChannel);
145 void BluetoothRfcommChannelMac::OnChannelClosed(
148 socket()->OnChannelClosed();
H A Dbluetooth_l2cap_channel_mac.mm52 _channel->OnChannelClosed(l2capChannel);
142 void BluetoothL2capChannelMac::OnChannelClosed(
145 socket()->OnChannelClosed();
H A Dbluetooth_rfcomm_channel_mac.h50 void OnChannelClosed(IOBluetoothRFCOMMChannel* channel);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/
H A Dbluetooth_l2cap_channel_mac.mm52 _channel->OnChannelClosed(l2capChannel);
142 void BluetoothL2capChannelMac::OnChannelClosed(
145 socket()->OnChannelClosed();
H A Dbluetooth_rfcomm_channel_mac.mm52 _channel->OnChannelClosed(rfcommChannel);
145 void BluetoothRfcommChannelMac::OnChannelClosed(
148 socket()->OnChannelClosed();
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DSingletonChannelAcceptor.cs59 newChannel.Closed += OnChannelClosed; in EnsureChannelAvailable()
205 protected void OnChannelClosed(object sender, EventArgs args) in OnChannelClosed() method in System.ServiceModel.Channels.SingletonChannelAcceptor
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DServiceChannelManager.cs153 channel.Closed += this.OnChannelClosed; in ChannelAdded()
158 channel.Closed -= this.OnChannelClosed; in ChannelRemoved()
350 void OnChannelClosed(object sender, EventArgs args) in OnChannelClosed() method in System.ServiceModel.ServiceChannelManager
/dports/www/firefox-esr/firefox-91.8.0/netwerk/sctp/datachannel/
H A DDataChannelListener.h34 virtual nsresult OnChannelClosed(nsISupports* aContext) = 0;
/dports/www/firefox/firefox-99.0/netwerk/sctp/datachannel/
H A DDataChannelListener.h34 virtual nsresult OnChannelClosed(nsISupports* aContext) = 0;
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/sctp/datachannel/
H A DDataChannelListener.h34 virtual nsresult OnChannelClosed(nsISupports *aContext) = 0;
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/sctp/datachannel/
H A DDataChannelListener.h34 virtual nsresult OnChannelClosed(nsISupports *aContext) = 0;
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/sctp/datachannel/
H A DDataChannelListener.h34 virtual nsresult OnChannelClosed(nsISupports* aContext) = 0;
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/sctp/datachannel/
H A DDataChannelListener.h34 virtual nsresult OnChannelClosed(nsISupports* aContext) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/protocol/
H A Dclient_video_dispatcher_unittest.cc41 void OnChannelClosed(ChannelDispatcherBase* channel_dispatcher) override;
105 void ClientVideoDispatcherTest::OnChannelClosed( in OnChannelClosed() function in remoting::protocol::ClientVideoDispatcherTest
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DHttpBackgroundChannelParent.h40 void OnChannelClosed();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/transport/
H A Ddata_channel_transport_interface.h79 virtual void OnChannelClosed(int channel_id) = 0;
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/transport/
H A Ddata_channel_transport_interface.h79 virtual void OnChannelClosed(int channel_id) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/transport/
H A Ddata_channel_transport_interface.h79 virtual void OnChannelClosed(int channel_id) = 0;
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/api/transport/
H A Ddata_channel_transport_interface.h79 virtual void OnChannelClosed(int channel_id) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/test/
H A Dfake_ice_connection.h37 void OnChannelClosed(
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DHttpBackgroundChannelParent.h40 void OnChannelClosed();

12345678