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.cpp318 for (const auto& inputPath : inputPaths) in createSensors() local
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()
/openbmc/dbus-sensors/src/
H A DThresholds.cpp494 const std::string& inputPath, const double& scaleFactor, in parseThresholdsFromAttr()
518 if (auto fileParts = splitFileName(inputPath)) in parseThresholdsFromAttr()
527 boost::replace_all_copy(inputPath, item, suffix); in parseThresholdsFromAttr()
486 parseThresholdsFromAttr(std::vector<thresholds::Threshold> & thresholdVector,const std::string & inputPath,const double & scaleFactor,const double & offset,const double & hysteresis) parseThresholdsFromAttr() argument
H A DThresholds.hpp132 const std::string& inputPath, const double& scaleFactor,