Home
last modified time | relevance | path

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

/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.cpp475 checkThresholds(val, softShutdownIface); in updateVirtualSensor()
575 softShutdownIface = std::make_unique<Threshold<SoftShutdownObject>>( in createThresholds()
578 softShutdownIface->softShutdownHigh(threshold.value( in createThresholds()
580 softShutdownIface->softShutdownLow(threshold.value( in createThresholds()
582 softShutdownIface->setHighHysteresis( in createThresholds()
584 softShutdownIface->setLowHysteresis( in createThresholds()
H A DvirtualSensor.hpp167 std::unique_ptr<Threshold<SoftShutdownObject>> softShutdownIface; member in phosphor::virtual_sensor::VirtualSensor