Home
last modified time | relevance | path

Searched refs:getCycleIntervalTime (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dzone_interface.hpp94 virtual uint64_t getCycleIntervalTime(void) const = 0;
H A Dpidloop.cpp75 uint64_t msPerFanCycle = zone->getCycleIntervalTime(); in pidControlLoop()
H A Dzone.hpp87 uint64_t getCycleIntervalTime(void) const override;
H A Dzone.cpp209 uint64_t DbusPidZone::getCycleIntervalTime(void) const in getCycleIntervalTime() function in pid_control::DbusPidZone
/openbmc/phosphor-pid-control/test/
H A Dzone_mock.hpp47 MOCK_CONST_METHOD0(getCycleIntervalTime, uint64_t());