Home
last modified time | relevance | path

Searched refs:getCarPropertyManagerErrorCode (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyErrorCodesUnitTest.java44 assertThat(carPropertyErrorCodes.getCarPropertyManagerErrorCode()) in testCarPropertyErrorCodesStatusOkNoErrors()
57 assertThat(carPropertyErrorCodes.getCarPropertyManagerErrorCode()) in testCarPropertyErrorCodesStatusInternalError()
70 assertThat(carPropertyErrorCodes.getCarPropertyManagerErrorCode()) in testCarPropertyErrorCodesStatusNotAvailable()
85 assertThat(carPropertyErrorCodes.getCarPropertyManagerErrorCode()) in testCarPropertyErrorCodesStatusNotAvailableSpeedLow()
100 assertThat(carPropertyErrorCodes.getCarPropertyManagerErrorCode()) in testCarPropertyErrorCodesStatusNotAvailableVendorError()
113 assertThat(carPropertyErrorCodes.getCarPropertyManagerErrorCode()) in testConvertHalToCarPropertyManagerErrorStatusOK()
148 assertThat(carPropertyErrorCodes.getCarPropertyManagerErrorCode()) in testConvertHalToCarPropertyManagerErrorStatus()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java583 assertThat(result.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode()).isEqualTo( in testGetCarPropertyValuesAsync_retryAndTimeout()
603 assertThat(result.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode()).isEqualTo( in testGetCarPropertyValuesAsync_noResultTimeout()
634 assertThat(result.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode()).isEqualTo( in testGetCarPropertyValuesAsync_timeoutFromVehicleStub()
657 assertThat(result.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode()).isEqualTo( in testGetCarPropertyValuesAsync_errorResult()
685 assertThat(result.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode()).isEqualTo( in testGetCarPropertyValuesAsync_errorResultVendorErrorCode()
715 assertThat(result.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode()).isEqualTo( in testGetCarPropertyValuesAsync_propStatusUnavailable()
743 assertThat(result.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode()).isEqualTo( in testGetCarPropertyValuesAsync_propStatusError()
949 assertThat(result.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode()) in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate()
990 assertThat(result1.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode()) in testSetCarPropertyValuesAsync_noWaitForPropertyUpdateWithMultipleAreaRequests()
995 assertThat(result2.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode()) in testSetCarPropertyValuesAsync_noWaitForPropertyUpdateWithMultipleAreaRequests()
[all …]
/packages/services/Car/service/src/com/android/car/
DVehicleStub.java119 return mCarPropertyErrorCodes.getCarPropertyManagerErrorCode(); in getErrorCode()
167 return mCarPropertyErrorCodes.getCarPropertyManagerErrorCode(); in getErrorCode()
DAidlVehicleStub.java1118 errorCodes.getCarPropertyManagerErrorCode(), errorCodes.getVendorErrorCode()); in handleAsyncExceptionFromVhal()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java91 public @CarPropMgrErrorCode int getCarPropertyManagerErrorCode() { in getCarPropertyManagerErrorCode() method in CarPropertyErrorCodes
188 sj.add("cpmErrorCode: " + carPropertyErrorCodes.getCarPropertyManagerErrorCode()); in toString()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java711 .getCarPropertyManagerErrorCode(); in onGetAsyncResults()
1593 carPropertyErrorCodes.getCarPropertyManagerErrorCode(), in onPropertySetError()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java548 mCarPropertyErrorCodes.getCarPropertyManagerErrorCode()); in getErrorCode()
890 result.getCarPropertyErrorCodes().getCarPropertyManagerErrorCode(); in onResults()