| H A D | estoraged_test.cpp | 62 MockCryptsetupInterface* mockCryptIface{}; member in estoraged_test::EStoragedTest 89 mockCryptIface = cryptIface.get(); in SetUp() 143 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F() 145 EXPECT_CALL(*mockCryptIface, cryptKeyslotAddByVolumeKey(_, _, _, _, _, _)) in TEST_F() 148 EXPECT_CALL(*mockCryptIface, cryptLoad(_, _, _)).Times(1); in TEST_F() 150 EXPECT_CALL(*mockCryptIface, cryptActivateByPassphrase(_, _, _, _, _, _)) in TEST_F() 178 EXPECT_CALL(*mockCryptIface, cryptDeactivate(_, _)) in TEST_F() 195 EXPECT_CALL(*mockCryptIface, cryptFormat(_, _, _, _, _, _, _, _)).Times(1); in TEST_F() 197 EXPECT_CALL(*mockCryptIface, cryptKeyslotAddByVolumeKey(_, _, _, _, _, _)) in TEST_F() 200 EXPECT_CALL(*mockCryptIface, cryptLoad(_, _, _)).Times(1); in TEST_F() [all …]
|