Home
last modified time | relevance | path

Searched refs:GetUserAppKey (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/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::str… 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_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.h35 int32_t GetUserAppKey(int32_t userId, bool getAllFlag,
H A Del5_filekey_manager_proxy.cpp156 int32_t El5FilekeyManagerProxy::GetUserAppKey(int32_t userId, bool getAllFlag, in GetUserAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerProxy
/ohos5.0/base/security/access_token/services/el5filekeymanager/test/src/
H A Del5_filekey_manager_service_unittest.cpp144 …ASSERT_EQ(el5FilekeyManagerService_->GetUserAppKey(userId, false, keyInfos), EFM_ERR_NO_PERMISSION…
157 …ASSERT_EQ(el5FilekeyManagerService_->GetUserAppKey(userId, false, keyInfos), EFM_ERR_INVALID_PARAM…
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>… in GetUserAppKey() function in TestEl5FilekeyServiceExt
272 ASSERT_EQ(el5FilekeyManagerService_->GetUserAppKey(userId, false, keyInfos), EFM_SUCCESS);
291 ASSERT_EQ(el5FilekeyManagerService_->GetUserAppKey(userId, false, keyInfos), EFM_SUCCESS);
/ohos5.0/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,
/ohos5.0/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>> &keyInfo…
H A Del5_filekey_manager_client.h35 …int32_t GetUserAppKey(int32_t userId, bool getAllFlag, std::vector<std::pair<int32_t, std::string>…
/ohos5.0/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()
/ohos5.0/base/security/access_token/services/el5filekeymanager/include/
H A Del5_filekey_manager_service.h48 int32_t GetUserAppKey(int32_t userId, bool getAllFlag,
/ohos5.0/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);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp1420 if (El5FilekeyManagerKit::GetUserAppKey(userId, keyInfo) != 0) { in UpdateCeEceSeceUserAuth()