Home
last modified time | relevance | path

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

/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.cpp473 checkThresholds(val, warningIface); in updateVirtualSensor()
524 warningIface = in createThresholds()
529 warningIface->setEntityInterfaceHigh( in createThresholds()
536 warningIface->setEntityInterfaceLow( in createThresholds()
542 warningIface->setEntityPath(entityPath); in createThresholds()
546 warningIface->warningHigh(threshold.value( in createThresholds()
548 warningIface->warningLow(threshold.value( in createThresholds()
550 warningIface->setHighHysteresis( in createThresholds()
552 warningIface->setLowHysteresis( in createThresholds()
H A DvirtualSensor.hpp165 std::unique_ptr<Threshold<WarningObject>> warningIface; member in phosphor::virtual_sensor::VirtualSensor