Searched refs:perfLossIface (Results 1 – 2 of 2) sorted by relevance
472 checkThresholds(val, perfLossIface); in updateVirtualSensor()591 perfLossIface = std::make_unique<Threshold<PerformanceLossObject>>( in createThresholds()594 perfLossIface->performanceLossHigh(threshold.value( in createThresholds()596 perfLossIface->performanceLossLow(threshold.value( in createThresholds()598 perfLossIface->setHighHysteresis(threshold.value( in createThresholds()600 perfLossIface->setLowHysteresis( in createThresholds()
171 std::unique_ptr<Threshold<PerformanceLossObject>> perfLossIface; member in phosphor::virtual_sensor::VirtualSensor