Lines Matching refs:mDecoder

274     SuccessOrExit(error = mDecoder.ReadBool(mSrcMatchEnabled[mCurCommandIid]));  in HandlePropertySet()
290 while (mDecoder.GetRemainingLengthInStruct() >= sizeof(uint16_t)) in HandlePropertySet()
294 SuccessOrExit(error = mDecoder.ReadUint16(shortAddress)); in HandlePropertySet()
311 while (mDecoder.GetRemainingLengthInStruct() >= sizeof(otExtAddress)) in HandlePropertySet()
315 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertySet()
329 SuccessOrExit(error = mDecoder.ReadUint16(shortAddress)); in HandlePropertyRemove()
342 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertyRemove()
356 SuccessOrExit(error = mDecoder.ReadUint16(shortAddress)); in HandlePropertyInsert()
369 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertyInsert()
382 SuccessOrExit(error = mDecoder.ReadBool(value)); in HandlePropertySet()
402 SuccessOrExit(error = mDecoder.ReadUint16(shortAddress)); in HandlePropertySet()
415 SuccessOrExit(error = mDecoder.ReadUint16(shortAddress)); in HandlePropertySet()
431 SuccessOrExit(error = mDecoder.ReadUint8(interface)); in HandlePropertySet()
452 SuccessOrExit(error = mDecoder.ReadDataWithLen(payloadPtr, payloadLen)); in DecodeStreamRawTxRequest()
461 SuccessOrExit(error = mDecoder.ReadUint8(aFrame.mChannel)); in DecodeStreamRawTxRequest()
480 SuccessOrExit(mDecoder.ReadUint8(aFrame.mInfo.mTxInfo.mMaxCsmaBackoffs)); in DecodeStreamRawTxRequest()
481 SuccessOrExit(mDecoder.ReadUint8(aFrame.mInfo.mTxInfo.mMaxFrameRetries)); in DecodeStreamRawTxRequest()
483 SuccessOrExit(mDecoder.ReadBool(csmaEnable)); in DecodeStreamRawTxRequest()
486 SuccessOrExit(mDecoder.ReadBool(isHeaderUpdated)); in DecodeStreamRawTxRequest()
489 SuccessOrExit(mDecoder.ReadBool(isARetx)); in DecodeStreamRawTxRequest()
492 SuccessOrExit(mDecoder.ReadBool(isSecurityProcessed)); in DecodeStreamRawTxRequest()
495 SuccessOrExit(mDecoder.ReadUint32(aFrame.mInfo.mTxInfo.mTxDelay)); in DecodeStreamRawTxRequest()
496 SuccessOrExit(mDecoder.ReadUint32(aFrame.mInfo.mTxInfo.mTxDelayBaseTime)); in DecodeStreamRawTxRequest()
497 SuccessOrExit(mDecoder.ReadUint8(aFrame.mInfo.mTxInfo.mRxChannelAfterTxDone)); in DecodeStreamRawTxRequest()
498 SuccessOrExit(mDecoder.ReadInt8(aFrame.mInfo.mTxInfo.mTxPower)); in DecodeStreamRawTxRequest()
550 SuccessOrExit(error = mDecoder.ReadUint8(keyIdMode)); in HandlePropertySet()
553 SuccessOrExit(error = mDecoder.ReadUint8(keyId)); in HandlePropertySet()
555 SuccessOrExit(error = mDecoder.ReadDataWithLen(prevKey, keySize)); in HandlePropertySet()
558 SuccessOrExit(error = mDecoder.ReadDataWithLen(currKey, keySize)); in HandlePropertySet()
561 SuccessOrExit(error = mDecoder.ReadDataWithLen(nextKey, keySize)); in HandlePropertySet()
578 SuccessOrExit(error = mDecoder.ReadUint32(frameCounter)); in HandlePropertySet()
580 if (!mDecoder.IsAllReadInStruct()) in HandlePropertySet()
582 SuccessOrExit(error = mDecoder.ReadBool(setIfLarger)); in HandlePropertySet()
622 SuccessOrExit(error = mDecoder.ReadUint16(shortAddress)); in HandlePropertySet()
623 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertySet()