Home
last modified time | relevance | path

Searched refs:needGetAllAppKey (Results 1 – 4 of 4) 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() argument
/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/test/key_manager_test/
H A Dkey_manager_test.cpp398 bool needGetAllAppKey = true; variable
400 EXPECT_EQ(KeyManager::GetInstance()->UnlockUserAppKeys(userId, needGetAllAppKey), 0);
404 EXPECT_EQ(KeyManager::GetInstance()->UnlockUserAppKeys(userId, needGetAllAppKey), 0);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp1404 int KeyManager::UnlockUserAppKeys(uint32_t userId, bool needGetAllAppKey) in UpdateCeEceSeceUserAuth() argument
1413 if (needGetAllAppKey) { in UpdateCeEceSeceUserAuth()