Lines Matching refs:toInt
39 .prop = toInt(VehicleProperty::INFO_MAKE),
46 .prop = toInt(VehicleProperty::HVAC_FAN_SPEED),
53 .areaId = toInt(VehicleAreaZone::ROW_1_LEFT),
57 .areaId = toInt(VehicleAreaZone::ROW_1_RIGHT),
66 .prop = toInt(VehicleProperty::HVAC_SEAT_TEMPERATURE),
73 .areaId = toInt(VehicleAreaZone::ROW_1_LEFT),
77 .areaId = toInt(VehicleAreaZone::ROW_1_RIGHT),
85 .prop = toInt(VehicleProperty::INFO_FUEL_CAPACITY),
97 .prop = toInt(VehicleProperty::DISPLAY_BRIGHTNESS),
109 .prop = toInt(VehicleProperty::MIRROR_FOLD),
211 return hexString(toInt(value)); in enumToHexString()