Searched refs:NotifyNetworkingMsgReceived (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_network.h | 34 void NotifyNetworkingMsgReceived(const char *sessionName, int32_t channelId, const char *data, uint…
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | trans_proxy_network_test.cpp | 154 NotifyNetworkingMsgReceived(1, NULL, 0); 175 NotifyNetworkingMsgReceived(1, NULL, 0);
|
H A D | softbus_proxy_network_test.cpp | 157 NotifyNetworkingMsgReceived(sessionName, 1, NULL, 0); 180 NotifyNetworkingMsgReceived(sessionName, 1, NULL, 0);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_network.c | 81 void NotifyNetworkingMsgReceived(const char *sessionName, int32_t channelId, const char *data, uint… in NotifyNetworkingMsgReceived() function
|
H A D | softbus_proxychannel_listener.c | 353 NotifyNetworkingMsgReceived(appInfo->myData.sessionName, channelId, data, len); in OnProxyChannelMsgReceived()
|