Searched refs:psuQueue (Results 1 – 3 of 3) sorted by relevance
148 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()
270 std::queue<std::string> psuQueue; member in phosphor::software::updater::Activation
66 return activation->psuQueue; in getPsuQueue()353 const auto& psuQueue = getPsuQueue(); in TEST_F() local354 EXPECT_EQ(3U, psuQueue.size()); in TEST_F()