Home
last modified time | relevance | path

Searched defs:serverDevicePath (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-modbus/tests/
H A Dtest_modbus.cpp19 static constexpr const char* serverDevicePath = "/tmp/ttyV1"; member in ModbusTest
H A Dtest_inventory.cpp38 static constexpr const char* serverDevicePath = member in InventoryTest
H A Dtest_firmware.cpp52 static constexpr const char* serverDevicePath = "/tmp/ttyFirmwareTestPort1"; member in FirmwareTest
H A Dtest_sensors.cpp42 static constexpr const char* serverDevicePath = "/tmp/ttySensorsTestPort1"; member in SensorsTest
H A Dtest_port.cpp46 static constexpr const char* serverDevicePath = "/tmp/ttyPortV1"; member in PortTest
/openbmc/phosphor-modbus/mocked_test_device/
H A Dmock_modbus_server.cpp135 const char* serverDevicePath = devicePathStr.c_str(); in main() local