Home
last modified time | relevance | path

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

/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp28 using HardShutdownObject = ServerObject<threshold_ns::HardShutdown>; typedef
446 struct Threshold<HardShutdownObject> :
447 public HardShutdownObject,
457 using HardShutdownObject::HardShutdownObject;
473 HardShutdownObject(bus, path), bus(bus), objPath(std::string(path)), in Threshold()
H A DvirtualSensor.hpp177 std::unique_ptr<Threshold<HardShutdownObject>> hardShutdownIface;
H A DvirtualSensor.cpp593 hardShutdownIface = std::make_unique<Threshold<HardShutdownObject>>( in createThresholds()