Home
last modified time | relevance | path

Searched refs:deviceInterfaces (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-modbus/rtu/
H A Ddevice_manager.cpp30 auto deviceInterfaces = DeviceFactoryIntf::getInterfaces(); in getInterfaces() local
31 interfaces.insert(interfaces.end(), deviceInterfaces.begin(), in getInterfaces()
32 deviceInterfaces.end()); in getInterfaces()
73 auto deviceInterfaces = DeviceFactoryIntf::getInterfaces(); in processConfigAdded() local
74 if (std::find(deviceInterfaces.begin(), deviceInterfaces.end(), in processConfigAdded()
75 interfaceName) != deviceInterfaces.end()) in processConfigAdded()