Searched refs:activeHashBlobId (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/ |
H A D | firmware_state_uploadinprogress_unittest.cpp | 63 {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 D | firmware_close_unittest.cpp | 44 activeHashBlobId)); in TEST_F() 74 activeHashBlobId)); in TEST_F()
|
H A D | firmware_state_verificationpending_unittest.cpp | 164 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 D | firmware_state_verificationstarted_unittest.cpp | 176 ASSERT_TRUE(handler->canHandleBlob(activeHashBlobId)); in TEST_F() 179 EXPECT_FALSE(handler->stat(activeHashBlobId, &meta)); in TEST_F()
|
H A D | firmware_state_notyetstarted_unittest.cpp | 115 EXPECT_TRUE(handler->canHandleBlob(activeHashBlobId)); in TEST_F()
|
H A D | firmware_state_verificationcompleted_unittest.cpp | 118 EXPECT_FALSE(handler->canHandleBlob(activeHashBlobId)); in TEST_F()
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | firmware_handler.cpp | 132 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 D | firmware_handler.hpp | 128 activeHash(activeHashBlobId), verifyImage(verifyBlobId), in FirmwareBlobHandler()
|
/openbmc/phosphor-ipmi-flash/ |
H A D | util.hpp | 12 inline constexpr char activeHashBlobId[] = "/flash/active/hash"; variable
|