Searched refs:impl (Results 1 – 11 of 11) sorted by relevance
34 ServiceImpl *impl = VECTOR_At(&(samgr->services), i); in SAMGR_PrintServices() local35 if (impl == NULL) { in SAMGR_PrintServices()40 const char *name = impl->service->GetName(impl->service); in SAMGR_PrintServices()42 …impl->serviceId, impl->inited, name, impl->defaultApi, VECTOR_Num(&impl->features), impl->taskPool… in SAMGR_PrintServices()44 TaskPool *pool = impl->taskPool; in SAMGR_PrintServices()50 int16 featureSize = VECTOR_Size(&impl->features); in SAMGR_PrintServices()53 FeatureImpl *feature = VECTOR_At(&impl->features, j); in SAMGR_PrintServices()
26 explicit DevAttestServiceProxy(const sptr<IRemoteObject> &impl) in DevAttestServiceProxy() argument27 : IRemoteProxy<DevAttestInterface>(impl) {} in DevAttestServiceProxy()
16 package org.jeecg.modules.sample.service.impl;18 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
47 explicit DevAttestServiceProxyTest(const sptr<IRemoteObject> &impl) in DevAttestServiceProxyTest() argument48 : IRemoteProxy<DevAttestInterface>(impl) {} in DevAttestServiceProxyTest()
59 # hdi impl includes62 # vdi impl includes
61 explicit ApiCallerProxy(const OHOS::sptr<OHOS::IRemoteObject> &impl);
133 …ApiCallerProxy::ApiCallerProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IApiCaller>(impl) {} in ApiCallerProxy() argument