Home
last modified time | relevance | path

Searched refs:OnProxyChannelMsgReceived (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_network_test.cpp269 int32_t ret = OnProxyChannelMsgReceived(channelId, NULL, data, len);
271 ret = OnProxyChannelMsgReceived(channelId, &appInfo, NULL, len);
273 ret = OnProxyChannelMsgReceived(channelId, &appInfo, data, 0);
277 ret = OnProxyChannelMsgReceived(channelId, &appInfo, data, len);
281 ret = OnProxyChannelMsgReceived(channelId, &appInfo, data, len);
285 ret = OnProxyChannelMsgReceived(channelId, &appInfo, data, len);
289 ret = OnProxyChannelMsgReceived(channelId, &appInfo, data, 1);
H A Dsoftbus_proxy_network_test.cpp272 int32_t ret = OnProxyChannelMsgReceived(channelId, NULL, data, len);
274 ret = OnProxyChannelMsgReceived(channelId, &appInfo, NULL, len);
276 ret = OnProxyChannelMsgReceived(channelId, &appInfo, data, 0);
280 ret = OnProxyChannelMsgReceived(channelId, &appInfo, data, len);
284 ret = OnProxyChannelMsgReceived(channelId, &appInfo, data, len);
288 ret = OnProxyChannelMsgReceived(channelId, &appInfo, data, len);
292 ret = OnProxyChannelMsgReceived(channelId, &appInfo, data, 1);
H A Dsoftbus_proxychannel_listener_test.cpp279 int32_t ret = OnProxyChannelMsgReceived(TEST_NUMBER_25, appInfo, data, SESSIONKEYSIZE);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_listener.h29 int32_t OnProxyChannelMsgReceived(int32_t channelId, const AppInfo *appInfo, const char *data, uint…
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c339 int32_t OnProxyChannelMsgReceived(int32_t channelId, const AppInfo *appInfo, const char *data, in OnProxyChannelMsgReceived() function
H A Dsoftbus_proxychannel_manager.c1422 OnProxyChannelMsgReceived(info->channelId, &(info->appInfo), msg->data, msg->dateLen); in TransProxyProcessDataRecv()