Searched refs:hardShutdownIface (Results 1 – 2 of 2) sorted by relevance
476 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()
169 std::unique_ptr<Threshold<HardShutdownObject>> hardShutdownIface; member in phosphor::virtual_sensor::VirtualSensor