Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/
H A Dbuilder.cpp55 std::map<int64_t, conf::ZoneConfig>& zoneConfigs, in buildZones() argument
66 auto zoneConf = zoneConfigs.find(zoneId); in buildZones()
67 if (zoneConf == zoneConfigs.end()) in buildZones()
H A Dbuilder.hpp17 std::map<int64_t, conf::ZoneConfig>& zoneConfigs,