Home
last modified time | relevance | path

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

/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp24 using HardShutdownObject = ServerObject<threshold_ns::HardShutdown>; typedef
345 struct Threshold<HardShutdownObject> :
346 public HardShutdownObject,
350 using HardShutdownObject::HardShutdownObject;
H A DvirtualSensor.hpp169 std::unique_ptr<Threshold<HardShutdownObject>> hardShutdownIface;
H A DvirtualSensor.cpp559 hardShutdownIface = std::make_unique<Threshold<HardShutdownObject>>( in createThresholds()