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 D | trans_channel_manager_mock_test.cpp | 162 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 D | trans_channel_manager.h | 41 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 D | trans_channel_manager_test.cpp | 243 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 D | softbus_server.cpp | 258 return TransRippleStats(channelId, channelType, data); in RippleStats()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_manager.c | 545 int32_t TransRippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) in TransRippleStats() function
|