Home
last modified time | relevance | path

Searched refs:ClientTransProxyOnChannelClosed (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_manager.h80 int32_t ClientTransProxyOnChannelClosed(int32_t channelId, ShutdownReason reason);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/
H A Dclient_trans_channel_callback.c105 return ClientTransProxyOnChannelClosed(channelId, reason); in NofifyChannelClosed()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c354 int32_t ClientTransProxyOnChannelClosed(int32_t channelId, ShutdownReason reason) in ClientTransProxyOnChannelClosed() function