Searched refs:deviceInterfaces (Results 1 – 1 of 1) sorted by relevance
30 auto deviceInterfaces = DeviceFactoryIntf::getInterfaces(); in getInterfaces() local31 interfaces.insert(interfaces.end(), deviceInterfaces.begin(), in getInterfaces()32 deviceInterfaces.end()); in getInterfaces()73 auto deviceInterfaces = DeviceFactoryIntf::getInterfaces(); in processConfigAdded() local74 if (std::find(deviceInterfaces.begin(), deviceInterfaces.end(), in processConfigAdded()75 interfaceName) != deviceInterfaces.end()) in processConfigAdded()