Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dmock_sensors.hpp45 MOCK_METHOD(void, endCycle, (), (override));
/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddbus_sensors.hpp61 virtual void endCycle() override;
H A Dsensors.hpp185 virtual void endCycle() = 0;
H A Ddbus_sensors.cpp30 void DBusSensors::endCycle() in endCycle() function in phosphor::power::regulators::DBusSensors
H A Dmanager.cpp212 services.getSensors().endCycle(); in sensorTimerExpired()