Searched refs:propertiesintf (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-pid-control/ipmi/ |
H A D | dbus_mode.cpp | 38 static constexpr auto propertiesintf = "org.freedesktop.DBus.Properties"; variable 57 propertiesintf, "GetAll"); in getFanCtrlProperty() 89 propertiesintf, "Set"); in setFanCtrlProperty()
|
/openbmc/phosphor-pid-control/ |
H A D | setsensor.cpp | 23 static constexpr auto propertiesintf = "org.freedesktop.DBus.Properties"; variable 35 busname.c_str(), path.c_str(), propertiesintf, "Set"); in SetHostSensor() 68 busname.c_str(), path.c_str(), propertiesintf, "Set"); in SetManualMode()
|
H A D | util.hpp | 36 const std::string propertiesintf = "org.freedesktop.DBus.Properties"; variable
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbushelper.hpp | 18 static constexpr char propertiesintf[] = "org.freedesktop.DBus.Properties"; member in pid_control::DbusHelper 52 propertiesintf, "Get"); in getProperty()
|
H A D | dbushelper.cpp | 81 propertiesintf, "GetAll"); in getProperties() 152 propertiesintf, "GetAll"); in thresholdsAsserted() 188 propertiesintf, "GetAll"); in thresholdsAsserted()
|