Home
last modified time | relevance | path

Searched refs:SetSkipLength (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/lib/spinel/
Dmulti_frame_buffer.hpp197 IgnoreError(SetSkipLength(0)); in Clear()
245 otError SetSkipLength(uint16_t aSkipLength) in SetSkipLength() function in ot::Spinel::MultiFrameBuffer
307 IgnoreError(SetSkipLength(0)); in SaveFrame()
319 IgnoreError(SetSkipLength(0)); in DiscardFrame()
/openthread-latest/tests/unit/
Dtest_hdlc.cpp349 VerifyOrQuit(frameBuffer.SetSkipLength(sizeof(sSkipText)) == OT_ERROR_NONE); in TestSpinelMultiFrameBuffer()
362 VerifyOrQuit(frameBuffer.SetSkipLength(sizeof(sSkipText)) == OT_ERROR_NONE); in TestSpinelMultiFrameBuffer()
389 …VerifyOrQuit(frameBuffer.SetSkipLength(kBufferSize - (kFrameHeaderSize - 1)) == OT_ERROR_NO_BUFS, … in TestSpinelMultiFrameBuffer()
390 …VerifyOrQuit(frameBuffer.SetSkipLength(kBufferSize - kFrameHeaderSize) == OT_ERROR_NONE, "after Cl… in TestSpinelMultiFrameBuffer()
/openthread-latest/src/posix/platform/
Dspi_interface.cpp444 SuccessOrExit(error = mRxFrameBuffer->SetSkipLength(kSpiFrameHeaderSize)); in PushPullSpi()
552 …SuccessOrExit(error = mRxFrameBuffer->SetSkipLength(skipAlignAllowanceLength + kSpiFrameHeaderSize… in PushPullSpi()