Home
last modified time | relevance | path

Searched refs:ReadDataWithLen (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/ncp/
Dncp_base_radio.cpp452 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()
Dncp_base_ftd.cpp988 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()
Dncp_base_mtd.cpp1107 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()
Dncp_base.cpp2789 SuccessOrExit(error = mDecoder.ReadDataWithLen(dataPtr, dataLen)); in HandlePropertyInsert()
/openthread-latest/src/lib/spinel/
Dspinel_prop_codec.cpp158 SuccessOrExit(error = aDecoder.ReadDataWithLen(aService.mTxtData, aService.mTxtDataLength)); in DecodeDnssdService()
189 SuccessOrExit(error = aDecoder.ReadDataWithLen(aKey.mKeyData, aKey.mKeyDataLength)); in DecodeDnssdKey()
Dspinel_decoder.hpp463 otError ReadDataWithLen(const uint8_t *&aData, uint16_t &aDataLen);
Dspinel_decoder.cpp324 otError Decoder::ReadDataWithLen(const uint8_t *&aData, uint16_t &aDataLen) in ReadDataWithLen() function in ot::Spinel::Decoder
/openthread-latest/tests/unit/
Dtest_spinel_decoder.cpp156 SuccessOrQuit(decoder.ReadDataWithLen(dataPtr_1, dataLen_1)); in TestDecoder()
628 VerifyOrQuit(decoder.ReadDataWithLen(dataPtr_1, dataLen_1) == OT_ERROR_PARSE); in TestDecoder()