Lines Matching defs:serviceImpl
127 ServiceImpl *serviceImpl = (ServiceImpl *)VECTOR_At(&(samgr->services), i); in SAMGR_Bootstrap() local
152 ServiceImpl *serviceImpl = (ServiceImpl *)VECTOR_At(&(manager->services), serviceId); in SAMGR_GetServiceByID() local
193 ServiceImpl *serviceImpl = (ServiceImpl *)VECTOR_At(services, i); in InitializeAllServices() local
208 ServiceImpl *serviceImpl = (ServiceImpl *)VECTOR_At(services, i); in InitializeAllServices() local
237 ServiceImpl *serviceImpl = SAMGR_CreateServiceImpl(service, samgr->status); in RegisterService() local
261 ServiceImpl *serviceImpl = (ServiceImpl *)VECTOR_At(services, pos); in UnregisterService() local
284 ServiceImpl *serviceImpl = GetService(serviceName); in RegisterFeature() local
302 ServiceImpl *serviceImpl = GetService(serviceName); in UnregisterFeature() local
315 ServiceImpl *serviceImpl = GetService(serviceName); in RegisterFeatureApi() local
337 ServiceImpl *serviceImpl = GetService(serviceName); in UnregisterFeatureApi() local
392 ServiceImpl *serviceImpl = GetService(serviceName); in GetFeatureApi() local
426 static const char *GetServiceName(const ServiceImpl *serviceImpl) in GetServiceName()
494 ServiceImpl *serviceImpl = (ServiceImpl *)VECTOR_At(services, pos); in GetService() local
508 ServiceImpl *serviceImpl = (ServiceImpl *)request->data; in HandleInitRequest() local