Searched refs:softShutdownIface (Results 1 – 2 of 2) sorted by relevance
475 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()
167 std::unique_ptr<Threshold<SoftShutdownObject>> softShutdownIface; member in phosphor::virtual_sensor::VirtualSensor