Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_mock_test/
H A Dtrans_channel_manager_mock_test.cpp162 int32_t ret = TransRippleStats(1, 1, trafficStats);
181 int32_t ret = TransRippleStats(1, 1, trafficStats);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_manager.h41 int32_t TransRippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/
H A Dtrans_channel_manager_test.cpp243 int32_t ret = TransRippleStats(channelId, channelType, trafficStats);
246 ret = TransRippleStats(channelId, channelType, NULL);
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp258 return TransRippleStats(channelId, channelType, data); in RippleStats()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c545 int32_t TransRippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) in TransRippleStats() function