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.hpp21 using ValueObject = ServerObject<ValueInterface>; typedef
43 class HostSensor : public Sensor, public ValueObject
54 ValueObject(bus, objPath, in HostSensor()
55 defer ? ValueObject::action::defer_emit in HostSensor()
56 : ValueObject::action::emit_object_added) in HostSensor()
H A Dhost.cpp78 return ValueObject::value(value); in value()
/openbmc/phosphor-virtual-sensor/src/
H A DvirtualSensor.hpp38 using ValueObject = ServerObject<ValueIface>; typedef
85 class VirtualSensor : public ValueObject
102 ValueObject(bus, objPath, action::defer_emit), bus(bus), name(name), in VirtualSensor()
123 ValueObject(bus, objPath, action::defer_emit), bus(bus), name(name), in VirtualSensor()
/openbmc/phosphor-hwmon/
H A Dinterface.hpp17 using ValueObject = ServerObject<ValueInterface>; typedef
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 Dsensor.hpp110 std::shared_ptr<ValueObject> addValue(
H A Dmainloop.cpp118 std::any_cast<std::shared_ptr<ValueObject>&>(iface.second); in updateSensorInterfaces()
241 auto valueInterface = static_cast<std::shared_ptr<ValueObject>>(nullptr); in getObject()