Home
last modified time | relevance | path

Searched refs:inputPath (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-logging/test/
H A Dserialization_test_properties.cpp21 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 DIntelCPUSensorMain.cpp313 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 DThresholds.cpp490 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 DThresholds.hpp132 const std::string& inputPath, const double& scaleFactor,