Home
last modified time | relevance | path

Searched refs:OnProxyChannelClosed (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_network_test.cpp243 ret = OnProxyChannelClosed(channelId, NULL);
247 ret = OnProxyChannelClosed(channelId, &appInfo);
251 ret = OnProxyChannelClosed(channelId, &appInfo);
H A Dsoftbus_proxy_network_test.cpp246 ret = OnProxyChannelClosed(channelId, NULL);
250 ret = OnProxyChannelClosed(channelId, &appInfo);
254 ret = OnProxyChannelClosed(channelId, &appInfo);
H A Dsoftbus_proxychannel_listener_test.cpp257 int32_t ret = OnProxyChannelClosed(TEST_NUMBER_25, appInfo);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_listener.h28 int32_t OnProxyChannelClosed(int32_t channelId, const AppInfo *appInfo);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c315 int32_t OnProxyChannelClosed(int32_t channelId, const AppInfo *appInfo) in OnProxyChannelClosed() function
H A Dsoftbus_proxychannel_manager.c389 OnProxyChannelClosed(removeNode->channelId, &(removeNode->appInfo)); in TransProxyReleaseChannelList()
1158 OnProxyChannelClosed(chan->channelId, &(chan->appInfo)); in TransProxyProcessHandshake()
1286 OnProxyChannelClosed(info->channelId, &(info->appInfo)); in TransProxyProcessResetMsgHelper()
H A Dsoftbus_proxychannel_transceiver.c206 OnProxyChannelClosed(chan->channelId, &(chan->appInfo)); in TransProxyLoopMsgHandler()