Home
last modified time | relevance | path

Searched refs:UnlockUserAppKeys (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/
H A Dkey_manager_mock.cpp83 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 Dkey_manager.h89 int UnlockUserAppKeys(uint32_t userId, bool needGetAllAppKey);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp954 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 Dstorage_daemon.cpp741 ret = KeyManager::GetInstance()->UnlockUserAppKeys(userId, true); in ActiveUserKey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/
H A Dkey_manager_test.cpp400 EXPECT_EQ(KeyManager::GetInstance()->UnlockUserAppKeys(userId, needGetAllAppKey), 0);
404 EXPECT_EQ(KeyManager::GetInstance()->UnlockUserAppKeys(userId, needGetAllAppKey), 0);