Searched refs:warningIface (Results 1 – 2 of 2) sorted by relevance
491 normal &= checkThresholds(val, warningIface, changed); in updateVirtualSensor()558 warningIface = std::make_unique<Threshold<WarningObject>>( in createThresholds()563 warningIface->setEntityInterfaceHigh( in createThresholds()570 warningIface->setEntityInterfaceLow( in createThresholds()576 warningIface->setEntityPath(entityPath); in createThresholds()580 warningIface->warningHigh(threshold.value( in createThresholds()582 warningIface->warningLow(threshold.value( in createThresholds()584 warningIface->setHighHysteresis( in createThresholds()586 warningIface->setLowHysteresis( in createThresholds()
173 std::unique_ptr<Threshold<WarningObject>> warningIface; member in phosphor::virtual_sensor::VirtualSensor