Home
last modified time | relevance | path

Searched refs:sensorValueInterface (Results 1 – 3 of 3) sorted by relevance

/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.cpp579 properties::interface, properties::get, sensorValueInterface, "Value"); in setupMatches()
627 properties::get, sensorValueInterface, "Value"); in setupMatches()
633 std::array<const char*, 1>{sensorValueInterface}); in setupMatches()
/openbmc/dbus-sensors/src/
H A Dsensor.hpp32 constexpr const char* sensorValueInterface = "xyz.openbmc_project.Sensor.Value"; variable
/openbmc/dbus-sensors/src/smbpbi/
H A DSmbpbiSensor.cpp71 objectServer.add_interface(sensorPath + name, sensorValueInterface); in SmbpbiSensor()