Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dmock_sensors.hpp53 MOCK_METHOD(void, startCycle, (), (override));
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dsensors.hpp217 virtual void startCycle() = 0;
H A Ddbus_sensors.hpp73 virtual void startCycle() override;
H A Ddbus_sensors.cpp102 void DBusSensors::startCycle() in startCycle() function in phosphor::power::regulators::DBusSensors
H A Dmanager.cpp202 services.getSensors().startCycle(); in sensorTimerExpired()