Home
last modified time | relevance | path

Searched defs:aResponse (Results 1 – 13 of 13) sorted by relevance

/openthread-3.5.0/src/core/api/
Ddns_api.cpp124 otError otDnsAddressResponseGetHostName(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetHostName()
133 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetAddress()
156 otError otDnsBrowseResponseGetServiceName(const otDnsBrowseResponse *aResponse, in otDnsBrowseResponseGetServiceName()
165 otError otDnsBrowseResponseGetServiceInstance(const otDnsBrowseResponse *aResponse, in otDnsBrowseResponseGetServiceInstance()
175 otError otDnsBrowseResponseGetServiceInfo(const otDnsBrowseResponse *aResponse, in otDnsBrowseResponseGetServiceInfo()
184 otError otDnsBrowseResponseGetHostAddress(const otDnsBrowseResponse *aResponse, in otDnsBrowseResponseGetHostAddress()
225 otError otDnsServiceResponseGetServiceName(const otDnsServiceResponse *aResponse, in otDnsServiceResponseGetServiceName()
237 otError otDnsServiceResponseGetServiceInfo(const otDnsServiceResponse *aResponse, otDnsServiceInfo … in otDnsServiceResponseGetServiceInfo()
242 otError otDnsServiceResponseGetHostAddress(const otDnsServiceResponse *aResponse, in otDnsServiceResponseGetHostAddress()
Dcoap_api.cpp56 otError otCoapMessageInitResponse(otMessage *aResponse, const otMessage *aRequest, otCoapType aType… in otCoapMessageInitResponse()
/openthread-3.5.0/src/cli/
Dcli_dns.cpp514 void Dns::HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse, void *aCo… in HandleDnsAddressResponse()
519 void Dns::HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse) in HandleDnsAddressResponse()
571 void Dns::HandleDnsBrowseResponse(otError aError, const otDnsBrowseResponse *aResponse, void *aCont… in HandleDnsBrowseResponse()
576 void Dns::HandleDnsBrowseResponse(otError aError, const otDnsBrowseResponse *aResponse) in HandleDnsBrowseResponse()
613 void Dns::HandleDnsServiceResponse(otError aError, const otDnsServiceResponse *aResponse, void *aCo… in HandleDnsServiceResponse()
618 void Dns::HandleDnsServiceResponse(otError aError, const otDnsServiceResponse *aResponse) in HandleDnsServiceResponse()
/openthread-3.5.0/src/core/net/
Ddns_platform.cpp47 …PlatDnsUpstreamQueryDone(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, otMessage *aResponse) in otPlatDnsUpstreamQueryDone()
Ddnssd_server.cpp914 void Server::ResolveByProxy(Response &aResponse, const Ip6::MessageInfo &aMessageInfo) in ResolveByProxy()
993 …RemoveQueryAndPrepareResponse(ProxyQuery &aQuery, const ProxyQueryInfo &aInfo, Response &aResponse) in RemoveQueryAndPrepareResponse()
Ddns_client.cpp1231 void Client::FinalizeQuery(Response &aResponse, Error aError) in FinalizeQuery()
1462 Client::Query *Client::PopulateResponse(Response &aResponse, Query &aQuery, const Message &aRespons… in PopulateResponse()
Ddns_types.cpp53 Error Header::ResponseCodeToError(Response aResponse) in ResponseCodeToError()
Ddns_types.hpp297 void SetResponseCode(Response aResponse) in SetResponseCode()
/openthread-3.5.0/src/core/coap/
Dcoap.cpp163 Message *CoapBase::InitResponse(Message *aMessage, const Message &aResponse) in InitResponse()
526 Message *aResponse, in FinalizeCoapTransaction()
600 Error CoapBase::CacheLastBlockResponse(Message *aResponse) in CacheLastBlockResponse()
1004 Message *CoapBase::FindRelatedRequest(const Message &aResponse, in FindRelatedRequest()
1486 Message **aResponse) in GetMatchedResponseCopy()
/openthread-3.5.0/tests/unit/
Dtest_dns_client.cpp368 void BrowseCallback(otError aError, const otDnsBrowseResponse *aResponse, void *aContext) in BrowseCallback()
434 void ServiceCallback(otError aError, const otDnsServiceResponse *aResponse, void *aContext) in ServiceCallback()
/openthread-3.5.0/src/core/thread/
Dnetwork_diagnostic.cpp250 Error Server::AppendRequestedTlvs(const Message &aRequest, Message &aResponse) in AppendRequestedTlvs()
652 Coap::Message *aResponse, in HandleAnswerResponse()
Dmle.cpp4545 Error Mle::TxMessage::AppendResponseTlv(const RxChallenge &aResponse) in AppendResponseTlv()
/openthread-3.5.0/src/core/meshcop/
Dborder_agent.cpp171 …erAgent::HandleCoapResponse(ForwardContext &aForwardContext, const Coap::Message *aResponse, Error… in HandleCoapResponse()