Home
last modified time | relevance | path

Searched defs:OnRippleStats (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_manager.h68 void OnRippleStats(const TrafficStats *data) override in OnRippleStats() function
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H A Dstream_adaptor_listener.h117 void OnRippleStats(const TrafficStats *data) override in OnRippleStats() function
H A Dclient_trans_udp_stream_interface.h51 void (*OnRippleStats)(int32_t channelId, const TrafficStats *data); member
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/src/
H A Dclient_trans_stream.c106 static void OnRippleStats(int32_t channelId, const TrafficStats *data) in OnRippleStats() function