Home
last modified time | relevance | path

Searched refs:psuQueue (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.cpp148 if (psuQueue.empty()) in doUpdate()
155 const auto& psu = psuQueue.front(); in doUpdate()
173 psuQueue.pop(); in onUpdateDone()
180 lg2::error("Failed to update PSU {PSU}", "PSU", psuQueue.front()); in onUpdateFailed()
181 std::queue<std::string>().swap(psuQueue); // Clear the queue in onUpdateFailed()
219 psuQueue.push(p); in startActivation()
227 if (psuQueue.empty()) in startActivation()
250 progressStep = 80 / psuQueue.size(); in startActivation()
H A Dactivation.hpp270 std::queue<std::string> psuQueue; member in phosphor::software::updater::Activation
/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_activation.cpp66 return activation->psuQueue; in getPsuQueue()
353 const auto& psuQueue = getPsuQueue(); in TEST_F() local
354 EXPECT_EQ(3U, psuQueue.size()); in TEST_F()