Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DSensorPaths.hpp33 std::string getPathForUnits(const std::string& units);
H A DSensorPaths.cpp13 std::string getPathForUnits(const std::string& units) in getPathForUnits() function
H A DExternalSensor.cpp42 std::string dbusPath = sensor_paths::getPathForUnits(sensorUnits); in ExternalSensor()
H A DPSUSensor.cpp66 std::string unitPath = sensor_paths::getPathForUnits(sensorUnits); in PSUSensor()