Searched refs:ProdServiceFactory (Results 1 – 4 of 4) sorted by relevance
36 class ProdServiceFactory final : public IEvsServiceFactory {38 explicit ProdServiceFactory(const char* serviceName) : mServiceName(serviceName) {} in ProdServiceFactory() function39 ~ProdServiceFactory() = default;
108 bool ProdServiceFactory::init() { in init()158 std::make_unique<ProdServiceFactory>(kEvsManagerServiceName), in create()
45 class ProdServiceFactory : public ServiceFactory {47 explicit ProdServiceFactory(const char* hardwareServiceName) : in ProdServiceFactory() function49 virtual ~ProdServiceFactory() = default;
162 return build(std::make_unique<ProdServiceFactory>(hardwareServiceName), in build()