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.cpp110 if (psuQueue.empty()) in doUpdate()
117 const auto& psu = psuQueue.front(); in doUpdate()
135 psuQueue.pop(); in onUpdateDone()
143 entry("PSU=%s", psuQueue.front().c_str())); in onUpdateFailed()
144 std::queue<std::string>().swap(psuQueue); // Clear the queue in onUpdateFailed()
175 psuQueue.push(p); in startActivation()
184 if (psuQueue.empty()) in startActivation()
207 progressStep = 80 / psuQueue.size(); in startActivation()
H A Dactivation.hpp252 std::queue<std::string> psuQueue; member in phosphor::software::updater::Activation
/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_activation.cpp55 return activation->psuQueue; in getPsuQueue()
328 const auto& psuQueue = getPsuQueue(); in TEST_F() local
329 EXPECT_EQ(3u, psuQueue.size()); in TEST_F()