Home
last modified time | relevance | path

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

/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp29 using PerformanceLossObject = ServerObject<threshold_ns::PerformanceLoss>; typedef
530 struct Threshold<PerformanceLossObject> :
531 public PerformanceLossObject,
540 using PerformanceLossObject::PerformanceLossObject;
558 PerformanceLossObject(bus, path), bus(bus), objPath(std::string(path)), in Threshold()
H A DvirtualSensor.hpp179 std::unique_ptr<Threshold<PerformanceLossObject>> perfLossIface;
H A DvirtualSensor.cpp625 perfLossIface = std::make_unique<Threshold<PerformanceLossObject>>( in createThresholds()