Searched refs:trafficStats (Results 1 – 9 of 9) 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 | 156 TrafficStats *trafficStats = (TrafficStats *)SoftBusCalloc(sizeof(TrafficStats)); variable 157 ASSERT_TRUE(trafficStats != nullptr); 158 trafficStats->stats[0] = 't'; 159 trafficStats->stats[1] = 'e'; 162 int32_t ret = TransRippleStats(1, 1, trafficStats); 164 SoftBusFree(trafficStats); 176 ASSERT_TRUE(trafficStats != nullptr); 177 trafficStats->stats[0] = 't'; 178 trafficStats->stats[1] = 'e'; 181 int32_t ret = TransRippleStats(1, 1, trafficStats); [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/ |
H A D | transserverproxyextern_fuzzer.cpp | 203 TrafficStats trafficStats; in ServerIpcRippleStatsTest() local 204 trafficStats.stats[0] = 't'; in ServerIpcRippleStatsTest() 205 trafficStats.stats[1] = 'e'; in ServerIpcRippleStatsTest() 206 (void)ServerIpcRippleStats(channelId, channelType, &trafficStats); in ServerIpcRippleStatsTest()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/ |
H A D | trans_network_statistics.c | 320 char *trafficStats = cJSON_PrintUnformatted(json); in DfxRecordTransChannelStatistics() local 322 COMM_CHECK_AND_RETURN_LOGW(trafficStats != NULL, COMM_DFX, "cJSON_PrintUnformatted fail"); in DfxRecordTransChannelStatistics() 325 .trafficStats = trafficStats in DfxRecordTransChannelStatistics() 328 cJSON_free(trafficStats); in DfxRecordTransChannelStatistics()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/ |
H A D | trans_channel_manager_test.cpp | 239 TrafficStats *trafficStats = (TrafficStats *)SoftBusCalloc(sizeof(TrafficStats)); variable 240 ASSERT_TRUE(trafficStats != nullptr); 241 memset_s(trafficStats, sizeof(TrafficStats), 0, sizeof(TrafficStats)); 243 int32_t ret = TransRippleStats(channelId, channelType, trafficStats);
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
H A D | trans_event_form.h | 99 const char *trafficStats; // TRAFFIC_STATS member
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | trans_event_converter.h | 64 TRANS_ASSIGNER(LongString, TrafficStats, trafficStats)
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/ |
H A D | trans_event_test.cpp | 89 .trafficStats = "localpdaihw1f6nknjd2hkfhxljxypkr6kvjsbhnhpp16974uo4fvsrpfa6t50fm",
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | trans_hisysevent_matcher.h | 86 MatchTransEventNameTypeExtraStrParam(params, ++index, extra.trafficStats);
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | instant_statistics.cpp | 930 .trafficStats = info in InstGetAllInfo()
|