Searched refs:UnlockUserAppKeys (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/ |
H A D | key_manager_mock.cpp | 83 int32_t KeyManager::UnlockUserAppKeys(uint32_t userId, bool needGetAllAppKey) in UnlockUserAppKeys() function in OHOS::StorageDaemon::KeyManager
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/ |
H A D | key_manager.h | 89 int UnlockUserAppKeys(uint32_t userId, bool needGetAllAppKey);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | key_manager.cpp | 954 if (UnlockUserAppKeys(user, true) != E_OK) { in UpdateCeEceSeceUserAuth() 1352 if (UnlockUserAppKeys(user, false) != E_OK) { in UpdateCeEceSeceUserAuth() 1404 int KeyManager::UnlockUserAppKeys(uint32_t userId, bool needGetAllAppKey) in UpdateCeEceSeceUserAuth() function in OHOS::StorageDaemon::KeyManager
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/ |
H A D | storage_daemon.cpp | 741 ret = KeyManager::GetInstance()->UnlockUserAppKeys(userId, true); in ActiveUserKey()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/ |
H A D | key_manager_test.cpp | 400 EXPECT_EQ(KeyManager::GetInstance()->UnlockUserAppKeys(userId, needGetAllAppKey), 0); 404 EXPECT_EQ(KeyManager::GetInstance()->UnlockUserAppKeys(userId, needGetAllAppKey), 0);
|