Home
last modified time | relevance | path

Searched refs:sensorintf (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-pid-control/
H A Dutil.hpp33 const std::string sensorintf = "xyz.openbmc_project.Sensor.Value"; variable
/openbmc/phosphor-pid-control/dbus/
H A Ddbushelper.hpp17 static constexpr char sensorintf[] = "xyz.openbmc_project.Sensor.Value"; member in pid_control::DbusHelper
H A Ddbushelper.cpp83 pimMsg.append(sensorintf); in getProperties()
H A Ddbuspassive.cpp68 std::string service = helper->getService(sensorintf, path); in createDbusPassive()