Home
last modified time | relevance | path

Searched refs:GetRemainingLength (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/tests/unit/
Dtest_spinel_decoder.cpp127 VerifyOrQuit(decoder.GetRemainingLength() == frameLen); in TestDecoder()
143 VerifyOrQuit(decoder.GetRemainingLength() == frameLen - decoder.GetReadLength()); in TestDecoder()
160 VerifyOrQuit(decoder.GetRemainingLength() == 0); in TestDecoder()
200 VerifyOrQuit(decoder.GetRemainingLength() == frameLen); in TestDecoder()
360 VerifyOrQuit(decoder.GetRemainingLength() == frameLen); in TestDecoder()
443 VerifyOrQuit(decoder.GetRemainingLength() == 0); in TestDecoder()
505 VerifyOrQuit(decoder.GetRemainingLength() == 0); in TestDecoder()
561 VerifyOrQuit(decoder.GetRemainingLength() == 0); in TestDecoder()
/openthread-latest/src/core/common/
Dframe_builder.hpp98 uint16_t GetRemainingLength(void) const { return mMaxLength - mLength; } in GetRemainingLength() function in ot::FrameBuilder
/openthread-latest/src/lib/spinel/
Dspinel_decoder.hpp99 uint16_t GetRemainingLength(void) const { return mLength - mIndex; } in GetRemainingLength() function in ot::Spinel::Decoder
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp1031 if (aAddFragHeader || (payloadLength > frameBuilder.GetRemainingLength())) in PrepareDataFrame()
1073 if (payloadLength > frameBuilder.GetRemainingLength()) in PrepareDataFrame()
1075 payloadLength = (frameBuilder.GetRemainingLength() & ~0x7); in PrepareDataFrame()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp383 if (mDecoder.GetRemainingLength() == 0) in HandlePropertySet()
Dncp_base_mtd.cpp3507 if (mDecoder.GetRemainingLength() > sizeof(int8_t)) in HandlePropertyInsert()
3581 if (mDecoder.GetRemainingLength() > 0) in HandlePropertyRemove()