Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dspinel_decoder.hpp495 uint16_t GetRemainingLengthInStruct(void) const { return mEnd - mIndex; } in GetRemainingLengthInStruct() function in ot::Spinel::Decoder
/openthread-latest/tests/unit/
Dtest_spinel_decoder.cpp364 VerifyOrQuit(decoder.GetRemainingLengthInStruct() == frameLen); in TestDecoder()
377 VerifyOrQuit(decoder.GetRemainingLengthInStruct() == 0); in TestDecoder()
392 VerifyOrQuit(decoder.GetRemainingLengthInStruct() == 0); in TestDecoder()
/openthread-latest/src/ncp/
Dncp_base_radio.cpp290 while (mDecoder.GetRemainingLengthInStruct() >= sizeof(uint16_t)) in HandlePropertySet()
311 while (mDecoder.GetRemainingLengthInStruct() >= sizeof(otExtAddress)) in HandlePropertySet()
Dncp_base_mtd.cpp328 while (mDecoder.GetRemainingLengthInStruct()) in HandlePropertySet()
337 while (mDecoder.GetRemainingLengthInStruct()) in HandlePropertySet()
889 while (mDecoder.GetRemainingLengthInStruct() >= sizeof(uint16_t)) in HandlePropertySet()
1572 … if (otThreadGetVersion() >= OT_THREAD_VERSION_1_2 && mDecoder.GetRemainingLengthInStruct() > 0) in DecodeOperationalDataset()
3054 while (mDecoder.GetRemainingLengthInStruct() > 0) in HandlePropertySet()
3128 while (mDecoder.GetRemainingLengthInStruct() > 0) in HandlePropertySet()
3179 while (mDecoder.GetRemainingLengthInStruct() > 0) in HandlePropertySet()
3186 if (mDecoder.GetRemainingLengthInStruct() > sizeof(otExtAddress)) in HandlePropertySet()
Dncp_base_ftd.cpp770 switch (mDecoder.GetRemainingLengthInStruct()) in HandlePropertyInsert()
815 switch (mDecoder.GetRemainingLengthInStruct()) in HandlePropertyRemove()
Dncp_base.cpp1292 if (mDecoder.GetRemainingLengthInStruct() > 0) in CommandHandler_RESET()
1921 while (mDecoder.GetRemainingLengthInStruct() > 0) in HandlePropertySet()