/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/ |
H A D | el5_filekey_manager_kit.cpp | 43 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 D | el5_filekey_manager_client.cpp | 77 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 D | el5_filekey_manager_proxy.h | 35 int32_t GetUserAppKey(int32_t userId, bool getAllFlag,
|
H A D | el5_filekey_manager_proxy.cpp | 156 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 D | el5_filekey_manager_service_unittest.cpp | 144 …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 D | el5_filekey_manager_service_mock_unittest.cpp | 75 …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 D | el5_filekey_manager_interface.h | 38 virtual int32_t GetUserAppKey(int32_t userId, bool getAllFlag,
|
H A D | el5_filekey_service_ext_interface.h | 32 virtual int32_t GetUserAppKey(int32_t userId, bool getAllFlag,
|
/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/include/ |
H A D | el5_filekey_manager_kit.h | 68 …static int32_t GetUserAppKey(int32_t userId, std::vector<std::pair<int32_t, std::string>> &keyInfo…
|
H A D | el5_filekey_manager_client.h | 35 …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 D | el5_filekey_manager_service.cpp | 224 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 D | el5_filekey_manager_stub.cpp | 110 reply.WriteInt32(this->GetUserAppKey(userId, getAllFlag, keyInfos)); in GetUserAppKeyInner()
|
/ohos5.0/base/security/access_token/services/el5filekeymanager/include/ |
H A D | el5_filekey_manager_service.h | 48 int32_t GetUserAppKey(int32_t userId, bool getAllFlag,
|
/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/test/unittest/src/ |
H A D | el5_filekey_manager_kit_unittest.cpp | 136 ASSERT_EQ(El5FilekeyManagerKit::GetUserAppKey(userId, keyInfos), EFM_ERR_NO_PERMISSION);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | key_manager.cpp | 1420 if (El5FilekeyManagerKit::GetUserAppKey(userId, keyInfo) != 0) { in UpdateCeEceSeceUserAuth()
|