Home
last modified time | relevance | path

Searched refs:ClientTransProxyOnChannelOpenFailed (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.h82 int32_t ClientTransProxyOnChannelOpenFailed(int32_t channelId, int32_t errCode);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/
H A Dclient_trans_channel_callback.c74 return ClientTransProxyOnChannelOpenFailed(channelId, errCode); in TransOnChannelOpenFailed()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c367 int32_t ClientTransProxyOnChannelOpenFailed(int32_t channelId, int32_t errCode) in ClientTransProxyOnChannelOpenFailed() function