Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/
H A Dzone.cpp226 _thermals.push_back(std::move(pid)); in addThermalPID()
354 for (auto& p : _thermals) in determineMaxSetPointRequest()
550 for (auto& p : _thermals) in processThermals()
H A Dzone.hpp232 std::vector<std::unique_ptr<Controller>> _thermals; member in pid_control::DbusPidZone