/openbmc/phosphor-ipmi-blobs/test/ |
H A D | manager_unittest.cpp | 52 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 D | blob_mock.hpp | 16 MOCK_METHOD(std::vector<std::string>, getBlobIds, (), (override));
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/ |
H A D | firmware_state_notyetstarted_unittest.cpp | 48 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 D | firmware_state_updatepending_unittest.cpp | 55 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 D | firmware_state_updatecompleted_unittest.cpp | 53 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 D | firmware_state_verificationcompleted_unittest.cpp | 58 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 D | firmware_state_verificationpending_unittest.cpp | 81 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 D | firmware_state_updatestarted_unittest.cpp | 51 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 D | firmware_state_verificationstarted_unittest.cpp | 54 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 D | firmware_state_uploadinprogress_unittest.cpp | 51 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 D | firmware_close_unittest.cpp | 41 auto currentBlobs = handler->getBlobIds(); in TEST_F() 71 auto currentBlobs = handler->getBlobIds(); in TEST_F()
|
H A D | firmware_state_notyetstarted_tarball_unittest.cpp | 96 EXPECT_THAT(handler->getBlobIds(), in TEST_F() 100 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
|
H A D | firmware_handler_unittest.cpp | 89 auto result = handler->getBlobIds(); in TEST() 116 auto result = handler->getBlobIds(); in TEST()
|
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/ |
H A D | version_createhandler_unittest.cpp | 16 EXPECT_THAT(handler.getBlobIds(), in TEST() 26 EXPECT_THAT(handler.getBlobIds(), in TEST()
|
H A D | version_canhandle_enumerate_unittest.cpp | 25 EXPECT_THAT(handler.getBlobIds(), in TEST()
|
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/ |
H A D | log_createhandler_unittest.cpp | 30 EXPECT_THAT(handler.getBlobIds(), in TEST() 40 EXPECT_THAT(handler.getBlobIds(), in TEST()
|
H A D | log_canhandle_enumerate_unittest.cpp | 39 EXPECT_THAT(handler.getBlobIds(), in TEST()
|
/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/ |
H A D | handler_unittest.cpp | 35 EXPECT_EQ(handler.getBlobIds(), expectedBlobIdList); in TEST_F()
|
/openbmc/phosphor-ipmi-flash/cleanup/ |
H A D | cleanup.cpp | 42 std::vector<std::string> FileCleanupHandler::getBlobIds() in getBlobIds() function in ipmi_flash::FileCleanupHandler
|
H A D | cleanup.hpp | 34 std::vector<std::string> getBlobIds() override;
|
/openbmc/phosphor-ipmi-flash/cleanup/test/ |
H A D | cleanup_handler_unittest.cpp | 41 EXPECT_THAT(handler->getBlobIds(), in TEST_F()
|
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
H A D | handler.hpp | 38 std::vector<std::string> getBlobIds() override;
|
/openbmc/phosphor-ipmi-blobs/blobs-ipmid/ |
H A D | blobs.hpp | 77 virtual std::vector<std::string> getBlobIds() = 0;
|
/openbmc/phosphor-ipmi-flash/bmc/version-handler/ |
H A D | version_handler.hpp | 45 std::vector<std::string> getBlobIds() override;
|
/openbmc/phosphor-ipmi-flash/bmc/log-handler/ |
H A D | log_handler.hpp | 60 std::vector<std::string> getBlobIds() override;
|