Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/cleanup/test/
H A Dcleanup_handler_unittest.cpp28 handler = std::make_unique<FileCleanupHandler>(cleanupBlobId, blobs, in CleanupHandlerTest()
40 EXPECT_TRUE(handler->canHandleBlob(cleanupBlobId)); in TEST_F()
42 UnorderedElementsAreArray({cleanupBlobId})); in TEST_F()
/openbmc/phosphor-ipmi-flash/cleanup/
H A Dmain.cpp39 ipmi_flash::cleanupBlobId, ipmi_flash::files, in createHandler()
/openbmc/phosphor-ipmi-flash/
H A Dutil.hpp15 inline constexpr char cleanupBlobId[] = "/flash/cleanup"; variable
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_updater_unittest.cpp321 EXPECT_CALL(blobMock, openBlob(ipmi_flash::cleanupBlobId, _)) in TEST_F()
333 EXPECT_CALL(blobMock, openBlob(ipmi_flash::cleanupBlobId, _)) in TEST_F()
345 EXPECT_CALL(blobMock, openBlob(ipmi_flash::cleanupBlobId, _)) in TEST_F()
/openbmc/phosphor-ipmi-flash/tools/
H A Dhandler.cpp200 openBlob(blob, ipmi_flash::cleanupBlobId, in cleanArtifacts()