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 | 318 for (const auto& inputPath : inputPaths) in createSensors() 320 auto fileParts = splitFileName(inputPath); in createSensors() 326 auto inputPathStr = inputPath.string(); in createSensors() 347 "PATH", inputPath, "NAME", sensorName); in createSensors() 404 lg2::info("Mapped: '{PATH}' to '{NAME}'", "PATH", inputPath, in createSensors() 317 for (const auto& inputPath : inputPaths) createSensors() local
|
/openbmc/dbus-sensors/src/ |
H A D | Thresholds.cpp | 486 const std::string& inputPath, const double& scaleFactor, in parseThresholdsFromAttr() argument 510 if (auto fileParts = splitFileName(inputPath)) in parseThresholdsFromAttr() 519 boost::replace_all_copy(inputPath, item, suffix); in parseThresholdsFromAttr()
|
H A D | Thresholds.hpp | 132 const std::string& inputPath, const double& scaleFactor,
|