Home
last modified time | relevance | path

Searched refs:updateProgress (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-ipmi-flash/tools/
H A Dprogress.hpp16 virtual void updateProgress(std::int64_t bytes) = 0;
32 void updateProgress(std::int64_t bytes) override;
H A Dprogress.cpp24 void ProgressStdoutIndicator::updateProgress(std::int64_t bytes) in updateProgress() function in host_tool::ProgressStdoutIndicator
H A Dbt.cpp40 progress->updateProgress(bytesRead); in sendContents()
H A Dp2a.cpp122 progress->updateProgress(bytesRead); in sendContents()
H A Dlpc.cpp147 progress->updateProgress(bytesRead); in sendContents()
H A Dnet.cpp124 progress->updateProgress(bytesSent); in sendContents()
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dprogress_mock.hpp15 MOCK_METHOD(void, updateProgress, (std::int64_t), (override));
H A Dtools_net_unittest.cpp181 EXPECT_CALL(progMock, updateProgress(fakeFileSize)); in TEST_F()
210 EXPECT_CALL(progMock, updateProgress(chunkSize)); in TEST_F()
261 EXPECT_CALL(progMock, updateProgress(chunkSize)); in TEST_F()
H A Dtools_bt_unittest.cpp66 EXPECT_CALL(progMock, updateProgress(bytes.size())); in TEST_F()