Home
last modified time | relevance | path

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

/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/
H A Del5_filekey_manager_kit.cpp33 int32_t El5FilekeyManagerKit::GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId) in GenerateAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerKit
35 return El5FilekeyManagerClient::GetInstance().GenerateAppKey(uid, bundleName, keyId); in GenerateAppKey()
H A Del5_filekey_manager_proxy.h33 int32_t GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId) override;
H A Del5_filekey_manager_client.cpp61 int32_t El5FilekeyManagerClient::GenerateAppKey(uint32_t uid, const std::string &bundleName, std::string &keyId) in GenerateAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerClient
64 return proxy->GenerateAppKey(uid, bundleName, keyId); in GenerateAppKey()
H A Del5_filekey_manager_proxy.cpp90 int32_t El5FilekeyManagerProxy::GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId) in GenerateAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerProxy
/base/security/access_token/interfaces/innerkits/el5filekeymanager/include/
H A Del5_filekey_manager_kit.h54 static int32_t GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId);
H A Del5_filekey_manager_client.h33 int32_t GenerateAppKey(uint32_t uid, const std::string &bundleName, std::string &keyId);
/base/security/access_token/frameworks/el5filekeymanager/include/
H A Del5_filekey_manager_interface.h36 virtual int32_t GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId) = 0;
H A Del5_filekey_service_ext_interface.h30 virtual int32_t GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId) = 0;
/base/security/access_token/services/el5filekeymanager/include/
H A Del5_filekey_manager_service.h46 int32_t GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId) override;
/base/security/access_token/interfaces/innerkits/el5filekeymanager/test/unittest/src/
H A Del5_filekey_manager_kit_unittest.cpp110 ASSERT_EQ(El5FilekeyManagerKit::GenerateAppKey(uid, bundleName, keyId), EFM_ERR_NO_PERMISSION); in HWTEST_F()
/base/security/access_token/services/el5filekeymanager/test/src/
H A Del5_filekey_manager_service_mock_unittest.cpp65 int32_t GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId) in GenerateAppKey() function in TestEl5FilekeyServiceExt
198 ASSERT_EQ(el5FilekeyManagerService_->GenerateAppKey(uid, bundleName, keyId), EFM_SUCCESS); in HWTEST_F()
217 ASSERT_EQ(el5FilekeyManagerService_->GenerateAppKey(uid, bundleName, keyId), EFM_SUCCESS); in HWTEST_F()
H A Del5_filekey_manager_service_unittest.cpp124 ASSERT_EQ(el5FilekeyManagerService_->GenerateAppKey(uid, bundleName, keyId), EFM_ERR_NO_PERMISSION); in HWTEST_F()
/base/security/access_token/services/el5filekeymanager/src/
H A Del5_filekey_manager_service.cpp186 int32_t El5FilekeyManagerService::GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId) in GenerateAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerService
200 return service_->GenerateAppKey(uid, bundleName, keyId); in GenerateAppKey()
H A Del5_filekey_manager_stub.cpp94 reply.WriteInt32(this->GenerateAppKey(uid, bundleName, keyId)); in GenerateAppKeyInner()

Completed in 6 milliseconds