Home
last modified time | relevance | path

Searched refs:GetUserAllAppKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/include/
H A Del5_filekey_manager_kit.h93 …static int32_t GetUserAllAppKey(int32_t userId, std::vector<std::pair<int32_t, std::string>> &keyI…
/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/
H A Del5_filekey_manager_kit.cpp64 int32_t El5FilekeyManagerKit::GetUserAllAppKey(int32_t userId, std::vector<std::pair<int32_t, std::… in GetUserAllAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerKit
/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/test/unittest/src/
H A Del5_filekey_manager_kit_unittest.cpp186 ASSERT_EQ(El5FilekeyManagerKit::GetUserAllAppKey(userId, keyInfos), EFM_ERR_NO_PERMISSION);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp1414 if (El5FilekeyManagerKit::GetUserAllAppKey(userId, keyInfo) != 0) { in UpdateCeEceSeceUserAuth()