Searched refs:inputPath (Results 1 – 4 of 4) sorted by relevance
| /openbmc/phosphor-logging/test/ |
| H A D | serialization_test_properties.cpp | 21 std::string inputPath = getEntrySerializePath(id, TestSerialization::dir); in TEST_F() local 25 std::move(assocations), fwLevel, inputPath, manager); in TEST_F() 27 EXPECT_EQ(path, inputPath); in TEST_F()
|
| /openbmc/dbus-sensors/src/intel-cpu/ |
| H A D | IntelCPUSensorMain.cpp | 313 for (const auto& inputPath : inputPaths) in createSensors() local 315 auto fileParts = splitFileName(inputPath); in createSensors() 321 auto inputPathStr = inputPath.string(); in createSensors() 340 "PATH", inputPath, "NAME", sensorName); in createSensors() 394 lg2::debug("Mapped: '{PATH}' to '{NAME}'", "PATH", inputPath, in createSensors()
|
| /openbmc/dbus-sensors/src/ |
| H A D | Thresholds.cpp | 490 const std::string& inputPath, const double& scaleFactor, in parseThresholdsFromAttr() argument 514 if (auto fileParts = splitFileName(inputPath)) in parseThresholdsFromAttr() 523 boost::replace_all_copy(inputPath, item, suffix); in parseThresholdsFromAttr()
|
| H A D | Thresholds.hpp | 132 const std::string& inputPath, const double& scaleFactor,
|