Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/
H A Dzone.cpp266 if (std::find(_thermalInputs.begin(), _thermalInputs.end(), therm) == in addThermalInput()
267 _thermalInputs.end()) in addThermalInput()
269 _thermalInputs.push_back(therm); in addThermalInput()
433 for (const auto& t : _thermalInputs) in initializeLog()
480 for (const auto& t : _thermalInputs) in updateFanTelemetry()
493 _thermalInputs, std::chrono::high_resolution_clock::now()); in updateSensors()
511 for (const auto& t : _thermalInputs) in initializeCache()
566 return _thermalInputs; in getSensorNames()
H A Dzone.hpp234 std::vector<std::string> _thermalInputs; member in pid_control::DbusPidZone