Home
last modified time | relevance | path

Searched refs:thermalAlert (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Dpower_interface.hpp39 virtual void thermalAlert(bool alert) = 0;
81 void thermalAlert(bool alert) override in thermalAlert() function in phosphor::fan::monitor::PowerInterface
H A Dpower_off_action.hpp398 _powerIface->thermalAlert(true); in serviceModeTimerExpired()
/openbmc/phosphor-fan-presence/monitor/test/
H A Dmock_power_interface.hpp15 MOCK_METHOD(void, thermalAlert, (bool), (override));