Home
last modified time | relevance | path

Searched refs:onChannelClosed (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_network.c74 if (entry == NULL || entry->listener.onChannelClosed == NULL) { in NotifyNetworkingChannelClosed()
75 TRANS_LOGE(TRANS_CTRL, "net onChannelClosed is null"); in NotifyNetworkingChannelClosed()
78 entry->listener.onChannelClosed(channelId); in NotifyNetworkingChannelClosed()
H A Dsoftbus_proxychannel_pipeline.c641 .onChannelClosed = TransProxyPipelineOnChannelClosed, in TransProxyPipelineInit()
/foundation/communication/dsoftbus/core/transmission/interface/
H A Dsoftbus_transmission_interface.h54 void (*onChannelClosed)(int32_t channelId); member
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_network_test.cpp131 listener.onChannelClosed = TransProxyNetworkTest::TestOnNetworkChannelClosed; in TestRegisterNetworkingChannelListener()
H A Dsoftbus_proxy_network_test.cpp131 listener.onChannelClosed = SoftbusProxyNetworkTest::TestOnNetworkChannelClosed; in TestRegisterNetworkingChannelListener()

Completed in 4 milliseconds