Home
last modified time | relevance | path

Searched refs:IsAllReadInStruct (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/tests/unit/
Dtest_spinel_decoder.cpp365 VerifyOrQuit(decoder.IsAllReadInStruct() == false); in TestDecoder()
370 VerifyOrQuit(decoder.IsAllReadInStruct() == false); in TestDecoder()
376 VerifyOrQuit(decoder.IsAllReadInStruct() == true); in TestDecoder()
388 VerifyOrQuit(decoder.IsAllReadInStruct() == false); in TestDecoder()
393 VerifyOrQuit(decoder.IsAllReadInStruct() == true); in TestDecoder()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1420 while (!mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()
1431 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()
1443 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()
1455 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()
1470 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()
1486 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()
1501 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()
1517 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()
1527 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()
1537 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()
[all …]
Dncp_base_radio.cpp580 if (!mDecoder.IsAllReadInStruct()) in HandlePropertySet()
Dncp_base_ftd.cpp1417 while (!mDecoder.IsAllReadInStruct()) in HandlePropertySet()
Dncp_base.cpp1751 while (!mDecoder.IsAllReadInStruct()) in DecodeChannelMask()
/openthread-latest/src/lib/spinel/
Dspinel_prop_codec.cpp150 while (!aDecoder.IsAllReadInStruct()) in DecodeDnssdService()
180 if (!aDecoder.IsAllReadInStruct()) in DecodeDnssdKey()
Dspinel_decoder.hpp504 bool IsAllReadInStruct(void) const { return (mIndex == mEnd); } in IsAllReadInStruct() function in ot::Spinel::Decoder