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
49 ValueObject(bus, objPath, in HostSensor()
50 defer ? ValueObject::action::defer_emit in HostSensor()
51 : ValueObject::action::emit_object_added) in HostSensor()
H A Dhost.cpp80 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), bus(bus), name(name) in VirtualSensor()
119 ValueObject(bus, objPath, action::defer_emit), bus(bus), name(name), in VirtualSensor()
/openbmc/phosphor-hwmon/
H A Dsensor.cpp120 std::shared_ptr<ValueObject> Sensor::addValue( in addValue()
180 auto iface = std::make_shared<ValueObject>(bus, objPath.c_str(), in addValue()
181 ValueObject::action::defer_emit); in addValue()
H A Dinterface.hpp17 using ValueObject = ServerObject<ValueInterface>; typedef
H A Dsensor.hpp110 std::shared_ptr<ValueObject> addValue(
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()