Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/
H A Dutil.cpp157 splitNames(const std::vector<conf::SensorInput>& sensorInputs) in splitNames() argument
161 for (const auto& sensorInput : sensorInputs) in splitNames()
H A Dutil.hpp56 splitNames(const std::vector<conf::SensorInput>& sensorInputs);
/openbmc/phosphor-pid-control/pid/
H A Dzone.hpp134 void processSensorInputs(const std::vector<std::string>& sensorInputs, in processSensorInputs() argument
137 for (const auto& sensorInput : sensorInputs) in processSensorInputs()
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp928 std::vector<pid_control::conf::SensorInput> sensorInputs = in init() local
935 info.inputs = std::move(sensorInputs); in init()
943 sensorInputs) in init()