Home
last modified time | relevance | path

Searched refs:skipRulesCheck (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.hpp79 void fanStatusChange(const Fan& fan, bool skipRulesCheck = false);
H A Dsystem.cpp336 void System::fanStatusChange(const Fan& fan, bool skipRulesCheck) in fanStatusChange() argument
340 if (_powerState->isPowerOn() && !skipRulesCheck) in fanStatusChange()