Home
last modified time | relevance | path

Searched refs:aResponseId (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/net/
Ddns_dso.cpp284 Error Dso::Connection::SendResponseMessage(Message &aMessage, MessageId aResponseId) in SendResponseMessage() argument
286 return SendMessage(aMessage, kResponseMessage, aResponseId); in SendResponseMessage()
394 Error Dso::Connection::SendKeepAliveMessage(MessageType aMessageType, MessageId aResponseId) in SendKeepAliveMessage() argument
433 OT_ASSERT(aResponseId != 0); in SendKeepAliveMessage()
463 error = SendMessage(*message, aMessageType, aResponseId); in SendKeepAliveMessage()
Ddns_dso.hpp550 Error SendResponseMessage(Message &aMessage, MessageId aResponseId);
746 Error SendKeepAliveMessage(MessageType aMessageType, MessageId aResponseId);
/openthread-latest/tests/unit/
Dtest_dso.cpp203 void SendTestResponseMessage(MessageId aResponseId, uint8_t aValue) in SendTestResponseMessage() argument
206 SuccessOrQuit(SendResponseMessage(PrepareTestMessage(aValue), aResponseId)); in SendTestResponseMessage()