Home
last modified time | relevance | path

Searched refs:minBw (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_alarm.c51 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 Dsoftbus_hidumper_util.c653 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 Dsoftbus_hidumper_util.h45 int32_t minBw; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dtrans_event_test.cpp187 .minBw = 32,
213 .minBw = 5,
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dtrans_event_form.h115 int32_t minBw; member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dtrans_event_converter.h123 TRANS_ALARM_ASSIGNER(Int32, MinBw, minBw)
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dtrans_hisysevent_matcher.h148 MatchTransAlarmNameTypeExtraInt32Param(params, ++index, extra.minBw);