Searched refs:cycleTime (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-pid-control/ |
H A D | conf.hpp | 86 CycleTime cycleTime; member
|
/openbmc/phosphor-pid-control/test/ |
H A D | pid_json_unittest.cpp | 321 EXPECT_EQ(zoneConfig[1].cycleTime.cycleIntervalTimeMS, in TEST() 323 EXPECT_EQ(zoneConfig[1].cycleTime.updateThermalsTimeMS, in TEST()
|
H A D | pid_zone_unittest.cpp | 65 conf::CycleTime cycleTime; in TEST() local 83 DbusPidZone p(zone, minThermalOutput, failSafePercent, cycleTime, m, in TEST() 121 zoneId, minThermalOutput, failSafePercent, cycleTime, mgr, in PidZoneTest() 143 conf::CycleTime cycleTime; member in pid_control::__anon416c5d230111::PidZoneTest
|
/openbmc/phosphor-pid-control/pid/ |
H A D | buildjson.cpp | 219 thisZoneConfig.cycleTime.cycleIntervalTimeMS); in buildPIDsFromJson() 221 thisZoneConfig.cycleTime.updateThermalsTimeMS); in buildPIDsFromJson()
|
H A D | zone.hpp | 52 conf::CycleTime cycleTime, const SensorManager& mgr, in DbusPidZone() argument 61 _zoneFailSafePercent(failSafePercent), _cycleTime(cycleTime), _mgr(mgr) in DbusPidZone()
|
H A D | builder.cpp | 78 zoneConf->second.failsafePercent, zoneConf->second.cycleTime, mgr, in buildZones()
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbusconfiguration.cpp | 656 details.cycleTime.cycleIntervalTimeMS); in init() 658 details.cycleTime.updateThermalsTimeMS); in init()
|