Home
last modified time | relevance | path

Searched refs:El5FilekeyManagerProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/
H A Del5_filekey_manager_proxy.cpp25 El5FilekeyManagerProxy::El5FilekeyManagerProxy(const sptr<IRemoteObject>& impl) in El5FilekeyManagerProxy() function in OHOS::Security::AccessToken::El5FilekeyManagerProxy
30 El5FilekeyManagerProxy::~El5FilekeyManagerProxy() in ~El5FilekeyManagerProxy()
34 int32_t El5FilekeyManagerProxy::AcquireAccess(DataLockType type) in AcquireAccess()
62 int32_t El5FilekeyManagerProxy::ReleaseAccess(DataLockType type) in ReleaseAccess()
90 int32_t El5FilekeyManagerProxy::GenerateAppKey(uint32_t uid, const std::string& bundleName, std::st… in GenerateAppKey()
124 int32_t El5FilekeyManagerProxy::DeleteAppKey(const std::string& bundleName, int32_t userId) in DeleteAppKey()
156 int32_t El5FilekeyManagerProxy::GetUserAppKey(int32_t userId, bool getAllFlag, in GetUserAppKey()
204 int32_t El5FilekeyManagerProxy::ChangeUserAppkeysLoadInfo(int32_t userId, in ChangeUserAppkeysLoadInfo()
249 int32_t El5FilekeyManagerProxy::SetFilePathPolicy() in SetFilePathPolicy()
275 int32_t El5FilekeyManagerProxy::RegisterCallback(const sptr<El5FilekeyCallbackInterface> &callback) in RegisterCallback()
H A Del5_filekey_manager_proxy.h26 class El5FilekeyManagerProxy : public IRemoteProxy<El5FilekeyManagerInterface> {
28 explicit El5FilekeyManagerProxy(const sptr<IRemoteObject> &impl);
29 virtual ~El5FilekeyManagerProxy();
41 static inline BrokerDelegator<El5FilekeyManagerProxy> delegator_;