Searched refs:aResponseId (Results 1 – 3 of 3) sorted by relevance
| /openthread-latest/src/core/net/ |
| D | dns_dso.cpp | 284 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()
|
| D | dns_dso.hpp | 550 Error SendResponseMessage(Message &aMessage, MessageId aResponseId); 746 Error SendKeepAliveMessage(MessageType aMessageType, MessageId aResponseId);
|
| /openthread-latest/tests/unit/ |
| D | test_dso.cpp | 203 void SendTestResponseMessage(MessageId aResponseId, uint8_t aValue) in SendTestResponseMessage() argument 206 SuccessOrQuit(SendResponseMessage(PrepareTestMessage(aValue), aResponseId)); in SendTestResponseMessage()
|