Lines Matching full:units
9 // This is an allowlist of the units a sensor can measure. Should be in sync
13 std::string getPathForUnits(const std::string& units) in getPathForUnits() argument
17 if (unit.dbusUnitName == units || unit.dbusPathName == units) in getPathForUnits()
30 std::string convertToFullUnits(const std::string& units) in convertToFullUnits() argument
34 if (unit.dbusUnitName == units) in convertToFullUnits()