Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_callback.h35 int32_t TransProxyOnChannelClosed(const char *pkgName, int32_t pid, int32_t channelId);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_callback.c38 int32_t TransProxyOnChannelClosed(const char *pkgName, int32_t pid, int32_t channelId) in TransProxyOnChannelClosed() function
H A Dsoftbus_proxychannel_listener.c41 int32_t ret = TransProxyOnChannelClosed(pkgName, pid, channelId); in NotifyNormalChannelClosed()