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 D | trans_proxy_network_test.cpp | 269 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 D | softbus_proxy_network_test.cpp | 272 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 D | softbus_proxychannel_listener_test.cpp | 279 int32_t ret = OnProxyChannelMsgReceived(TEST_NUMBER_25, appInfo, data, SESSIONKEYSIZE);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_listener.h | 29 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 D | softbus_proxychannel_listener.c | 339 int32_t OnProxyChannelMsgReceived(int32_t channelId, const AppInfo *appInfo, const char *data, in OnProxyChannelMsgReceived() function
|
H A D | softbus_proxychannel_manager.c | 1422 OnProxyChannelMsgReceived(info->channelId, &(info->appInfo), msg->data, msg->dateLen); in TransProxyProcessDataRecv()
|