Home
last modified time | relevance | path

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

/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp23 using SoftShutdownObject = ServerObject<threshold_ns::SoftShutdown>; typedef
291 struct Threshold<SoftShutdownObject> :
292 public SoftShutdownObject,
296 using SoftShutdownObject::SoftShutdownObject;
H A DvirtualSensor.hpp167 std::unique_ptr<Threshold<SoftShutdownObject>> softShutdownIface;
H A DvirtualSensor.cpp575 softShutdownIface = std::make_unique<Threshold<SoftShutdownObject>>( in createThresholds()