Home
last modified time | relevance | path

Searched refs:GetAppendedLength (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/tests/unit/
Dtest_message.cpp393 VerifyOrQuit(bufAppender.GetAppendedLength() == 0); in TestAppender()
397 VerifyOrQuit(bufAppender.GetAppendedLength() == sizeof(kData1)); in TestAppender()
404 VerifyOrQuit(bufAppender.GetAppendedLength() == sizeof(kData1) + sizeof(kData2)); in TestAppender()
415 … VerifyOrQuit(bufAppender.GetAppendedLength() == sizeof(kData1) + sizeof(kData2) + sizeof(kData1)); in TestAppender()
439 VerifyOrQuit(msgAppender.GetAppendedLength() == sizeof(kData1)); in TestAppender()
445 VerifyOrQuit(msgAppender.GetAppendedLength() == sizeof(kData1) + sizeof(kData2)); in TestAppender()
/openthread-latest/src/core/common/
Dappender.hpp127 uint16_t GetAppendedLength(void) const;
Dappender.cpp69 uint16_t Appender::GetAppendedLength(void) const in GetAppendedLength() function in ot::Appender
/openthread-latest/src/core/net/
Ddns_types.cpp1174 if (aAppender.GetAppendedLength() == 0) in AppendEntries()