Home
last modified time | relevance | path

Searched refs:GetReadLength (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tests/unit/
Dtest_spinel_decoder.cpp126 VerifyOrQuit(decoder.GetReadLength() == 0); in TestDecoder()
142 VerifyOrQuit(decoder.GetReadLength() != 0); in TestDecoder()
143 VerifyOrQuit(decoder.GetRemainingLength() == frameLen - decoder.GetReadLength()); in TestDecoder()
159 VerifyOrQuit(decoder.GetReadLength() == frameLen); in TestDecoder()
199 VerifyOrQuit(decoder.GetReadLength() == 0); in TestDecoder()
359 VerifyOrQuit(decoder.GetReadLength() == 0); in TestDecoder()
442 VerifyOrQuit(decoder.GetReadLength() == frameLen); in TestDecoder()
504 VerifyOrQuit(decoder.GetReadLength() == frameLen); in TestDecoder()
560 VerifyOrQuit(decoder.GetReadLength() == frameLen); in TestDecoder()
/openthread-latest/src/lib/spinel/
Dspinel_decoder.hpp92 uint16_t GetReadLength(void) const { return mIndex; } in GetReadLength() function in ot::Spinel::Decoder