Home
last modified time | relevance | path

Searched refs:channel_opened (Results 1 – 11 of 11) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/tests/plugins/
H A Dmisc_notifications.py18 def channel_opened(plugin, channel_opened, **kwargs): function
21 .format(channel_opened["id"], channel_opened["amount"],
22 channel_opened["funding_txid"]))
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/cast_channel/
H A Dcast_channel_apitest.cc311 ExtensionTestMessageListener channel_opened("channel_opened_ssl", false); in IN_PROC_BROWSER_TEST_F() local
315 EXPECT_TRUE(channel_opened.WaitUntilSatisfied()); in IN_PROC_BROWSER_TEST_F()
332 ExtensionTestMessageListener channel_opened("channel_opened_ssl_verified", in IN_PROC_BROWSER_TEST_F() local
337 EXPECT_TRUE(channel_opened.WaitUntilSatisfied()); in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/cast_channel/
H A Dcast_channel_apitest.cc307 ExtensionTestMessageListener channel_opened("channel_opened_ssl", false); in IN_PROC_BROWSER_TEST_F() local
311 EXPECT_TRUE(channel_opened.WaitUntilSatisfied()); in IN_PROC_BROWSER_TEST_F()
328 ExtensionTestMessageListener channel_opened("channel_opened_ssl_verified", in IN_PROC_BROWSER_TEST_F() local
333 EXPECT_TRUE(channel_opened.WaitUntilSatisfied()); in IN_PROC_BROWSER_TEST_F()
/dports/print/hplip/hplip-3.20.6/pcard/
H A Dphotocard.py134 self.channel_opened = False
141 if self.channel_opened and flag:
171 if not self.channel_opened:
238 if not self.channel_opened:
730 self.channel_opened = True
734 self.channel_opened = False
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/omrabbitmq/
H A Domrabbitmq.c140 int channel_opened; member
479 self->channel_opened = 0; in run_connection_routine()
571 self->channel_opened = 1; in run_connection_routine()
628 self->channel_opened = 0; in run_connection_routine()
638 self->channel_opened = 0; in run_connection_routine()
667 if (self->channel_opened) in run_connection_routine()
724 if (self->channel_opened){ in closeAMQPConnection()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/src/
H A Dft-channel.c143 gboolean channel_opened; member
969 self->priv->channel_opened = TRUE; in channel_open()
1835 if (self->priv->channel_opened) in gabble_file_transfer_channel_provide_file()
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dnotification.c212 REGISTER_NOTIFICATION(channel_opened, in REGISTER_NOTIFICATION() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/asr_tts/mod_unimrcp/
H A Dmod_unimrcp.c350 int channel_opened; member
888 schan->channel_opened = 0; in speech_channel_create()
1833 if (schannel->channel_opened && globals.enable_profile_events) { in speech_on_session_terminate()
1908 schannel->channel_opened = 1; in speech_on_channel_add()
/dports/net-p2p/c-lightning/lightning-0.10.2/doc/
H A DPLUGINS.md390 ### `channel_opened`
392 A notification for topic `channel_opened` is sent if a peer successfully
399 "channel_opened": {
H A DCHANGELOG.md1098 - Plugin: new notifications `invoice_payment`, `forward_event` and `channel_opened`.
/dports/net-p2p/c-lightning/lightning-0.10.2/
H A DCHANGELOG.md1098 - Plugin: new notifications `invoice_payment`, `forward_event` and `channel_opened`.