Home
last modified time | relevance | path

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

/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.cpp476 checkThresholds(val, hardShutdownIface); in updateVirtualSensor()
559 hardShutdownIface = std::make_unique<Threshold<HardShutdownObject>>( in createThresholds()
562 hardShutdownIface->hardShutdownHigh(threshold.value( in createThresholds()
564 hardShutdownIface->hardShutdownLow(threshold.value( in createThresholds()
566 hardShutdownIface->setHighHysteresis( in createThresholds()
568 hardShutdownIface->setLowHysteresis( in createThresholds()
H A DvirtualSensor.hpp169 std::unique_ptr<Threshold<HardShutdownObject>> hardShutdownIface; member in phosphor::virtual_sensor::VirtualSensor