Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_callback.h39 int32_t TransProxyOnChannelOpenFailed(const char *pkgName, int32_t pid, int32_t channelId, int32_t …
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_callback.c48 int32_t TransProxyOnChannelOpenFailed(const char *pkgName, int32_t pid, int32_t channelId, in TransProxyOnChannelOpenFailed() function
H A Dsoftbus_proxychannel_listener.c48 int32_t ret = TransProxyOnChannelOpenFailed(pkgName, pid, channelId, errCode); in NotifyNormalChannelOpenFailed()