Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_state_uploadinprogress_unittest.cpp63 {staticLayoutBlobId, hashBlobId, activeHashBlobId})); in TEST_F()
87 ASSERT_TRUE(handler->canHandleBlob(activeHashBlobId)); in TEST_F()
90 EXPECT_FALSE(handler->stat(activeHashBlobId, &meta)); in TEST_F()
139 activeHashBlobId, activeImageBlobId, hashBlobId, staticLayoutBlobId};
H A Dfirmware_close_unittest.cpp44 activeHashBlobId)); in TEST_F()
74 activeHashBlobId)); in TEST_F()
H A Dfirmware_state_verificationpending_unittest.cpp164 ASSERT_TRUE(handler->canHandleBlob(activeHashBlobId)); in TEST_F()
167 EXPECT_FALSE(handler->stat(activeHashBlobId, &meta)); in TEST_F()
223 EXPECT_FALSE(handler->open(session, flags, activeHashBlobId)); in TEST_F()
H A Dfirmware_state_verificationstarted_unittest.cpp176 ASSERT_TRUE(handler->canHandleBlob(activeHashBlobId)); in TEST_F()
179 EXPECT_FALSE(handler->stat(activeHashBlobId, &meta)); in TEST_F()
H A Dfirmware_state_notyetstarted_unittest.cpp115 EXPECT_TRUE(handler->canHandleBlob(activeHashBlobId)); in TEST_F()
H A Dfirmware_state_verificationcompleted_unittest.cpp118 EXPECT_FALSE(handler->canHandleBlob(activeHashBlobId)); in TEST_F()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dfirmware_handler.cpp132 path == activeHashBlobId || path == updateBlobId) in stat()
308 if (path == activeImageBlobId || path == activeHashBlobId) in open()
474 active = activeHashBlobId; in open()
779 removeBlobId(activeHashBlobId); in abortProcess()
H A Dfirmware_handler.hpp128 activeHash(activeHashBlobId), verifyImage(verifyBlobId), in FirmwareBlobHandler()
/openbmc/phosphor-ipmi-flash/
H A Dutil.hpp12 inline constexpr char activeHashBlobId[] = "/flash/active/hash"; variable