Home
last modified time | relevance | path

Searched defs:response (Results 1 – 10 of 10) sorted by relevance

/openthread-2.7.6/src/core/api/
Ddns_api.cpp106 …const Dns::Client::AddressResponse &response = *static_cast<const Dns::Client::AddressResponse *>(… in otDnsAddressResponseGetHostName() local
116 …const Dns::Client::AddressResponse &response = *static_cast<const Dns::Client::AddressResponse *>(… in otDnsAddressResponseGetAddress() local
140 …const Dns::Client::BrowseResponse &response = *static_cast<const Dns::Client::BrowseResponse *>(aR… in otDnsBrowseResponseGetServiceName() local
150 …const Dns::Client::BrowseResponse &response = *static_cast<const Dns::Client::BrowseResponse *>(aR… in otDnsBrowseResponseGetServiceInstance() local
159 …const Dns::Client::BrowseResponse &response = *static_cast<const Dns::Client::BrowseResponse *>(aR… in otDnsBrowseResponseGetServiceInfo() local
170 …const Dns::Client::BrowseResponse &response = *static_cast<const Dns::Client::BrowseResponse *>(aR… in otDnsBrowseResponseGetHostAddress() local
196 …const Dns::Client::ServiceResponse &response = *static_cast<const Dns::Client::ServiceResponse *>(… in otDnsServiceResponseGetServiceName() local
203 …const Dns::Client::ServiceResponse &response = *static_cast<const Dns::Client::ServiceResponse *>(… in otDnsServiceResponseGetServiceInfo() local
214 …const Dns::Client::ServiceResponse &response = *static_cast<const Dns::Client::ServiceResponse *>(… in otDnsServiceResponseGetHostAddress() local
Dcoap_api.cpp60 Coap::Message & response = *static_cast<Coap::Message *>(aResponse); in otCoapMessageInitResponse() local
/openthread-2.7.6/src/core/net/
Ddnssd_server.cpp127 Header::Response response = Header::kResponseSuccess; in ProcessQuery() local
213 Header::Response response = Header::kResponseSuccess; in AddQuestions() local
628 Header::Response response = Header::kResponseSuccess; in ResolveBySrp() local
678 Header::Response response = Header::kResponseNameError; in ResolveQuestionBySrp() local
Ddns_client.cpp846 Response response; in FinalizeQuery() local
932 Response response; in ProcessResponse() local
Dsrp_server.cpp1055 Message * response = nullptr; in SendResponse() local
1092 Message * response = nullptr; in SendResponse() local
/openthread-2.7.6/src/core/coap/
Dcoap.cpp761 Message *response = nullptr; in ProcessBlock1Request() local
822 Message * response = nullptr; in ProcessBlock2Request() local
/openthread-2.7.6/src/core/thread/
Dmle_router.cpp814 Challenge response; in HandleLinkAccept() local
2197 Challenge response; in HandleChildIdRequest() local
2565 Challenge response; in HandleChildUpdateResponse() local
Dmle.cpp3352 Challenge response; in HandleParentResponse() local
3789 Challenge response; in HandleChildUpdateResponse() local
/openthread-2.7.6/tests/scripts/thread-cert/
Dcommand.py487 def check_child_update_response( argument
Dmle.py236 def __init__(self, response): argument
240 def response(self): member in Response