Home
last modified time | relevance | path

Searched refs:pollReadReady (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_helper_unittest.cpp60 EXPECT_NO_THROW(pollReadReady(session, &blobMock)); in TEST_F()
72 EXPECT_THROW(pollReadReady(session, &blobMock), ToolException); in TEST_F()
89 EXPECT_NO_THROW(pollReadReady(session, &blobMock)); in TEST_F()
106 EXPECT_THROW(pollReadReady(session, &blobMock), ToolException); in TEST_F()
/openbmc/phosphor-ipmi-flash/tools/
H A Dhelper.hpp26 uint32_t pollReadReady(std::uint16_t session, ipmiblob::BlobInterface* blob);
H A Dhelper.cpp130 uint32_t pollReadReady(std::uint16_t session, ipmiblob::BlobInterface* blob) in pollReadReady() function
H A Dhandler.cpp178 auto size = pollReadReady(*session, blob); in retryReadVersion()