Searched refs:PIDConf (Results 1 – 11 of 11) sorted by relevance
/openbmc/phosphor-pid-control/test/ |
H A D | pid_json_unittest.cpp | 16 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 D | buildjson.cpp | 197 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 D | buildjson.hpp | 21 std::pair<std::map<int64_t, conf::PIDConf>, std::map<int64_t, conf::ZoneConfig>>
|
H A D | builder.hpp | 16 buildZones(const std::map<int64_t, conf::PIDConf>& zonePids,
|
H A D | builder.cpp | 54 buildZones(const std::map<int64_t, conf::PIDConf>& zonePids, in buildZones()
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbusconfiguration.hpp | 55 std::map<int64_t, conf::PIDConf>& zoneConfig,
|
H A D | dbusconfiguration.cpp | 426 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 D | conf.hpp | 93 using PIDConf = std::map<std::string, ControllerInfo>; typedef
|
H A D | util.hpp | 62 const std::map<int64_t, conf::PIDConf>& zoneConfig,
|
H A D | util.cpp | 29 const std::map<int64_t, conf::PIDConf>& zoneConfig, in debugPrint()
|
H A D | main.cpp | 58 std::map<int64_t, conf::PIDConf> zoneConfig = {};
|