Lines Matching refs:defaultHysteresis
11 static constexpr auto defaultHysteresis = 0; variable
551 threshold.value("CriticalHighHysteresis", defaultHysteresis)); in createThresholds()
553 threshold.value("CriticalLowHysteresis", defaultHysteresis)); in createThresholds()
585 threshold.value("WarningHighHysteresis", defaultHysteresis)); in createThresholds()
587 threshold.value("WarningLowHysteresis", defaultHysteresis)); in createThresholds()
601 threshold.value("HardShutdownHighHysteresis", defaultHysteresis)); in createThresholds()
603 threshold.value("HardShutdownLowHysteresis", defaultHysteresis)); in createThresholds()
617 threshold.value("SoftShutdownHighHysteresis", defaultHysteresis)); in createThresholds()
619 threshold.value("SoftShutdownLowHysteresis", defaultHysteresis)); in createThresholds()
633 "PerformanceLossHighHysteresis", defaultHysteresis)); in createThresholds()
635 threshold.value("PerformanceLossLowHysteresis", defaultHysteresis)); in createThresholds()