Home
last modified time | relevance | path

Searched refs:GetUserAllAppKey (Results 1 - 3 of 3) sorted by relevance

/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>> &keyInfos);
/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::string>> &keyInfos) in GetUserAllAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerKit
/base/security/access_token/interfaces/innerkits/el5filekeymanager/test/unittest/src/
H A Del5_filekey_manager_kit_unittest.cpp177 * @tc.desc: GetUserAllAppKey function test without permission.
186 ASSERT_EQ(El5FilekeyManagerKit::GetUserAllAppKey(userId, keyInfos), EFM_ERR_NO_PERMISSION); in HWTEST_F()

Completed in 2 milliseconds