Searched refs:needGetAllAppKey (Results 1 – 4 of 4) sorted by relevance
83 int32_t KeyManager::UnlockUserAppKeys(uint32_t userId, bool needGetAllAppKey) in UnlockUserAppKeys() argument
89 int UnlockUserAppKeys(uint32_t userId, bool needGetAllAppKey);
398 bool needGetAllAppKey = true; variable400 EXPECT_EQ(KeyManager::GetInstance()->UnlockUserAppKeys(userId, needGetAllAppKey), 0);404 EXPECT_EQ(KeyManager::GetInstance()->UnlockUserAppKeys(userId, needGetAllAppKey), 0);
1404 int KeyManager::UnlockUserAppKeys(uint32_t userId, bool needGetAllAppKey) in UpdateCeEceSeceUserAuth() argument1413 if (needGetAllAppKey) { in UpdateCeEceSeceUserAuth()