Searched defs:impl (Results 1 – 3 of 3) sorted by relevance
27 explicit DevAttestServiceProxy(const sptr<IRemoteObject> &impl) in DevAttestServiceProxy()
34 ServiceImpl *impl = VECTOR_At(&(samgr->services), i); in SAMGR_PrintServices() local
133 …ApiCallerProxy::ApiCallerProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IApiCaller>(impl) {} in ApiCallerProxy()