Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_callback.h41 int32_t TransProxyOnMsgReceived(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.c54 int32_t TransProxyOnMsgReceived(const char *pkgName, int32_t pid, int32_t channelId, in TransProxyOnMsgReceived() function
H A Dsoftbus_proxychannel_session.c52 int32_t ret = TransProxyOnMsgReceived(pkgName, pid, channelId, receiveData); in NotifyClientMsgReceived()