Home
last modified time | relevance | path

Searched refs:PerformanceLossObject (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp25 using PerformanceLossObject = ServerObject<threshold_ns::PerformanceLoss>; typedef
399 struct Threshold<PerformanceLossObject> :
400 public PerformanceLossObject,
404 using PerformanceLossObject::PerformanceLossObject;
H A DvirtualSensor.hpp171 std::unique_ptr<Threshold<PerformanceLossObject>> perfLossIface;
H A DvirtualSensor.cpp591 perfLossIface = std::make_unique<Threshold<PerformanceLossObject>>( in createThresholds()