Home
last modified time | relevance | path

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

/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/
H A Del5_filekey_manager_kit.cpp48 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 Del5_filekey_manager_proxy.h37 int32_t ChangeUserAppkeysLoadInfo(int32_t userId, std::vector<std::pair<std::string, bool>> &loadInfos) override;
H A Del5_filekey_manager_client.cpp86 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 Del5_filekey_manager_proxy.cpp204 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 Del5_filekey_manager_kit.h75 static int32_t ChangeUserAppkeysLoadInfo(int32_t userId, std::vector<std::pair<std::string, bool>> &loadInfos);
H A Del5_filekey_manager_client.h36 int32_t ChangeUserAppkeysLoadInfo(int32_t userId, std::vector<std::pair<std::string, bool>> &loadInfos);
/base/security/access_token/frameworks/el5filekeymanager/include/
H A Del5_filekey_manager_interface.h40 virtual int32_t ChangeUserAppkeysLoadInfo(int32_t userId, std::vector<std::pair<std::string, bool>> &loadInfos) = 0;
H A Del5_filekey_service_ext_interface.h34 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 Del5_filekey_manager_service_unittest.cpp177 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 Del5_filekey_manager_service_mock_unittest.cpp83 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 Del5_filekey_manager_service.h50 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 Del5_filekey_manager_kit_unittest.cpp150 ASSERT_EQ(El5FilekeyManagerKit::ChangeUserAppkeysLoadInfo(userId, loadInfos), EFM_ERR_NO_PERMISSION); in HWTEST_F()
/base/security/access_token/services/el5filekeymanager/src/
H A Del5_filekey_manager_service.cpp246 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 Del5_filekey_manager_stub.cpp120 ret = this->ChangeUserAppkeysLoadInfo(userId, loadInfos); in ChangeUserAppkeysLoadInfoInner()

Completed in 5 milliseconds