Home
last modified time | relevance | path

Searched refs:PIDConf (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-pid-control/test/
H A Dpid_json_unittest.cpp16 std::map<int64_t, conf::PIDConf> pidConfig; in TEST()
36 std::map<int64_t, conf::PIDConf> pidConfig; in TEST()
83 std::map<int64_t, conf::PIDConf> pidConfig; in TEST()
146 std::map<int64_t, conf::PIDConf> pidConfig; in TEST()
196 std::map<int64_t, conf::PIDConf> pidConfig; in TEST()
281 std::map<int64_t, conf::PIDConf> pidConfig; in TEST()
/openbmc/phosphor-pid-control/pid/
H A Dbuildjson.cpp197 std::pair<std::map<int64_t, conf::PIDConf>, std::map<int64_t, conf::ZoneConfig>>
201 std::map<int64_t, conf::PIDConf> pidConfig; in buildPIDsFromJson()
210 conf::PIDConf thisZone; in buildPIDsFromJson()
H A Dbuildjson.hpp21 std::pair<std::map<int64_t, conf::PIDConf>, std::map<int64_t, conf::ZoneConfig>>
H A Dbuilder.hpp16 buildZones(const std::map<int64_t, conf::PIDConf>& zonePids,
H A Dbuilder.cpp54 buildZones(const std::map<int64_t, conf::PIDConf>& zonePids, in buildZones()
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.hpp55 std::map<int64_t, conf::PIDConf>& zoneConfig,
H A Ddbusconfiguration.cpp426 std::map<int64_t, conf::PIDConf>& zoneConfig, in init()
684 conf::PIDConf& conf = zoneConfig[index]; in init()
966 conf::PIDConf& conf = zoneConfig[index]; in init()
/openbmc/phosphor-pid-control/
H A Dconf.hpp93 using PIDConf = std::map<std::string, ControllerInfo>; typedef
H A Dutil.hpp62 const std::map<int64_t, conf::PIDConf>& zoneConfig,
H A Dutil.cpp29 const std::map<int64_t, conf::PIDConf>& zoneConfig, in debugPrint()
H A Dmain.cpp58 std::map<int64_t, conf::PIDConf> zoneConfig = {};