Lines Matching refs:defaultHysteresis
11 static constexpr auto defaultHysteresis = 0; variable
517 threshold.value("CriticalHighHysteresis", defaultHysteresis)); in createThresholds()
519 threshold.value("CriticalLowHysteresis", defaultHysteresis)); in createThresholds()
551 threshold.value("WarningHighHysteresis", defaultHysteresis)); in createThresholds()
553 threshold.value("WarningLowHysteresis", defaultHysteresis)); in createThresholds()
567 threshold.value("HardShutdownHighHysteresis", defaultHysteresis)); in createThresholds()
569 threshold.value("HardShutdownLowHysteresis", defaultHysteresis)); in createThresholds()
583 threshold.value("SoftShutdownHighHysteresis", defaultHysteresis)); in createThresholds()
585 threshold.value("SoftShutdownLowHysteresis", defaultHysteresis)); in createThresholds()
599 "PerformanceLossHighHysteresis", defaultHysteresis)); in createThresholds()
601 threshold.value("PerformanceLossLowHysteresis", defaultHysteresis)); in createThresholds()