Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
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()
H A Dsensor.hpp23 constexpr const char* sensorValueInterface = "xyz.openbmc_project.Sensor.Value"; variable