/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/ |
H A D | el5_filekey_manager_kit.cpp | 48 int32_t El5FilekeyManagerKit::ChangeUserAppkeysLoadInfo(int32_t userId, in ChangeUserAppkeysLoadInfo() function in OHOS::Security::AccessToken::El5FilekeyManagerKit 51 return El5FilekeyManagerClient::GetInstance().ChangeUserAppkeysLoadInfo(userId, loadInfos); in ChangeUserAppkeysLoadInfo()
|
H A D | el5_filekey_manager_proxy.h | 37 int32_t ChangeUserAppkeysLoadInfo(int32_t userId, std::vector<std::pair<std::string, bool>> &loadInfos) override;
|
H A D | el5_filekey_manager_client.cpp | 86 int32_t El5FilekeyManagerClient::ChangeUserAppkeysLoadInfo(int32_t userId, in ChangeUserAppkeysLoadInfo() function in OHOS::Security::AccessToken::El5FilekeyManagerClient 90 return proxy->ChangeUserAppkeysLoadInfo(userId, loadInfos); in ChangeUserAppkeysLoadInfo()
|
H A D | el5_filekey_manager_proxy.cpp | 204 int32_t El5FilekeyManagerProxy::ChangeUserAppkeysLoadInfo(int32_t userId, in ChangeUserAppkeysLoadInfo() function in OHOS::Security::AccessToken::El5FilekeyManagerProxy
|
/base/security/access_token/interfaces/innerkits/el5filekeymanager/include/ |
H A D | el5_filekey_manager_kit.h | 75 static int32_t ChangeUserAppkeysLoadInfo(int32_t userId, std::vector<std::pair<std::string, bool>> &loadInfos);
|
H A D | el5_filekey_manager_client.h | 36 int32_t ChangeUserAppkeysLoadInfo(int32_t userId, std::vector<std::pair<std::string, bool>> &loadInfos);
|
/base/security/access_token/frameworks/el5filekeymanager/include/ |
H A D | el5_filekey_manager_interface.h | 40 virtual int32_t ChangeUserAppkeysLoadInfo(int32_t userId, std::vector<std::pair<std::string, bool>> &loadInfos) = 0;
|
H A D | el5_filekey_service_ext_interface.h | 34 virtual int32_t ChangeUserAppkeysLoadInfo(int32_t userId, std::vector<std::pair<std::string, bool>> &loadInfos) = 0;
|
/base/security/access_token/services/el5filekeymanager/test/src/ |
H A D | el5_filekey_manager_service_unittest.cpp | 177 ASSERT_EQ(el5FilekeyManagerService_->ChangeUserAppkeysLoadInfo(userId, loadInfos), EFM_ERR_NO_PERMISSION); in HWTEST_F() 191 ASSERT_EQ(el5FilekeyManagerService_->ChangeUserAppkeysLoadInfo(userId, loadInfos), EFM_ERR_INVALID_PARAMETER); in HWTEST_F()
|
H A D | el5_filekey_manager_service_mock_unittest.cpp | 83 int32_t ChangeUserAppkeysLoadInfo(int32_t userId, std::vector<std::pair<std::string, bool>> &loadInfos) in ChangeUserAppkeysLoadInfo() function in TestEl5FilekeyServiceExt 332 ASSERT_EQ(el5FilekeyManagerService_->ChangeUserAppkeysLoadInfo(userId, loadInfos), EFM_SUCCESS); in HWTEST_F() 352 ASSERT_EQ(el5FilekeyManagerService_->ChangeUserAppkeysLoadInfo(userId, loadInfos), EFM_SUCCESS); in HWTEST_F()
|
/base/security/access_token/services/el5filekeymanager/include/ |
H A D | el5_filekey_manager_service.h | 50 int32_t ChangeUserAppkeysLoadInfo(int32_t userId, std::vector<std::pair<std::string, bool>> &loadInfos) override;
|
/base/security/access_token/interfaces/innerkits/el5filekeymanager/test/unittest/src/ |
H A D | el5_filekey_manager_kit_unittest.cpp | 150 ASSERT_EQ(El5FilekeyManagerKit::ChangeUserAppkeysLoadInfo(userId, loadInfos), EFM_ERR_NO_PERMISSION); in HWTEST_F()
|
/base/security/access_token/services/el5filekeymanager/src/ |
H A D | el5_filekey_manager_service.cpp | 246 int32_t El5FilekeyManagerService::ChangeUserAppkeysLoadInfo(int32_t userId, in ChangeUserAppkeysLoadInfo() function in OHOS::Security::AccessToken::El5FilekeyManagerService 265 return service_->ChangeUserAppkeysLoadInfo(userId, loadInfos); in ChangeUserAppkeysLoadInfo()
|
H A D | el5_filekey_manager_stub.cpp | 120 ret = this->ChangeUserAppkeysLoadInfo(userId, loadInfos); in ChangeUserAppkeysLoadInfoInner()
|