Lines Matching refs:toInt
37 .prop = toInt(VehicleProperty::INFO_MAKE),
43 {.prop = toInt(VehicleProperty::HVAC_FAN_SPEED),
48 .areaId = toInt(VehicleAreaSeat::ROW_1_LEFT), .minInt32Value = 1, .maxInt32Value = 7},
50 .areaId = toInt(VehicleAreaSeat::ROW_1_RIGHT), .minInt32Value = 1, .maxInt32Value = 5,
54 {.prop = toInt(VehicleProperty::HVAC_SEAT_TEMPERATURE),
57 .areaConfigs = {VehicleAreaConfig{.areaId = toInt(VehicleAreaSeat::ROW_1_LEFT),
61 .areaId = toInt(VehicleAreaSeat::ROW_1_RIGHT),
66 {.prop = toInt(VehicleProperty::INFO_FUEL_CAPACITY),
71 {.prop = toInt(VehicleProperty::DISPLAY_BRIGHTNESS),
77 .prop = toInt(VehicleProperty::MIRROR_FOLD),
176 return hexString(toInt(value)); in enumToHexString()