Searched refs:doUpdate (Results 1 – 13 of 13) sorted by relevance
124 bool Activation::doUpdate(const std::string& psuInventoryPath) in doUpdate() function in phosphor::software::updater::Activation145 bool Activation::doUpdate() in doUpdate() function in phosphor::software::updater::Activation156 return doUpdate(psu); in doUpdate()174 doUpdate(); // Update the next psu in onUpdateDone()251 if (doUpdate()) in startActivation()
218 bool doUpdate(const std::string& psuInventoryPath);224 bool doUpdate();
84 TEST_F(TestUpdater, doUpdate) in TEST_F() argument93 updater->doUpdate(); in TEST_F()
58 int doUpdate() override;
116 virtual int doUpdate();
208 int ret = updaterPtr->doUpdate(); in update()373 int Updater::doUpdate() in doUpdate() function in updater::Updater
73 int AeiUpdater::doUpdate() in doUpdate() function in aeiUpdater::AeiUpdater
23 sdbusplus::async::task<bool> doUpdate() override;
153 virtual sdbusplus::async::task<bool> doUpdate() = 0;
245 sdbusplus::async::task<bool> LatticeXO3CPLD::doUpdate() in doUpdate() function in phosphor::software::cpld::LatticeXO3CPLD
347 sdbusplus::async::task<bool> LatticeXO5CPLD::doUpdate() in doUpdate() function in phosphor::software::cpld::LatticeXO5CPLD
74 result = co_await doUpdate(); in updateFirmware()