Home
last modified time | relevance | path

Searched refs:ValueObject (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-pid-control/sensors/
H A Dhost.hpp17 using ValueObject = ServerObject<ValueInterface>; typedef
39 class HostSensor : public Sensor, public ValueObject
50 ValueObject(bus, objPath, in HostSensor()
51 defer ? ValueObject::action::defer_emit in HostSensor()
52 : ValueObject::action::emit_object_added) in HostSensor()
H A Dhost.cpp81 return ValueObject::value(value); in value()
/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.hpp38 using ValueObject = ServerObject<ValueIface>; typedef
85 class VirtualSensor : public ValueObject
99 ValueObject(bus, objPath, action::defer_emit), in VirtualSensor()
120 ValueObject(bus, objPath, action::defer_emit), in VirtualSensor()
/openbmc/phosphor-hwmon/
H A Dsensor.cpp120 std::shared_ptr<ValueObject> Sensor::addValue(const RetryIO& retryIO, in addValue()
181 auto iface = std::make_shared<ValueObject>(bus, objPath.c_str(), in addValue()
182 ValueObject::action::defer_emit); in addValue()
H A Dinterface.hpp17 using ValueObject = ServerObject<ValueInterface>; typedef
H A Dsensor.hpp110 std::shared_ptr<ValueObject> addValue(const RetryIO& retryIO,
H A Dmainloop.cpp119 std::any_cast<std::shared_ptr<ValueObject>&>(iface.second); in updateSensorInterfaces()
242 auto valueInterface = static_cast<std::shared_ptr<ValueObject>>(nullptr); in getObject()