Searched refs:hardShutdownIface (Results 1 – 2 of 2) sorted by relevance
494 normal &= checkThresholds(val, hardShutdownIface, changed); in updateVirtualSensor()593 hardShutdownIface = std::make_unique<Threshold<HardShutdownObject>>( in createThresholds()596 hardShutdownIface->hardShutdownHigh(threshold.value( in createThresholds()598 hardShutdownIface->hardShutdownLow(threshold.value( in createThresholds()600 hardShutdownIface->setHighHysteresis( in createThresholds()602 hardShutdownIface->setLowHysteresis( in createThresholds()
177 std::unique_ptr<Threshold<HardShutdownObject>> hardShutdownIface; member in phosphor::virtual_sensor::VirtualSensor