Searched refs:isFatal (Results 1 – 3 of 3) sorted by relevance
29 * @param isFatal Whether an error would result with ICanBus instance being unusable.31 onError(ErrorEvent error, bool isFatal);
88 void notifyErrorListeners(ErrorEvent err, bool isFatal);
267 void CanBus::notifyErrorListeners(ErrorEvent err, bool isFatal) { in notifyErrorListeners() argument270 if (!listener->onError(err, isFatal).isOk()) { in notifyErrorListeners()