Searched refs:propErrors (Results 1 – 3 of 3) sorted by relevance
182 VehiclePropErrors propErrors = new VehiclePropErrors(); in injectError() local183 propErrors.payloads = new VehiclePropError[]{error}; in injectError()184 callback.onPropertySetError(propErrors); in injectError()
398 ArrayList<VehiclePropError> propErrors; in handleOnPropertySetError() local400 propErrors = new ArrayList<VehiclePropError>(); in handleOnPropertySetError()401 errorsByPropId.put(propId, propErrors); in handleOnPropertySetError()403 propErrors = errorsByPropId.get(propId); in handleOnPropertySetError()405 propErrors.add(error); in handleOnPropertySetError()420 ArrayList<VehiclePropError> propErrors = errorsByPropId.get(propId); in handleOnPropertySetError() local421 service.onPropertySetError(propErrors); in handleOnPropertySetError()
201 VehiclePropErrors propErrors = { in triggerSetErrorEvent() local204 mSubscriptionCallback->onPropertySetError(propErrors); in triggerSetErrorEvent()