Lines Matching refs:MessageId
186 typedef uint16_t MessageId; ///< This type represents a DSO Message Identifier. typedef in ot::Dns::Dso::Connection
286 MessageId aMessageId,
514 MessageId &aMessageId,
550 Error SendResponseMessage(Message &aMessage, MessageId aResponseId);
675 bool Contains(MessageId aMessageId, Tlv::Type &aPrimaryTlvType) const;
676 Error Add(MessageId aMessageId, Tlv::Type aPrimaryTlvType, TimeMilli aResponseTimeout);
677 void Remove(MessageId aMessageId);
684 bool Matches(MessageId aMessageId) const { return mMessageId == aMessageId; } in Matches()
686 MessageId mMessageId;
746 Error SendKeepAliveMessage(MessageType aMessageType, MessageId aResponseId);
749 MessageId &aMessageId,
779 MessageId mNextMessageId;