Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Ddns_api.cpp122 otError otDnsAddressResponseGetHostName(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetHostName()
131 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetAddress()
154 otError otDnsBrowseResponseGetServiceName(const otDnsBrowseResponse *aResponse, in otDnsBrowseResponseGetServiceName()
163 otError otDnsBrowseResponseGetServiceInstance(const otDnsBrowseResponse *aResponse, in otDnsBrowseResponseGetServiceInstance()
173 otError otDnsBrowseResponseGetServiceInfo(const otDnsBrowseResponse *aResponse, in otDnsBrowseResponseGetServiceInfo()
182 otError otDnsBrowseResponseGetHostAddress(const otDnsBrowseResponse *aResponse, in otDnsBrowseResponseGetHostAddress()
223 otError otDnsServiceResponseGetServiceName(const otDnsServiceResponse *aResponse, in otDnsServiceResponseGetServiceName()
235 otError otDnsServiceResponseGetServiceInfo(const otDnsServiceResponse *aResponse, otDnsServiceInfo … in otDnsServiceResponseGetServiceInfo()
240 otError otDnsServiceResponseGetHostAddress(const otDnsServiceResponse *aResponse, in otDnsServiceResponseGetHostAddress()
Dcoap_api.cpp52 otError otCoapMessageInitResponse(otMessage *aResponse, const otMessage *aRequest, otCoapType aType… in otCoapMessageInitResponse()
/openthread-latest/src/cli/
Dcli_dns.cpp520 void Dns::HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse, void *aCo… in HandleDnsAddressResponse()
525 void Dns::HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse) in HandleDnsAddressResponse()
577 void Dns::HandleDnsBrowseResponse(otError aError, const otDnsBrowseResponse *aResponse, void *aCont… in HandleDnsBrowseResponse()
582 void Dns::HandleDnsBrowseResponse(otError aError, const otDnsBrowseResponse *aResponse) in HandleDnsBrowseResponse()
619 void Dns::HandleDnsServiceResponse(otError aError, const otDnsServiceResponse *aResponse, void *aCo… in HandleDnsServiceResponse()
624 void Dns::HandleDnsServiceResponse(otError aError, const otDnsServiceResponse *aResponse) in HandleDnsServiceResponse()
/openthread-latest/src/core/net/
Ddns_platform.cpp42 …PlatDnsUpstreamQueryDone(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, otMessage *aResponse) in otPlatDnsUpstreamQueryDone()
Ddns_client.cpp1226 void Client::FinalizeQuery(Response &aResponse, Error aError) in FinalizeQuery()
1462 Client::Query *Client::PopulateResponse(Response &aResponse, Query &aQuery, const Message &aRespons… in PopulateResponse()
Ddnssd_server.cpp972 void Server::ResolveByProxy(Response &aResponse, const Ip6::MessageInfo &aMessageInfo) in ResolveByProxy()
1141 …rver::RemoveQueryAndPrepareResponse(ProxyQuery &aQuery, ProxyQueryInfo &aInfo, Response &aResponse) in RemoveQueryAndPrepareResponse()
Dmdns.cpp744 void Core::RecordInfo::UpdateStateAfterAnswer(const TxMessage &aResponse) in UpdateStateAfterAnswer()
1137 void Core::Entry::UpdateRecordsState(const TxMessage &aResponse) in UpdateRecordsState()
1709 void Core::HostEntry::UpdateRecordsState(const TxMessage &aResponse) in UpdateRecordsState()
2359 void Core::ServiceEntry::UpdateRecordsState(const TxMessage &aResponse) in UpdateRecordsState()
2944 void Core::ServiceType::AppendPtrRecordTo(TxMessage &aResponse, uint16_t aServiceTypeOffset) in AppendPtrRecordTo()
Ddns_types.cpp46 Error Header::ResponseCodeToError(Response aResponse) in ResponseCodeToError()
Ddns_types.hpp266 void SetResponseCode(Response aResponse) in SetResponseCode()
/openthread-latest/src/core/meshcop/
Dtcat_agent.cpp555 bool &aResponse) in HandlePing()
582 Error TcatAgent::HandleGetNetworkName(Message &aOutgoingMessage, bool &aResponse) in HandleGetNetworkName()
600 Error TcatAgent::HandleGetDeviceId(Message &aOutgoingMessage, bool &aResponse) in HandleGetDeviceId()
629 Error TcatAgent::HandleGetExtPanId(Message &aOutgoingMessage, bool &aResponse) in HandleGetExtPanId()
643 Error TcatAgent::HandleGetProvisioningUrl(Message &aOutgoingMessage, bool &aResponse) in HandleGetProvisioningUrl()
706 Error TcatAgent::HandleRequestRandomNumberChallenge(Message &aOutgoingMessage, bool &aResponse) in HandleRequestRandomNumberChallenge()
723 bool &aResponse) in HandleRequestPskdHash()
Dborder_agent.cpp425 const Coap::Message *aResponse, in HandleCoapResponse()
/openthread-latest/tests/unit/
Dtest_dns_client.cpp374 void AddressCallback(otError aError, const otDnsAddressResponse *aResponse, void *aContext) in AddressCallback()
429 void BrowseCallback(otError aError, const otDnsBrowseResponse *aResponse, void *aContext) in BrowseCallback()
495 void ServiceCallback(otError aError, const otDnsServiceResponse *aResponse, void *aContext) in ServiceCallback()
Dtest_dnssd_discovery_proxy.cpp295 void BrowseCallback(otError aError, const otDnsBrowseResponse *aResponse, void *aContext) in BrowseCallback()
371 void ServiceCallback(otError aError, const otDnsServiceResponse *aResponse, void *aContext) in ServiceCallback()
446 void AddressCallback(otError aError, const otDnsAddressResponse *aResponse, void *aContext) in AddressCallback()
/openthread-latest/src/core/coap/
Dcoap.cpp513 Message *aResponse, in FinalizeCoapTransaction()
587 Error CoapBase::CacheLastBlockResponse(Message *aResponse) in CacheLastBlockResponse()
991 Message *CoapBase::FindRelatedRequest(const Message &aResponse, in FindRelatedRequest()
1460 Message **aResponse) in GetMatchedResponseCopy()
/openthread-latest/src/core/thread/
Dnetwork_diagnostic.cpp223 Error Server::AppendRequestedTlvs(const Message &aRequest, Message &aResponse) in AppendRequestedTlvs()
645 Coap::Message *aResponse, in HandleAnswerResponse()
Dmle.cpp4873 Error Mle::TxMessage::AppendResponseTlv(const RxChallenge &aResponse) in AppendResponseTlv()