Home
last modified time | relevance | path

Searched refs:doUpdate (Results 1 – 13 of 13) sorted by relevance

/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.cpp124 bool Activation::doUpdate(const std::string& psuInventoryPath) in doUpdate() function in phosphor::software::updater::Activation
145 bool Activation::doUpdate() in doUpdate() function in phosphor::software::updater::Activation
156 return doUpdate(psu); in doUpdate()
174 doUpdate(); // Update the next psu in onUpdateDone()
251 if (doUpdate()) in startActivation()
H A Dactivation.hpp218 bool doUpdate(const std::string& psuInventoryPath);
224 bool doUpdate();
/openbmc/phosphor-power/tools/power-utils/test/
H A Dtest_updater.cpp84 TEST_F(TestUpdater, doUpdate) in TEST_F() argument
93 updater->doUpdate(); in TEST_F()
/openbmc/phosphor-power/tools/power-utils/
H A Daei_updater.hpp58 int doUpdate() override;
H A Dupdater.hpp116 virtual int doUpdate();
H A Dupdater.cpp208 int ret = updaterPtr->doUpdate(); in update()
373 int Updater::doUpdate() in doUpdate() function in updater::Updater
H A Daei_updater.cpp73 int AeiUpdater::doUpdate() in doUpdate() function in aeiUpdater::AeiUpdater
/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_xo3_cpld.hpp23 sdbusplus::async::task<bool> doUpdate() override;
H A Dlattice_xo5_cpld.hpp23 sdbusplus::async::task<bool> doUpdate() override;
H A Dlattice_base_cpld.hpp153 virtual sdbusplus::async::task<bool> doUpdate() = 0;
H A Dlattice_xo3_cpld.cpp245 sdbusplus::async::task<bool> LatticeXO3CPLD::doUpdate() in doUpdate() function in phosphor::software::cpld::LatticeXO3CPLD
H A Dlattice_xo5_cpld.cpp347 sdbusplus::async::task<bool> LatticeXO5CPLD::doUpdate() in doUpdate() function in phosphor::software::cpld::LatticeXO5CPLD
H A Dlattice_base_cpld.cpp74 result = co_await doUpdate(); in updateFirmware()