Home
last modified time | relevance | path

Searched refs:doErase (Results 1 – 4 of 4) sorted by relevance

/openbmc/estoraged/src/test/erase/
H A Dcrypto_test.cpp68 EXPECT_NO_THROW(myCryptErase.doErase()); in TEST_F()
84 EXPECT_THROW(myCryptErase.doErase(), ResourceNotFound); in TEST_F()
100 EXPECT_THROW(myCryptErase.doErase(), ResourceNotFound); in TEST_F()
119 EXPECT_NO_THROW(myCryptErase.doErase()); in TEST_F()
141 EXPECT_THROW(myCryptErase.doErase(), InternalFailure); in TEST_F()
/openbmc/estoraged/include/
H A DcryptErase.hpp30 void doErase();
/openbmc/estoraged/src/erase/
H A DcryptoErase.cpp25 void CryptErase::doErase() in doErase() function in estoraged::CryptErase
/openbmc/estoraged/src/
H A Destoraged.cpp190 myCryptErase.doErase(); in erase()