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 D | trans_proxy_network_test.cpp | 243 ret = OnProxyChannelClosed(channelId, NULL); 247 ret = OnProxyChannelClosed(channelId, &appInfo); 251 ret = OnProxyChannelClosed(channelId, &appInfo);
|
H A D | softbus_proxy_network_test.cpp | 246 ret = OnProxyChannelClosed(channelId, NULL); 250 ret = OnProxyChannelClosed(channelId, &appInfo); 254 ret = OnProxyChannelClosed(channelId, &appInfo);
|
H A D | softbus_proxychannel_listener_test.cpp | 257 int32_t ret = OnProxyChannelClosed(TEST_NUMBER_25, appInfo);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_listener.h | 28 int32_t OnProxyChannelClosed(int32_t channelId, const AppInfo *appInfo);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_listener.c | 315 int32_t OnProxyChannelClosed(int32_t channelId, const AppInfo *appInfo) in OnProxyChannelClosed() function
|
H A D | softbus_proxychannel_manager.c | 389 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 D | softbus_proxychannel_transceiver.c | 206 OnProxyChannelClosed(chan->channelId, &(chan->appInfo)); in TransProxyLoopMsgHandler()
|