Home
last modified time | relevance | path

Searched refs:GetUserAppKey (Results 1 - 14 of 14) sorted by relevance

/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/
H A Del5_filekey_manager_kit.cpp43 int32_t El5FilekeyManagerKit::GetUserAppKey(int32_t userId, std::vector<std::pair<int32_t, std::string>> &keyInfos) in GetUserAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerKit
45 return El5FilekeyManagerClient::GetInstance().GetUserAppKey(userId, false, keyInfos); in GetUserAppKey()
66 return El5FilekeyManagerClient::GetInstance().GetUserAppKey(userId, true, keyInfos); in GetUserAllAppKey()
H A Del5_filekey_manager_proxy.h35 int32_t GetUserAppKey(int32_t userId, bool getAllFlag,
H A Del5_filekey_manager_client.cpp77 int32_t El5FilekeyManagerClient::GetUserAppKey(int32_t userId, bool getAllFlag, in GetUserAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerClient
81 return proxy->GetUserAppKey(userId, getAllFlag, keyInfos); in GetUserAppKey()
H A Del5_filekey_manager_proxy.cpp156 int32_t El5FilekeyManagerProxy::GetUserAppKey(int32_t userId, bool getAllFlag, in GetUserAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerProxy
/base/security/access_token/interfaces/innerkits/el5filekeymanager/include/
H A Del5_filekey_manager_kit.h68 static int32_t GetUserAppKey(int32_t userId, std::vector<std::pair<int32_t, std::string>> &keyInfos);
H A Del5_filekey_manager_client.h35 int32_t GetUserAppKey(int32_t userId, bool getAllFlag, std::vector<std::pair<int32_t, std::string>> &keyInfos);
/base/security/access_token/frameworks/el5filekeymanager/include/
H A Del5_filekey_manager_interface.h38 virtual int32_t GetUserAppKey(int32_t userId, bool getAllFlag,
H A Del5_filekey_service_ext_interface.h32 virtual int32_t GetUserAppKey(int32_t userId, bool getAllFlag,
/base/security/access_token/services/el5filekeymanager/test/src/
H A Del5_filekey_manager_service_unittest.cpp150 ASSERT_EQ(el5FilekeyManagerService_->GetUserAppKey(userId, false, keyInfos), EFM_ERR_NO_PERMISSION); in HWTEST_F()
163 ASSERT_EQ(el5FilekeyManagerService_->GetUserAppKey(userId, false, keyInfos), EFM_ERR_INVALID_PARAMETER); in HWTEST_F()
H A Del5_filekey_manager_service_mock_unittest.cpp75 int32_t GetUserAppKey(int32_t userId, bool getAllFlag, std::vector<std::pair<int32_t, std::string>> &keyInfos) in GetUserAppKey() function in TestEl5FilekeyServiceExt
272 ASSERT_EQ(el5FilekeyManagerService_->GetUserAppKey(userId, false, keyInfos), EFM_SUCCESS); in HWTEST_F()
291 ASSERT_EQ(el5FilekeyManagerService_->GetUserAppKey(userId, false, keyInfos), EFM_SUCCESS); in HWTEST_F()
/base/security/access_token/services/el5filekeymanager/include/
H A Del5_filekey_manager_service.h48 int32_t GetUserAppKey(int32_t userId, bool getAllFlag,
/base/security/access_token/interfaces/innerkits/el5filekeymanager/test/unittest/src/
H A Del5_filekey_manager_kit_unittest.cpp136 ASSERT_EQ(El5FilekeyManagerKit::GetUserAppKey(userId, keyInfos), EFM_ERR_NO_PERMISSION); in HWTEST_F()
/base/security/access_token/services/el5filekeymanager/src/
H A Del5_filekey_manager_service.cpp224 int32_t El5FilekeyManagerService::GetUserAppKey(int32_t userId, bool getAllFlag, in GetUserAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerService
243 return service_->GetUserAppKey(userId, getAllFlag, keyInfos); in GetUserAppKey()
H A Del5_filekey_manager_stub.cpp110 reply.WriteInt32(this->GetUserAppKey(userId, getAllFlag, keyInfos)); in GetUserAppKeyInner()

Completed in 6 milliseconds