Searched refs:errorCodes (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/service/src/com/android/car/ |
D | VehicleStub.java | 146 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()
|
D | AidlVehicleStub.java | 554 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()
|
D | HidlVehicleStub.java | 308 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/ |
D | CarPropertyErrorCodes.java | 142 CarPropertyErrorCodes errorCodes = new CarPropertyErrorCodes( in convertVhalStatusCodeToCarPropertyManagerErrorCodes() local 145 return errorCodes; in convertVhalStatusCodeToCarPropertyManagerErrorCodes()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalService.java | 250 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/ |
D | PropertyHalServiceTest.java | 667 CarPropertyErrorCodes errorCodes = new CarPropertyErrorCodes( in testGetCarPropertyValuesAsync_errorResultVendorErrorCode() local 671 return deliverResult(invocation, RECEIVED_REQUEST_ID_1, errorCodes, in testGetCarPropertyValuesAsync_errorResultVendorErrorCode()
|