Searched refs:GetUserAllAppKey (Results 1 – 4 of 4) sorted by relevance
93 …static int32_t GetUserAllAppKey(int32_t userId, std::vector<std::pair<int32_t, std::string>> &keyI…
64 int32_t El5FilekeyManagerKit::GetUserAllAppKey(int32_t userId, std::vector<std::pair<int32_t, std::… in GetUserAllAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerKit
186 ASSERT_EQ(El5FilekeyManagerKit::GetUserAllAppKey(userId, keyInfos), EFM_ERR_NO_PERMISSION);
1414 if (El5FilekeyManagerKit::GetUserAllAppKey(userId, keyInfo) != 0) { in UpdateCeEceSeceUserAuth()