Home
last modified time | relevance | path

Searched refs:setPowerSupplyError (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.hpp132 setPowerSupplyError(""); in clearFaults()
173 void setPowerSupplyError(const std::string& psuErrorString);
H A Dpsu_manager.cpp489 void PSUManager::setPowerSupplyError(const std::string& psuErrorString) in setPowerSupplyError() function in phosphor::power::manager::PSUManager
539 setPowerSupplyError(faultName); in createError()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpower_interface.hpp88 virtual void setPowerSupplyError(const std::string& error) = 0;
H A Dpower_control.hpp67 void setPowerSupplyError(const std::string& error) override;
H A Dpower_interface.cpp258 pwrObj->setPowerSupplyError(psError); in callbackSetPowerSupplyError()
H A Dpower_control.cpp211 void PowerControl::setPowerSupplyError(const std::string& error) in setPowerSupplyError() function in phosphor::power::sequencer::PowerControl