Searched defs:vendorErrorCode (Results 1 – 5 of 5) sorted by relevance
36 PropertyNotAvailableException(int propertyId, int areaId, int vendorErrorCode) { in PropertyNotAvailableException()44 int vendorErrorCode) { in PropertyNotAvailableException()
37 CarInternalErrorException(int propertyId, int areaId, int vendorErrorCode) { in CarInternalErrorException()
2845 int vendorErrorCode = CarPropertyErrorCodes.getVhalVendorErrorCode(e.errorCode); in handleCarServiceSpecificException() local
82 int vendorErrorCode, int systemErrorCode) { in CarPropertyErrorCodes()271 int vendorErrorCode = in.readInt(); in CarPropertyErrorCodes() local
346 public void broadcastWpsFailEvent(String iface, int cfgError, int vendorErrorCode) { in broadcastWpsFailEvent()