Home
last modified time | relevance | path

Searched refs:errorCodes (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DVehicleStub.java146 public GetVehicleStubAsyncResult(int serviceRequestId, CarPropertyErrorCodes errorCodes) { in GetVehicleStubAsyncResult() argument
149 mCarPropertyErrorCodes = errorCodes; in GetVehicleStubAsyncResult()
193 public SetVehicleStubAsyncResult(int serviceRequestId, CarPropertyErrorCodes errorCodes) { in SetVehicleStubAsyncResult() argument
195 mCarPropertyErrorCodes = errorCodes; in SetVehicleStubAsyncResult()
DAidlVehicleStub.java554 CarPropertyErrorCodes errorCodes); in addErrorResult() argument
882 CarPropertyErrorCodes errorCodes) { in addErrorResult() argument
884 errorCodes)); in addErrorResult()
934 CarPropertyErrorCodes errorCodes) { in addErrorResult() argument
936 new SetVehicleStubAsyncResult(serviceRequestId, errorCodes)); in addErrorResult()
1113 VehicleStubCallbackInterface vehicleStubCallback, CarPropertyErrorCodes errorCodes, in handleAsyncExceptionFromVhal() argument
1118 errorCodes.getCarPropertyManagerErrorCode(), errorCodes.getVendorErrorCode()); in handleAsyncExceptionFromVhal()
1132 vehicleStubCallback, requestInfo.getServiceRequestId(), errorCodes); in handleAsyncExceptionFromVhal()
DHidlVehicleStub.java308 private void callGetAsyncErrorCallback(CarPropertyErrorCodes errorCodes, int serviceRequestId, in callGetAsyncErrorCallback() argument
311 List.of(new GetVehicleStubAsyncResult(serviceRequestId, errorCodes))); in callGetAsyncErrorCallback()
314 private void callSetAsyncErrorCallback(CarPropertyErrorCodes errorCodes, int serviceRequestId, in callSetAsyncErrorCallback() argument
317 List.of(new SetVehicleStubAsyncResult(serviceRequestId, errorCodes))); in callSetAsyncErrorCallback()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java142 CarPropertyErrorCodes errorCodes = new CarPropertyErrorCodes( in convertVhalStatusCodeToCarPropertyManagerErrorCodes() local
145 return errorCodes; in convertVhalStatusCodeToCarPropertyManagerErrorCodes()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java250 GetSetValueResult toErrorResult(CarPropertyErrorCodes errorCodes) { in toErrorResult() argument
251 return GetSetValueResult.newErrorResult(getManagerRequestId(), errorCodes); in toErrorResult()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java667 CarPropertyErrorCodes errorCodes = new CarPropertyErrorCodes( in testGetCarPropertyValuesAsync_errorResultVendorErrorCode() local
671 return deliverResult(invocation, RECEIVED_REQUEST_ID_1, errorCodes, in testGetCarPropertyValuesAsync_errorResultVendorErrorCode()