Home
last modified time | relevance | path

Searched refs:ProxyDevAuth (Results 1 - 2 of 2) sorted by relevance

/base/security/device_auth/frameworks/inc/standard/
H A Dipc_dev_auth_proxy.h24 class ProxyDevAuth : public IRemoteProxy<IMethodsIpcCall> { class
26 explicit ProxyDevAuth(const sptr<IRemoteObject> &impl);
27 ~ProxyDevAuth();
32 static inline BrokerDelegator<ProxyDevAuth> delegator_;
52 sptr<ProxyDevAuth> GetProxy() const;
/base/security/device_auth/frameworks/src/standard/
H A Dipc_dev_auth_proxy.cpp26 ProxyDevAuth::ProxyDevAuth(const sptr<IRemoteObject> &impl) : IRemoteProxy<IMethodsIpcCall>(impl) in ProxyDevAuth() function in OHOS::ProxyDevAuth
29 ProxyDevAuth::~ProxyDevAuth() in ~ProxyDevAuth()
32 int32_t ProxyDevAuth::DoCallRequest(MessageParcel &dataParcel, MessageParcel &replyParcel, bool withSync) in DoCallRequest()
58 bool ProxyDevAuth::ServiceRunning(void) in ServiceRunning()
119 sptr<ProxyDevAuth> ProxyDevAuthData::GetProxy() const in GetProxy()
132 return iface_cast<ProxyDevAuth>(daSa); in GetProxy()

Completed in 1 milliseconds