Searched refs:NotifyClientMsgReceived (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_session.h | 47 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 D | softbus_proxychannel_session.c | 46 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 D | softbus_proxychannel_manager.c | 1093 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 D | softbus_proxy_session_test.cpp | 446 int32_t ret = NotifyClientMsgReceived(pkgName, pid, channelId, &receiveData);
|