Searched refs:getVhalSystemErrorCode (Results 1 – 5 of 5) sorted by relevance
120 @VehicleHalStatusCodeInt int systemErrorCode = getVhalSystemErrorCode(errorCode); in convertVhalStatusCodeToCarPropertyManagerErrorCodes()152 public static @VehicleHalStatusCodeInt int getVhalSystemErrorCode(int vhalErrorCode) { in getVhalSystemErrorCode() method in CarPropertyErrorCodes
157 assertThat(CarPropertyErrorCodes.getVhalSystemErrorCode(COMBINED_ERROR_CODE)).isEqualTo( in testGetVhalSystemErrorcode()
572 int errorCode = CarPropertyErrorCodes.getVhalSystemErrorCode(e.errorCode); in getAndDispatchPropertyInitValue()
1555 int vhalErrorCode = CarPropertyErrorCodes.getVhalSystemErrorCode( in onPropertySetError()
2844 int errorCode = CarPropertyErrorCodes.getVhalSystemErrorCode(e.errorCode); in handleCarServiceSpecificException()