Home
last modified time | relevance | path

Searched refs:onChannelClosed (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_network.c74 if (entry == NULL || entry->listener.onChannelClosed == NULL) { in NotifyNetworkingChannelClosed()
78 entry->listener.onChannelClosed(channelId); in NotifyNetworkingChannelClosed()
H A Dsoftbus_proxychannel_pipeline.c641 .onChannelClosed = TransProxyPipelineOnChannelClosed, in TransProxyPipelineInit()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.c155 proxy.onChannelClosed(); in OnChannelClosedCb()
250 proxy.onChannelClosed = channelProxy->onChannelClosed; in InitSoftBusChannelModule()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/interface/
H A Dsoftbus_transmission_interface.h54 void (*onChannelClosed)(int32_t channelId); member
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.h39 OnChannelClosed onChannelClosed; member
/ohos5.0/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()
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c1528 .onChannelClosed = OnChannelClosedCb, in RegCallback()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp472 proxy.onChannelClosed = OnChannelClosedTest;