/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/ |
H A D | el5_filekey_manager_kit.cpp | 33 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 D | el5_filekey_manager_client.cpp | 61 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 D | el5_filekey_manager_proxy.h | 33 … int32_t GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId) override;
|
H A D | el5_filekey_manager_proxy.cpp | 90 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 D | el5_filekey_manager_service_mock_unittest.cpp | 65 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 D | el5_filekey_manager_service_unittest.cpp | 118 …ASSERT_EQ(el5FilekeyManagerService_->GenerateAppKey(uid, bundleName, keyId), EFM_ERR_NO_PERMISSION…
|
/ohos5.0/base/security/access_token/frameworks/el5filekeymanager/include/ |
H A D | el5_filekey_manager_interface.h | 36 …virtual int32_t GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId) = …
|
H A D | el5_filekey_service_ext_interface.h | 30 …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 D | el5_filekey_manager_kit.h | 54 static int32_t GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId);
|
H A D | el5_filekey_manager_client.h | 33 int32_t GenerateAppKey(uint32_t uid, const std::string &bundleName, std::string &keyId);
|
/ohos5.0/base/security/access_token/services/el5filekeymanager/src/ |
H A D | el5_filekey_manager_service.cpp | 186 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 D | el5_filekey_manager_stub.cpp | 94 reply.WriteInt32(this->GenerateAppKey(uid, bundleName, keyId)); in GenerateAppKeyInner()
|
/ohos5.0/base/security/access_token/services/el5filekeymanager/include/ |
H A D | el5_filekey_manager_service.h | 46 … 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 D | el5_filekey_manager_kit_unittest.cpp | 110 ASSERT_EQ(El5FilekeyManagerKit::GenerateAppKey(uid, bundleName, keyId), EFM_ERR_NO_PERMISSION);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 2115 auto ret = Security::AccessToken::El5FilekeyManagerKit::GenerateAppKey( in GenerateKeyIdAndSetPolicy()
|