Searched refs:GetMessage (Results 1 – 5 of 5) sorted by relevance
136 Message &GetMessage(void) const { return *mShared.mMessage.mMessage; } in GetMessage() function in ot::Appender
543 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()
1089 const Message &GetMessage(void) const { return *static_cast<const Message *>(mMessage); } in GetMessage() function in ot::Coap::Option::Iterator
645 iterator.GetMessage(), in PrepareNextBlockRequest()
164 IgnoreError(iterator.Init(iterator.GetMessage(), aOption)); in otCoapOptionIteratorGetFirstOptionMatching()172 IgnoreError(iterator.Init(iterator.GetMessage())); in otCoapOptionIteratorGetFirstOption()