Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/test/
H A Ddevice_updater_test.cpp137 EXPECT_EQ(deviceUpdater.getProgress(), 48); in TEST_F()
153 EXPECT_EQ(deviceUpdater.getProgress(), 48); in TEST_F()
163 EXPECT_EQ(deviceUpdater.getProgress(), 97); in TEST_F()
171 EXPECT_EQ(deviceUpdater.getProgress(), 98); in TEST_F()
178 EXPECT_EQ(deviceUpdater.getProgress(), 99); in TEST_F()
186 EXPECT_EQ(deviceUpdater.getProgress(), 100); in TEST_F()
/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_activation.cpp60 int getProgress() const in getProgress() function in TestActivation
179 EXPECT_EQ(10, getProgress()); in TEST_F()
186 EXPECT_EQ(30, getProgress()); in TEST_F()
193 EXPECT_EQ(50, getProgress()); in TEST_F()
200 EXPECT_EQ(70, getProgress()); in TEST_F()
231 EXPECT_EQ(10, getProgress()); in TEST_F()
238 EXPECT_EQ(30, getProgress()); in TEST_F()
358 EXPECT_EQ(10, getProgress()); in TEST_F()
362 EXPECT_EQ(36, getProgress()); in TEST_F()
366 EXPECT_EQ(62, getProgress()); in TEST_F()
/openbmc/pldm/fw-update/
H A Ddevice_updater.hpp79 uint8_t getProgress() const;
155 uint8_t getProgress() const;
H A Dupdate_manager.cpp336 return lhs.second->getProgress() < rhs.second->getProgress(); in updateActivationProgress()
344 uint8_t progress = min->second->getProgress(); in updateActivationProgress()
H A Ddevice_updater.cpp35 uint8_t UpdateProgress::getProgress() const in getProgress() function in pldm::fw_update::UpdateProgress
1041 uint8_t DeviceUpdater::getProgress() const in getProgress() function in pldm::fw_update::DeviceUpdater
1059 el.getTotalSize() * static_cast<uint64_t>(el.getProgress()); in getProgress()