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