Home
last modified time | relevance | path

Searched refs:ClientTransProxyOnChannelBind (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.h100 int32_t ClientTransProxyOnChannelBind(int32_t channelId, int32_t channelType);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/
H A Dclient_trans_channel_callback.c193 return ClientTransProxyOnChannelBind(channelId, channelType); in TransOnChannelBind()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c1070 int32_t ClientTransProxyOnChannelBind(int32_t channelId, int32_t channelType) in ClientTransProxyOnChannelBind() function