Home
last modified time | relevance | path

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

/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.cpp87 bool Activation::doUpdate(const std::string& psuInventoryPath) in doUpdate() function in phosphor::software::updater::Activation
107 bool Activation::doUpdate() in doUpdate() function in phosphor::software::updater::Activation
118 return doUpdate(psu); in doUpdate()
136 doUpdate(); // Update the next psu in onUpdateDone()
208 if (doUpdate()) in startActivation()
H A Dactivation.hpp205 bool doUpdate(const std::string& psuInventoryPath);
211 bool doUpdate();
/openbmc/phosphor-power/tools/power-utils/test/
H A Dtest_updater.cpp94 TEST_F(TestUpdater, doUpdate) in TEST_F() argument
103 updater->doUpdate(); in TEST_F()
/openbmc/phosphor-power/tools/power-utils/
H A Dupdater.hpp87 int doUpdate();
H A Dupdater.cpp97 int ret = updater.doUpdate(); in update()
246 int Updater::doUpdate() in doUpdate() function in updater::Updater