Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_network.c84 if (entry == NULL || entry->listener.onMessageReceived == NULL) { in NotifyNetworkingMsgReceived()
87 entry->listener.onMessageReceived(channelId, data, len); in NotifyNetworkingMsgReceived()
H A Dsoftbus_proxychannel_pipeline.c642 .onMessageReceived = TransProxyPipelineOnMessageReceived, in TransProxyPipelineInit()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/interface/
H A Dsoftbus_transmission_interface.h62 void (*onMessageReceived)(int32_t channelId, const char *data, uint32_t len); member
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_network_test.cpp134 listener.onMessageReceived = TransProxyNetworkTest::TestOnNetworkMessageReceived; in TestRegisterNetworkingChannelListener()
H A Dsoftbus_proxy_network_test.cpp134 listener.onMessageReceived = SoftbusProxyNetworkTest::TestOnNetworkMessageReceived; in TestRegisterNetworkingChannelListener()