Home
last modified time | relevance | path

Searched defs:GetUserAppKey (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/
H A Del5_filekey_manager_kit.cpp43 int32_t El5FilekeyManagerKit::GetUserAppKey(int32_t userId, std::vector<std::pair<int32_t, std::str… in GetUserAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerKit
H A Del5_filekey_manager_proxy.cpp156 int32_t El5FilekeyManagerProxy::GetUserAppKey(int32_t userId, bool getAllFlag, in GetUserAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerProxy
H A Del5_filekey_manager_client.cpp77 int32_t El5FilekeyManagerClient::GetUserAppKey(int32_t userId, bool getAllFlag, in GetUserAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerClient
/ohos5.0/base/security/access_token/services/el5filekeymanager/src/
H A Del5_filekey_manager_service.cpp224 int32_t El5FilekeyManagerService::GetUserAppKey(int32_t userId, bool getAllFlag, in GetUserAppKey() function in OHOS::Security::AccessToken::El5FilekeyManagerService
/ohos5.0/base/security/access_token/services/el5filekeymanager/test/src/
H A Del5_filekey_manager_service_mock_unittest.cpp75 …int32_t GetUserAppKey(int32_t userId, bool getAllFlag, std::vector<std::pair<int32_t, std::string>… in GetUserAppKey() function in TestEl5FilekeyServiceExt