Home
last modified time | relevance | path

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

/ohos5.0/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::stri… in GenerateAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerKit
35 return El5FilekeyManagerClient::GetInstance().GenerateAppKey(uid, bundleName, keyId); in GenerateAppKey()
H A Del5_filekey_manager_client.cpp61 int32_t El5FilekeyManagerClient::GenerateAppKey(uint32_t uid, const std::string &bundleName, std::s… in GenerateAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerClient
64 return proxy->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_proxy.cpp90 int32_t El5FilekeyManagerProxy::GenerateAppKey(uint32_t uid, const std::string& bundleName, std::st… in GenerateAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerProxy
/ohos5.0/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);
217 ASSERT_EQ(el5FilekeyManagerService_->GenerateAppKey(uid, bundleName, keyId), EFM_SUCCESS);
H A Del5_filekey_manager_service_unittest.cpp118 …ASSERT_EQ(el5FilekeyManagerService_->GenerateAppKey(uid, bundleName, keyId), EFM_ERR_NO_PERMISSION…
/ohos5.0/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) = …
H A Del5_filekey_service_ext_interface.h30 …virtual int32_t GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId) = …
/ohos5.0/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);
/ohos5.0/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::… 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()
/ohos5.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;
/ohos5.0/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);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp2115 auto ret = Security::AccessToken::El5FilekeyManagerKit::GenerateAppKey( in GenerateKeyIdAndSetPolicy()