Home
last modified time | relevance | path

Searched refs:NotifyNetworkingMsgReceived (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_network.h34 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 Dtrans_proxy_network_test.cpp154 NotifyNetworkingMsgReceived(1, NULL, 0);
175 NotifyNetworkingMsgReceived(1, NULL, 0);
H A Dsoftbus_proxy_network_test.cpp157 NotifyNetworkingMsgReceived(sessionName, 1, NULL, 0);
180 NotifyNetworkingMsgReceived(sessionName, 1, NULL, 0);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_network.c81 void NotifyNetworkingMsgReceived(const char *sessionName, int32_t channelId, const char *data, uint… in NotifyNetworkingMsgReceived() function
H A Dsoftbus_proxychannel_listener.c353 NotifyNetworkingMsgReceived(appInfo->myData.sessionName, channelId, data, len); in OnProxyChannelMsgReceived()