Searched refs:unitPath (Results 1 – 3 of 3) sorted by relevance
63 std::string unitPath = sensor_paths::getPathForUnits(sensorUnits); in PSUSensor() local69 "TYPENAME", unitPath, "FACTOR", factor, "MIN", min, "MAX", max, in PSUSensor()76 std::string dbusPath = sensorPathPrefix + unitPath + "/" + name; in PSUSensor()
345 std::string unitPath{}; // default empty if unit does not exist in parseBus() local349 unitPath = i_data.at("units").at(unit).get<std::string>(); in parseBus()352 return std::make_tuple(busType, unitPath); in parseBus()
727 auto unitPath = ValueIface::convertUnitToString(unitObj); in getSensorTypeFromUnit() local728 if (unitPath == (unitPrefix + unit)) in getSensorTypeFromUnit()