Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.hpp295 bool isFaultLogged() const in isFaultLogged() function in phosphor::power::psu::PowerSupply
H A Dpsu_manager.cpp610 if (!psu->isFaultLogged() && !psu->isPresent() && in analyze()
628 else if (!psu->isFaultLogged() && psu->isFaulted()) in analyze()