Home
last modified time | relevance | path

Searched refs:getSensorPath (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-pid-control/dbus/
H A Ddbusutil.hpp33 std::string getSensorPath(const std::string& type, const std::string& id);
H A Ddbusutil.cpp113 std::string getSensorPath(const std::string& type, const std::string& id) in getSensorPath() function
H A Ddbuspassive.cpp73 path = getSensorPath(type, id); in createDbusPassive()
H A Ddbusconfiguration.cpp790 getSensorPath(config.type, inputSensorName); in init()
1091 getSensorPath(config.type, shortName); in init()
/openbmc/phosphor-pid-control/test/
H A Ddbus_util_unittest.cpp37 EXPECT_THAT(getSensorPath(std::get<0>(params), std::get<1>(params)), in TEST_P()