Home
last modified time | relevance | path

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

/openbmc/phosphor-modbus/rtu/inventory/
H A Dmodbus_inventory.cpp415 auto pathSuffix = in addInventorySource() local
418 properties.name = pathSuffix; in addInventorySource()
422 std::replace(pathSuffix.begin(), pathSuffix.end(), ' ', '_'); in addInventorySource()
425 std::string(InventorySourceIntf::namespace_path) + "/" + pathSuffix; in addInventorySource()
/openbmc/phosphor-modbus/tests/
H A Dtest_sensors.cpp151 .pathSuffix = SensorValueIntf::namespace_path::temperature, in TEST_F()
172 .pathSuffix = SensorValueIntf::namespace_path::temperature, in TEST_F()
202 .pathSuffix = SensorValueIntf::namespace_path::temperature, in TEST_F()
H A Dtest_device_events.cpp209 .pathSuffix = SensorValueIntf::namespace_path::temperature, in testSensorCreation()
/openbmc/dbus-sensors/src/intrusion/
H A DIntrusionSensorMain.cpp404 const std::string& pathSuffix = std::to_string(ifindex + 30); in initializeLanStatus() local
421 pathSuffixMap[pathSuffix] = ethNum; in initializeLanStatus()
424 "ETH_INDEX", ethNum, "LINE", line, "PATH", pathSuffix); in initializeLanStatus()
452 "/org/freedesktop/network1/link/_" + pathSuffix, in initializeLanStatus()
/openbmc/phosphor-modbus/rtu/device/
H A Dbase_config.hpp28 std::string pathSuffix = "unknown"; member
H A Dbase_config.cpp129 sensorRegister.pathSuffix = type->second.first; in processRegisterType()
267 "PATH_SUFFIX", sensorRegister.pathSuffix); in printConfig()
H A Dbase_device.cpp58 sensorRegister.pathSuffix, config.name + "_" + sensorRegister.name); in createSensors()