Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbuswrite.cpp33 constexpr const char* pwmInterface = "xyz.openbmc_project.Control.FanPwm"; variable
45 connectionName = helper->getService(pwmInterface, path); in createDbusWrite()
84 mesg.append(pwmInterface, "Target", in write()
114 connectionName = helper->getService(pwmInterface, path); in createDbusWrite()
146 mesg.append(pwmInterface, "Target", in write()
H A Ddbusconfiguration.cpp848 std::string pwmInterface; in init() local
857 pwmInterface = outputSensorInterfaces.at(0).second; in init()
865 pwmInterface = in init()
868 if (defaultPwmInterface != pwmInterface) in init()
872 "] has an interface [" + pwmInterface + in init()