Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.cpp595 properties::interface, properties::get, sensorValueInterface, "Value"); in setupMatches()
646 properties::get, sensorValueInterface, "Value"); in setupMatches()
652 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