Searched refs:ReadDataWithLen (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/src/ncp/ |
D | ncp_base_radio.cpp | 452 SuccessOrExit(error = mDecoder.ReadDataWithLen(payloadPtr, payloadLen)); in DecodeStreamRawTxRequest() 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()
|
D | ncp_base_ftd.cpp | 988 SuccessOrExit(error = mDecoder.ReadDataWithLen(tlvs, length)); in HandlePropertySet() 1004 SuccessOrExit(error = mDecoder.ReadDataWithLen(tlvs, length)); in HandlePropertySet() 1025 SuccessOrExit(error = mDecoder.ReadDataWithLen(extPanIdData, length)); in HandlePropertySet_SPINEL_PROP_MESHCOP_COMMISSIONER_GENERATE_PSKC()
|
D | ncp_base_mtd.cpp | 1107 SuccessOrExit(error = mDecoder.ReadDataWithLen(data, dataLen)); in HandlePropertyInsert() 1117 SuccessOrExit(error = mDecoder.ReadDataWithLen(data, dataLen)); in HandlePropertyInsert() 1141 SuccessOrExit(error = mDecoder.ReadDataWithLen(serviceData, serviceDataLength)); in HandlePropertyRemove() 2361 SuccessOrExit(error = mDecoder.ReadDataWithLen(framePtr, frameLen)); in HandlePropertySet() 3396 SuccessOrExit(error = mDecoder.ReadDataWithLen(framePtr, frameLen)); in HandlePropertySet() 4513 SuccessOrExit(error = mDecoder.ReadDataWithLen(framePtr, frameLen)); in HandlePropertySet()
|
D | ncp_base.cpp | 2789 SuccessOrExit(error = mDecoder.ReadDataWithLen(dataPtr, dataLen)); in HandlePropertyInsert()
|
/openthread-latest/src/lib/spinel/ |
D | spinel_prop_codec.cpp | 158 SuccessOrExit(error = aDecoder.ReadDataWithLen(aService.mTxtData, aService.mTxtDataLength)); in DecodeDnssdService() 189 SuccessOrExit(error = aDecoder.ReadDataWithLen(aKey.mKeyData, aKey.mKeyDataLength)); in DecodeDnssdKey()
|
D | spinel_decoder.hpp | 463 otError ReadDataWithLen(const uint8_t *&aData, uint16_t &aDataLen);
|
D | spinel_decoder.cpp | 324 otError Decoder::ReadDataWithLen(const uint8_t *&aData, uint16_t &aDataLen) in ReadDataWithLen() function in ot::Spinel::Decoder
|
/openthread-latest/tests/unit/ |
D | test_spinel_decoder.cpp | 156 SuccessOrQuit(decoder.ReadDataWithLen(dataPtr_1, dataLen_1)); in TestDecoder() 628 VerifyOrQuit(decoder.ReadDataWithLen(dataPtr_1, dataLen_1) == OT_ERROR_PARSE); in TestDecoder()
|