Home
last modified time | relevance | path

Searched refs:GetMessage (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/common/
Dappender.hpp136 Message &GetMessage(void) const { return *mShared.mMessage.mMessage; } in GetMessage() function in ot::Appender
/openthread-latest/src/core/coap/
Dcoap_message.cpp543 VerifyOrExit(mNextOptionOffset < GetMessage().GetLength(), error = kErrorParse); in Advance()
555 VerifyOrExit(optionLength <= GetMessage().GetLength() - mNextOptionOffset, error = kErrorParse); in Advance()
575 GetMessage().ReadBytes(mNextOptionOffset - mOption.mLength, aValue, mOption.mLength); in ReadOptionValue()
611 SuccessOrExit(error = GetMessage().Read(mNextOptionOffset, aBuffer, aLength)); in Read()
Dcoap_message.hpp1089 const Message &GetMessage(void) const { return *static_cast<const Message *>(mMessage); } in GetMessage() function in ot::Coap::Option::Iterator
Dcoap.cpp645 iterator.GetMessage(), in PrepareNextBlockRequest()
/openthread-latest/src/core/api/
Dcoap_api.cpp164 IgnoreError(iterator.Init(iterator.GetMessage(), aOption)); in otCoapOptionIteratorGetFirstOptionMatching()
172 IgnoreError(iterator.Init(iterator.GetMessage())); in otCoapOptionIteratorGetFirstOption()