Home
last modified time | relevance | path

Searched refs:NotifyNetworkingChannelClosed (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_network.h32 void NotifyNetworkingChannelClosed(const char *sessionName, int32_t channelId);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_network_test.cpp152 NotifyNetworkingChannelClosed(1);
173 NotifyNetworkingChannelClosed(1);
H A Dsoftbus_proxy_network_test.cpp155 NotifyNetworkingChannelClosed(sessionName, 1);
178 NotifyNetworkingChannelClosed(sessionName, 1);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_network.c71 void NotifyNetworkingChannelClosed(const char *sessionName, int32_t channelId) in NotifyNetworkingChannelClosed() function
H A Dsoftbus_proxychannel_listener.c330 NotifyNetworkingChannelClosed(appInfo->myData.sessionName, channelId); in OnProxyChannelClosed()