Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.cpp113 auto match = getMatchString(std::nullopt, util::FAN_SENSOR_VALUE_INTF); in TachSensor()
157 _bus, _name, util::FAN_SENSOR_VALUE_INTF, FAN_VALUE_PROPERTY); in updateTachAndTarget()
303 readPropertyFromMessage(msg, util::FAN_SENSOR_VALUE_INTF, in handleTachChange()
H A Dsystem.cpp139 std::set<std::string> unique_interfaces{util::FAN_SENSOR_VALUE_INTF}; in subscribeSensorsToServices()
/openbmc/phosphor-fan-presence/
H A Dutility.hpp38 constexpr auto FAN_SENSOR_VALUE_INTF = "xyz.openbmc_project.Sensor.Value"; variable