Searched refs:UnlockScreenToKernel (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/ |
H A D | fbex_mock.h | 34 … virtual int UnlockScreenToKernel(uint32_t userId, uint32_t type, uint8_t *iv, uint32_t size) = 0; 55 …MOCK_METHOD4(UnlockScreenToKernel, int(uint32_t userId, uint32_t type, uint8_t *iv, uint32_t size)…
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/ |
H A D | fbex_mock.cpp | 77 int FBEX::UnlockScreenToKernel(uint32_t userId, uint32_t type, uint8_t *iv, uint32_t size) in UnlockScreenToKernel() function in FBEX 79 return IFbexMoc::fbexMoc->UnlockScreenToKernel(userId, type, iv, size); in UnlockScreenToKernel()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fbex_test/ |
H A D | fbex_test.cpp | 315 HWTEST_F(FbexTest, UnlockScreenToKernel, TestSize.Level1) 323 int ret = fbex.UnlockScreenToKernel(userId, type, nullptr, size); 328 ret = fbex.UnlockScreenToKernel(userId, type, iv, size); 332 ret = fbex.UnlockScreenToKernel(userId, type, iv, size);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/ |
H A D | fbex.h | 55 static int UnlockScreenToKernel(uint32_t userId, uint32_t type, uint8_t *iv, uint32_t size);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_key_v1_ext_test/ |
H A D | fscrypt_key_v1_ext_test.cpp | 198 EXPECT_CALL(*fbexMock_, UnlockScreenToKernel(_, _, _, _)).WillOnce(Return(0)); 202 EXPECT_CALL(*fbexMock_, UnlockScreenToKernel(_, _, _, _)).WillOnce(Return(1));
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | fscrypt_key_v1_ext.cpp | 130 if (FBEX::UnlockScreenToKernel(user, type_, iv, size)) { in UnlockUserScreenExt()
|
H A D | fbex.cpp | 440 int FBEX::UnlockScreenToKernel(uint32_t userId, uint32_t type, uint8_t *iv, uint32_t size) in UnlockScreenToKernel() function in OHOS::StorageDaemon::FBEX
|