Searched refs:FINGERPRINT_ERROR_VENDOR_BASE (Results 1 – 5 of 5) sorted by relevance
85 os << ", errorVendorBase:" << FINGERPRINT_ERROR_VENDOR_BASE << std::endl; in toString()108 static constexpr int32_t FINGERPRINT_ERROR_VENDOR_BASE = 1000; variable
56 FINGERPRINT_ERROR_VENDOR_BASE = 1000 /* vendor-specific error messages start here */ enumerator
107 if (error >= FINGERPRINT_ERROR_VENDOR_BASE) { in VendorErrorFilter()109 *vendorCode = error - FINGERPRINT_ERROR_VENDOR_BASE; in VendorErrorFilter()
468 if (code > FINGERPRINT_ERROR_VENDOR_BASE) { in convertError()470 res.second = code - FINGERPRINT_ERROR_VENDOR_BASE; in convertError()