Home
last modified time | relevance | path

Searched defs:GenerateAppKey (Results 1 – 5 of 5) 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
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
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
/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
/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