Searched refs:GetRemainingLength (Results 1 – 6 of 6) sorted by relevance
127 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()
98 uint16_t GetRemainingLength(void) const { return mMaxLength - mLength; } in GetRemainingLength() function in ot::FrameBuilder
99 uint16_t GetRemainingLength(void) const { return mLength - mIndex; } in GetRemainingLength() function in ot::Spinel::Decoder
1031 if (aAddFragHeader || (payloadLength > frameBuilder.GetRemainingLength())) in PrepareDataFrame()1073 if (payloadLength > frameBuilder.GetRemainingLength()) in PrepareDataFrame()1075 payloadLength = (frameBuilder.GetRemainingLength() & ~0x7); in PrepareDataFrame()
383 if (mDecoder.GetRemainingLength() == 0) in HandlePropertySet()
3507 if (mDecoder.GetRemainingLength() > sizeof(int8_t)) in HandlePropertyInsert()3581 if (mDecoder.GetRemainingLength() > 0) in HandlePropertyRemove()