Searched refs:vehicleProperty (Results 1 – 2 of 2) sorted by relevance
75 for (int vehicleProperty: vehicleProperties) { in testMatchingVehiclePropertyValuesInVehicleHal()76 if (MISSING_VEHICLE_PROPERTY_ID_VALUES.contains(vehicleProperty)) { in testMatchingVehiclePropertyValuesInVehicleHal()80 if (vehicleProperty == VehicleProperty.VEHICLE_SPEED_DISPLAY_UNITS) { in testMatchingVehiclePropertyValuesInVehicleHal()83 assertTrue(vehiclePropertyIds.contains(vehicleProperty)); in testMatchingVehiclePropertyValuesInVehicleHal()
39 Result<void> verifyPropValue(const VehiclePropValue& propValue, VehicleProperty vehicleProperty, in verifyPropValue() argument45 if (*prop != vehicleProperty) { in verifyPropValue()46 return Error() << "Mismatching " << toString(vehicleProperty) << " request, received " in verifyPropValue()