Searched refs:vehicleProperty (Results 1 – 3 of 3) sorted by relevance
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()
292 Enum vehicleProperty = new Enum("VehicleProperty", parsedArgs.pkgName); in main() local361 vehicleProperty.valueFields.add(field); in main()365 enumTypes.add(vehicleProperty); in main()
64 Result<void> verifyPropValue(const VehiclePropValue& propValue, VehicleProperty vehicleProperty, in verifyPropValue() argument70 if (*prop != vehicleProperty) { in verifyPropValue()71 return Error() << "Mismatching " << toString(vehicleProperty) << " request, received " in verifyPropValue()