Home
last modified time | relevance | path

Searched refs:isThermalType (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dthermalcontroller.hpp43 bool isThermalType(const std::string& typeString);
H A Dthermalcontroller.cpp49 bool isThermalType(const std::string& typeString) in isThermalType() function
H A Dbuilder.cpp107 else if (isThermalType(info.type)) in buildZones()