Home
last modified time | relevance | path

Searched refs:vehicleProperty (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DVehiclePropertyIdsTest.java75 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()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/utils/
H A DUserHalHelper.cpp39 Result<void> verifyPropValue(const VehiclePropValue& propValue, VehicleProperty vehicleProperty, in verifyPropValue() argument
45 if (*prop != vehicleProperty) { in verifyPropValue()
46 return Error() << "Mismatching " << toString(vehicleProperty) << " request, received " in verifyPropValue()