Searched refs:unitPath (Results 1 – 3 of 3) sorted by relevance
65 std::string unitPath = sensor_paths::getPathForUnits(sensorUnits); in PSUSensor() local70 << " typename " << unitPath << " factor " << factor << " min " in PSUSensor()79 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()
706 auto unitPath = ValueIface::convertUnitToString(unitObj); in getSensorTypeFromUnit() local707 if (unitPath == (unitPrefix + unit)) in getSensorTypeFromUnit()