Lines Matching refs:mDecoder

422     mDecoder.Init(aBuf, aBufLength);  in HandleReceive()
430 SuccessOrExit(mDecoder.ReadUint8(header)); in HandleReceive()
982 SuccessOrExit(error = mDecoder.ReadUintPacked(command)); in HandleCommand()
1169 mDecoder.SavePosition(); in HandleCommandPropertyInsertRemove()
1170 IgnoreError(mDecoder.ReadData(valuePtr, valueLen)); in HandleCommandPropertyInsertRemove()
1171 IgnoreError(mDecoder.ResetToSaved()); in HandleCommandPropertyInsertRemove()
1292 if (mDecoder.GetRemainingLengthInStruct() > 0) in CommandHandler_RESET()
1294 SuccessOrAssert(error = mDecoder.ReadUint8(reset_type)); in CommandHandler_RESET()
1348 error = mDecoder.ReadUintPacked(propKey); in CommandHandler_PROP_VALUE_update()
1384 SuccessOrExit(parseError = mDecoder.ReadUint32(address)); in CommandHandler_PEEK()
1385 SuccessOrExit(parseError = mDecoder.ReadUint16(count)); in CommandHandler_PEEK()
1417 SuccessOrExit(parseError = mDecoder.ReadUint32(address)); in CommandHandler_POKE()
1418 SuccessOrExit(parseError = mDecoder.ReadUint16(count)); in CommandHandler_POKE()
1419 SuccessOrExit(parseError = mDecoder.ReadData(dataPtr, dataLen)); in CommandHandler_POKE()
1448 error = mDecoder.ReadUtf8(string); in HandlePropertySet_SPINEL_PROP_NEST_STREAM_MFG()
1533 SuccessOrExit(error = mDecoder.ReadUintPacked(channel)); in HandlePropertySet()
1572 SuccessOrExit(error = mDecoder.ReadUint8(mode)); in HandlePropertySet()
1607 SuccessOrExit(error = mDecoder.ReadBool(enabled)); in HandlePropertySet()
1624 SuccessOrExit(error = mDecoder.ReadUint16(panid)); in HandlePropertySet()
1642 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertySet()
1665 SuccessOrExit(error = mDecoder.ReadBool(enabled)); in HandlePropertySet()
1696 SuccessOrExit(error = mDecoder.ReadUint64(when)); in HandlePropertySet()
1697 SuccessOrExit(error = mDecoder.ReadUint32(duration)); in HandlePropertySet()
1698 SuccessOrExit(error = mDecoder.ReadUint8(channel)); in HandlePropertySet()
1751 while (!mDecoder.IsAllReadInStruct()) in DecodeChannelMask()
1753 SuccessOrExit(error = mDecoder.ReadUint8(channel)); in DecodeChannelMask()
1786 return mDecoder.ReadUint16(mScanPeriod); in HandlePropertySet()
1833 SuccessOrExit(error = mDecoder.ReadUint8(state)); in HandlePropertySet()
1921 while (mDecoder.GetRemainingLengthInStruct() > 0) in HandlePropertySet()
1923 SuccessOrExit(error = mDecoder.ReadUintPacked(propKey)); in HandlePropertySet()
1948 SuccessOrExit(error = mDecoder.ReadUintPacked(propKey)); in HandlePropertyInsert()
1961 SuccessOrExit(error = mDecoder.ReadUintPacked(propKey)); in HandlePropertyRemove()
2213 SuccessOrExit(error = mDecoder.ReadUint8(state)); in HandlePropertySet()
2306 error = mDecoder.ReadUint8(powerState); in HandlePropertySet_SPINEL_PROP_HOST_POWER_STATE()
2443 SuccessOrExit(error = mDecoder.ReadInt8(threshold)); in HandlePropertySet()
2474 SuccessOrExit(error = mDecoder.ReadInt8(txPower)); in HandlePropertySet()
2505 SuccessOrExit(error = mDecoder.ReadInt8(gain)); in HandlePropertySet()
2518 SuccessOrExit(error = mDecoder.ReadUint8(channel)); in HandlePropertySet()
2519 SuccessOrExit(error = mDecoder.ReadInt8(maxPower)); in HandlePropertySet()
2549 SuccessOrExit(error = mDecoder.ReadUint16(regionCode)); in HandlePropertySet()
2592 SuccessOrExit(error = mDecoder.ReadUint8(spinelNcpLogLevel)); in HandlePropertySet()
2639 SuccessOrExit(error = mDecoder.ReadUint64(timestampBase)); in HandlePropertySet()
2673 SuccessOrExit(error = mDecoder.ReadBool(enabled)); in HandlePropertySet()
2736 SuccessOrExit(error = mDecoder.ReadUint8(metrics)); in DecodeLinkMetrics()
2771 SuccessOrExit(error = mDecoder.ReadUint8(channel)); in HandlePropertySet()
2772 SuccessOrExit(error = mDecoder.ReadInt16(targetPower)); in HandlePropertySet()
2787 SuccessOrExit(error = mDecoder.ReadUint8(channel)); in HandlePropertyInsert()
2788 SuccessOrExit(error = mDecoder.ReadInt16(actualPower)); in HandlePropertyInsert()
2789 SuccessOrExit(error = mDecoder.ReadDataWithLen(dataPtr, dataLen)); in HandlePropertyInsert()