Home
last modified time | relevance | path

Searched refs:LockUece (Results 1 - 17 of 17) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/
H A Dfscrypt_key_v2_mock.h34 virtual bool LockUece(bool &isFbeSupport) = 0;
53 MOCK_METHOD1(LockUece, bool(bool &isFbeSupport));
H A Dfbex_mock.h42 virtual int LockUece(uint32_t userIdSingle, uint32_t userIdDouble, bool &isFbeSupport) = 0;
62 MOCK_METHOD3(LockUece, int(uint32_t userIdSingle, uint32_t userIdDouble, bool &isFbeSupport));
/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dfbex_mock.cpp66 int FBEX::LockUece(uint32_t userIdSingle, uint32_t userIdDouble, bool &isFbeSupport) in LockUece() function in FBEX
68 return IFbexMoc::fbexMoc->LockUece(userIdSingle, userIdDouble, isFbeSupport); in LockUece()
H A Dfscrypt_key_v2_mock.cpp45 bool FscryptKeyV2::LockUece(bool &isFbeSupport) in LockUece() function in FscryptKeyV2
50 return IFscryptKeyV2Moc::fscryptKeyV2Moc->LockUece(isFbeSupport); in LockUece()
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dfscrypt_key_v2.h45 bool LockUece(bool &isFbeSupport);
H A Dfbex.h68 static int LockUece(uint32_t userIdSingle, uint32_t userIdDouble, bool &isFbeSupport);
H A Dfscrypt_key_v1.h48 bool LockUece(bool &isFbeSupport);
H A Dbase_key.h62 virtual bool LockUece(bool &isFbeSupport) = 0;
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fbex_test/
H A Dfbex_test.cpp278 * @tc.desc: Verify the fbex LockUece.
282 HWTEST_F(FbexTest, LockUece, TestSize.Level1) in HWTEST_F()
290 int ret = fbex.LockUece(userIdSingle, userIdDouble, isFbeSupport); in HWTEST_F()
297 ret = fbex.LockUece(userIdSingle, userIdDouble, isFbeSupport); in HWTEST_F()
303 ret = fbex.LockUece(userIdSingle, userIdDouble, isFbeSupport); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v2.cpp130 bool FscryptKeyV2::LockUece(bool &isFbeSupport) in LockUece() function in OHOS::StorageDaemon::FscryptKeyV2
H A Dfscrypt_key_v1_ext.cpp249 if (FBEX::LockUece(userId_, userIdDouble, isFbeSupport)) { in LockUeceExt()
H A Dfscrypt_key_v1.cpp439 bool FscryptKeyV1::LockUece(bool &isFbeSupport) in LockUece() function in OHOS::StorageDaemon::FscryptKeyV1
H A Dfbex.cpp410 int FBEX::LockUece(uint32_t userIdSingle, uint32_t userIdDouble, bool &isFbeSupport) in LockUece() function in OHOS::StorageDaemon::FBEX
H A Dkey_manager.cpp829 if (!el5Key->LockUece(tempUeceSupport)) { in UpdateUseAuthWithRecoveryKey()
1617 if (el5Key != nullptr && !el5Key->LockUece(saveESecretStatus[user])) { in UpdateCeEceSeceUserAuth()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_v1_test/
H A Dfscrypt_key_v1_test.cpp90 * @tc.desc: Verify the fscrypt V1 LockUece.
100 EXPECT_FALSE(g_testKeyV1->LockUece(isFbeSupport)); in HWTEST_F()
103 EXPECT_TRUE(g_testKeyV1->LockUece(isFbeSupport)); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_key_v1_ext_test/
H A Dfscrypt_key_v1_ext_test.cpp450 EXPECT_CALL(*fbexMock_, LockUece(_, _, _)).WillOnce(Return(1)); in HWTEST_F()
454 EXPECT_CALL(*fbexMock_, LockUece(_, _, _)).WillOnce(Return(0)); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_v2_test/
H A Dfscrypt_key_v2_test.cpp148 * @tc.desc: Verify the fscrypt V2 LockUece.
156 EXPECT_TRUE(g_testKeyV2.LockUece(isFbeSupport)); in HWTEST_F()

Completed in 14 milliseconds