Searched refs:ValueObject (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-pid-control/sensors/ |
H A D | host.hpp | 17 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 D | host.cpp | 80 return ValueObject::value(value); in value()
|
/openbmc/phosphor-virtual-sensor/ |
H A D | virtualSensor.hpp | 38 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 D | sensor.cpp | 120 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 D | interface.hpp | 17 using ValueObject = ServerObject<ValueInterface>; typedef
|
H A D | sensor.hpp | 110 std::shared_ptr<ValueObject> addValue(
|
H A D | mainloop.cpp | 119 std::any_cast<std::shared_ptr<ValueObject>&>(iface.second); in updateSensorInterfaces() 243 auto valueInterface = static_cast<std::shared_ptr<ValueObject>>(nullptr); in getObject()
|