Searched refs:minBw (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/ |
H A D | softbus_hidumper_alarm.c | 51 if (record->minBw > 0) { in SoftBusGetAlarmInfo() 52 SOFTBUS_DPRINTF(fd, ", MinBw=%d", record->minBw); in SoftBusGetAlarmInfo() 56 SOFTBUS_DPRINTF(fd, ", MethodId=%d", record->minBw); in SoftBusGetAlarmInfo()
|
H A D | softbus_hidumper_util.c | 653 int32_t minBw = GetInt32ValueByRecord(&srcRecord[i], MIN_BW_NAME); in OnQueryAlarm() local 654 if (minBw != SOFTBUS_HISYSEVENT_GET_VALUE_ERR) { in OnQueryAlarm() 655 record->minBw = minBw; in OnQueryAlarm()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/include/ |
H A D | softbus_hidumper_util.h | 45 int32_t minBw; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/ |
H A D | trans_event_test.cpp | 187 .minBw = 32, 213 .minBw = 5,
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/ |
H A D | trans_event_form.h | 115 int32_t minBw; member
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | trans_event_converter.h | 123 TRANS_ALARM_ASSIGNER(Int32, MinBw, minBw)
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | trans_hisysevent_matcher.h | 148 MatchTransAlarmNameTypeExtraInt32Param(params, ++index, extra.minBw);
|