Searched defs:portName (Results 1 – 5 of 5) sorted by relevance
273 auto Device::probePort(std::string portName) -> sdbusplus::async::task<void> in probePort()304 auto Device::probeDevice(uint8_t address, const std::string& portName, in probeDevice()384 auto Device::addInventorySource(uint8_t address, const std::string& portName, in addInventorySource()
53 static constexpr auto portName = "TestPort0"; member in FirmwareTest
52 static constexpr auto portName = "TestPort0"; member in SensorsTest
255 std::string portName = line.substr(portStart, portEnd - portStart); in parseLLDPConf() local
88 std::string portName = "unknown"; member