Home
last modified time | relevance | path

Searched refs:IsFBEXSupported (Results 1 - 7 of 7) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_key_v1_ext_test/
H A Dfscrypt_key_v1_ext_test.cpp164 EXPECT_CALL(*fbexMock_, IsFBEXSupported()).WillOnce(Return(false)); in HWTEST_F()
168 EXPECT_CALL(*fbexMock_, IsFBEXSupported()).WillOnce(Return(true)); in HWTEST_F()
173 EXPECT_CALL(*fbexMock_, IsFBEXSupported()).WillOnce(Return(true)); in HWTEST_F()
194 EXPECT_CALL(*fbexMock_, IsFBEXSupported()).WillOnce(Return(false)); in HWTEST_F()
197 EXPECT_CALL(*fbexMock_, IsFBEXSupported()).WillOnce(Return(true)); in HWTEST_F()
201 EXPECT_CALL(*fbexMock_, IsFBEXSupported()).WillOnce(Return(true)); in HWTEST_F()
220 EXPECT_CALL(*fbexMock_, IsFBEXSupported()).WillOnce(Return(false)); in HWTEST_F()
223 EXPECT_CALL(*fbexMock_, IsFBEXSupported()).WillOnce(Return(true)); in HWTEST_F()
227 EXPECT_CALL(*fbexMock_, IsFBEXSupported()).WillOnce(Return(true)); in HWTEST_F()
248 EXPECT_CALL(*fbexMock_, IsFBEXSupported()) in HWTEST_F()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1_ext.cpp69 if (!FBEX::IsFBEXSupported()) { in ActiveKeyExt()
89 if (!FBEX::IsFBEXSupported()) { in UnlockUserScreenExt()
104 if (!FBEX::IsFBEXSupported()) { in GenerateAppkey()
120 if (!FBEX::IsFBEXSupported()) { in AddClassE()
135 if (!FBEX::IsFBEXSupported()) { in DeleteClassEPinCode()
150 if (!FBEX::IsFBEXSupported()) { in ChangePinCodeClassE()
165 if (!FBEX::IsFBEXSupported()) { in ReadClassE()
181 if (!FBEX::IsFBEXSupported()) { in WriteClassE()
198 if (!FBEX::IsFBEXSupported()) { in InactiveKeyExt()
226 if (!FBEX::IsFBEXSupported()) { in LockUserScreenExt()
[all...]
H A Dfbex.cpp96 bool FBEX::IsFBEXSupported() in IsFBEXSupported() function in OHOS::StorageDaemon::FBEX
/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/
H A Dfbex_mock.h29 virtual bool IsFBEXSupported() = 0;
49 MOCK_METHOD0(IsFBEXSupported, bool());
/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dfbex_mock.cpp22 bool FBEX::IsFBEXSupported() in IsFBEXSupported() function in FBEX
24 return IFbexMoc::fbexMoc->IsFBEXSupported(); in IsFBEXSupported()
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dfbex.h50 static bool IsFBEXSupported();
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fbex_test/
H A Dfbex_test.cpp457 * @tc.desc: Verify the fbex IsFBEXSupported.
461 HWTEST_F(FbexTest, IsFBEXSupported, TestSize.Level1) in HWTEST_F()
467 EXPECT_FALSE(fbex.IsFBEXSupported()); in HWTEST_F()

Completed in 5 milliseconds