Searched refs:pathSuffix (Results 1 – 7 of 7) sorted by relevance
| /openbmc/phosphor-modbus/rtu/inventory/ |
| H A D | modbus_inventory.cpp | 415 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 D | test_sensors.cpp | 151 .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 D | test_device_events.cpp | 209 .pathSuffix = SensorValueIntf::namespace_path::temperature, in testSensorCreation()
|
| /openbmc/dbus-sensors/src/intrusion/ |
| H A D | IntrusionSensorMain.cpp | 404 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 D | base_config.hpp | 28 std::string pathSuffix = "unknown"; member
|
| H A D | base_config.cpp | 129 sensorRegister.pathSuffix = type->second.first; in processRegisterType() 267 "PATH_SUFFIX", sensorRegister.pathSuffix); in printConfig()
|
| H A D | base_device.cpp | 58 sensorRegister.pathSuffix, config.name + "_" + sensorRegister.name); in createSensors()
|