Home
last modified time | relevance | path

Searched refs:getBlobIds (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_unittest.cpp52 EXPECT_CALL(*m1ptr, getBlobIds()).WillOnce(Return(v)); in TEST()
75 EXPECT_CALL(*m1ptr, getBlobIds()).WillOnce(Return(v1)); in TEST()
76 EXPECT_CALL(*m2ptr, getBlobIds()).WillOnce(Return(v2)); in TEST()
99 EXPECT_CALL(*m1ptr, getBlobIds()).WillOnce(Return(v1)); in TEST()
100 EXPECT_CALL(*m2ptr, getBlobIds()).WillOnce(Return(v2)); in TEST()
130 EXPECT_CALL(*m1ptr, getBlobIds()).WillOnce(Return(v1)); in TEST()
131 EXPECT_CALL(*m2ptr, getBlobIds()).WillOnce(Return(v2)); in TEST()
164 EXPECT_CALL(*m1ptr, getBlobIds()).WillOnce(Return(v1)); in TEST()
165 EXPECT_CALL(*m2ptr, getBlobIds()).WillOnce(Return(v2)); in TEST()
H A Dblob_mock.hpp16 MOCK_METHOD(std::vector<std::string>, getBlobIds, (), (override));
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_state_notyetstarted_unittest.cpp48 auto blobs = handler->getBlobIds(); in TEST_F()
61 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
78 auto blobs = handler->getBlobIds(); in TEST_F()
125 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
H A Dfirmware_state_updatepending_unittest.cpp55 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
81 auto blobs = handler->getBlobIds(); in TEST_F()
246 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
260 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
274 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
288 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
303 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
H A Dfirmware_state_updatecompleted_unittest.cpp53 auto blobsToOpen = handler->getBlobIds(); in TEST_F()
195 handler->getBlobIds(), in TEST_F()
214 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
226 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
241 auto blobs = handler->getBlobIds(); in TEST_F()
256 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
H A Dfirmware_state_verificationcompleted_unittest.cpp58 auto blobs = handler->getBlobIds(); in TEST_F()
93 handler->getBlobIds(), in TEST_F()
202 auto blobs = handler->getBlobIds(); in TEST_F()
214 auto blobs = handler->getBlobIds(); in TEST_F()
305 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
319 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
H A Dfirmware_state_verificationpending_unittest.cpp81 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
96 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
111 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
126 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
144 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
237 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
255 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
H A Dfirmware_state_updatestarted_unittest.cpp51 auto blobsToOpen = handler->getBlobIds(); in TEST_F()
66 handler->getBlobIds(), in TEST_F()
81 auto blobs = handler->getBlobIds(); in TEST_F()
233 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
250 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
H A Dfirmware_state_verificationstarted_unittest.cpp54 auto blobs = handler->getBlobIds(); in TEST_F()
154 auto blobs = handler->getBlobIds(); in TEST_F()
242 auto blobsToOpen = handler->getBlobIds(); in TEST_F()
281 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
298 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
H A Dfirmware_state_uploadinprogress_unittest.cpp51 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
61 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
275 auto blobs = handler->getBlobIds(); in TEST_F()
290 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
H A Dfirmware_close_unittest.cpp41 auto currentBlobs = handler->getBlobIds(); in TEST_F()
71 auto currentBlobs = handler->getBlobIds(); in TEST_F()
H A Dfirmware_state_notyetstarted_tarball_unittest.cpp96 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
100 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
H A Dfirmware_handler_unittest.cpp89 auto result = handler->getBlobIds(); in TEST()
116 auto result = handler->getBlobIds(); in TEST()
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/
H A Dversion_createhandler_unittest.cpp16 EXPECT_THAT(handler.getBlobIds(), in TEST()
26 EXPECT_THAT(handler.getBlobIds(), in TEST()
H A Dversion_canhandle_enumerate_unittest.cpp25 EXPECT_THAT(handler.getBlobIds(), in TEST()
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/
H A Dlog_createhandler_unittest.cpp30 EXPECT_THAT(handler.getBlobIds(), in TEST()
40 EXPECT_THAT(handler.getBlobIds(), in TEST()
H A Dlog_canhandle_enumerate_unittest.cpp39 EXPECT_THAT(handler.getBlobIds(), in TEST()
/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/
H A Dhandler_unittest.cpp35 EXPECT_EQ(handler.getBlobIds(), expectedBlobIdList); in TEST_F()
/openbmc/phosphor-ipmi-flash/cleanup/
H A Dcleanup.cpp42 std::vector<std::string> FileCleanupHandler::getBlobIds() in getBlobIds() function in ipmi_flash::FileCleanupHandler
H A Dcleanup.hpp34 std::vector<std::string> getBlobIds() override;
/openbmc/phosphor-ipmi-flash/cleanup/test/
H A Dcleanup_handler_unittest.cpp41 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dhandler.hpp38 std::vector<std::string> getBlobIds() override;
/openbmc/phosphor-ipmi-blobs/blobs-ipmid/
H A Dblobs.hpp77 virtual std::vector<std::string> getBlobIds() = 0;
/openbmc/phosphor-ipmi-flash/bmc/version-handler/
H A Dversion_handler.hpp45 std::vector<std::string> getBlobIds() override;
/openbmc/phosphor-ipmi-flash/bmc/log-handler/
H A Dlog_handler.hpp60 std::vector<std::string> getBlobIds() override;

12