Home
last modified time | relevance | path

Searched refs:NotifyClientMsgReceived (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_session.h47 int32_t NotifyClientMsgReceived(const char *pkgName, int32_t pid, int32_t channelId, TransReceiveDa…
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_session.c46 int32_t NotifyClientMsgReceived(const char *pkgName, int32_t pid, int32_t channelId, TransReceiveDa… in NotifyClientMsgReceived() function
226 int32_t ret = NotifyClientMsgReceived(pkgName, pid, channelId, &receiveData); in TransOnNormalMsgReceived()
H A Dsoftbus_proxychannel_manager.c1093 if (NotifyClientMsgReceived(chan->appInfo.myData.pkgName, chan->appInfo.myData.pid, in TransProxyFastDataRecv()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxy_session_test.cpp446 int32_t ret = NotifyClientMsgReceived(pkgName, pid, channelId, &receiveData);