Searched refs:allowError (Results 1 – 2 of 2) sorted by relevance
636 bool allowError = false; in SignalFrameCounterUsedOnTxDone() local638 OT_UNUSED_VARIABLE(allowError); in SignalFrameCounterUsedOnTxDone()652 allowError = Get<LinkRaw>().IsEnabled(); in SignalFrameCounterUsedOnTxDone()655 VerifyOrExit(aFrame.GetKeyIdMode(keyIdMode) == kErrorNone, OT_ASSERT(allowError)); in SignalFrameCounterUsedOnTxDone()658 VerifyOrExit(aFrame.GetFrameCounter(frameCounter) == kErrorNone, OT_ASSERT(allowError)); in SignalFrameCounterUsedOnTxDone()
2149 func string_find_impl(b *Builtin, args Tuple, kwargs []Tuple, allowError, last bool) (Value, error)… argument2173 if !allowError {