Home
last modified time | relevance | path

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

/openbmc/phosphor-virtual-sensor/src/
H A DvirtualSensor.cpp11 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()
[all …]