Home
last modified time | relevance | path

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

/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp27 using SoftShutdownObject = ServerObject<threshold_ns::SoftShutdown>; typedef
362 struct Threshold<SoftShutdownObject> :
363 public SoftShutdownObject,
373 using SoftShutdownObject::SoftShutdownObject;
389 SoftShutdownObject(bus, path), bus(bus), objPath(std::string(path)), in Threshold()
H A DvirtualSensor.hpp175 std::unique_ptr<Threshold<SoftShutdownObject>> softShutdownIface;
H A DvirtualSensor.cpp609 softShutdownIface = std::make_unique<Threshold<SoftShutdownObject>>( in createThresholds()