Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/api/
H A 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()
H A Dcoap_api.cpp56 otError otCoapMessageInitResponse(otMessage *aResponse, const otMessage *aRequest, otCoapType aType… in otCoapMessageInitResponse()
/aosp_15_r20/external/openthread/src/cli/
H A 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()
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap.cpp523 Message *aResponse, in FinalizeCoapTransaction()
597 Error CoapBase::CacheLastBlockResponse(Message *aResponse) in CacheLastBlockResponse()
1001 Message *CoapBase::FindRelatedRequest(const Message &aResponse, in FindRelatedRequest()
1483 Message **aResponse) in GetMatchedResponseCopy()
/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.cpp636 bool Core::RecordInfo::ShouldAppendTo(TxMessage &aResponse, TimeMilli aNow) const in ShouldAppendTo()
668 void Core::RecordInfo::UpdateStateAfterAnswer(const TxMessage &aResponse) in UpdateStateAfterAnswer()
1043 void Core::Entry::UpdateRecordsState(const TxMessage &aResponse) in UpdateRecordsState()
1555 void Core::HostEntry::PrepareResponse(TxMessage &aResponse, TimeMilli aNow) in PrepareResponse()
1570 void Core::HostEntry::PrepareResponseRecords(TxMessage &aResponse, TimeMilli aNow) in PrepareResponseRecords()
1592 void Core::HostEntry::UpdateRecordsState(const TxMessage &aResponse) in UpdateRecordsState()
2111 void Core::ServiceEntry::PrepareResponse(TxMessage &aResponse, TimeMilli aNow) in PrepareResponse()
2126 void Core::ServiceEntry::PrepareResponseRecords(TxMessage &aResponse, TimeMilli aNow) in PrepareResponseRecords()
2229 void Core::ServiceEntry::UpdateRecordsState(const TxMessage &aResponse) in UpdateRecordsState()
2746 void Core::ServiceType::PrepareResponse(TxMessage &aResponse, TimeMilli aNow) in PrepareResponse()
[all …]
H A Ddns_platform.cpp47 …PlatDnsUpstreamQueryDone(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, otMessage *aResponse) in otPlatDnsUpstreamQueryDone()
H A Ddns_client.cpp1230 void Client::FinalizeQuery(Response &aResponse, Error aError) in FinalizeQuery()
1465 Client::Query *Client::PopulateResponse(Response &aResponse, Query &aQuery, const Message &aRespons… in PopulateResponse()
H A Ddnssd_server.cpp979 void Server::ResolveByProxy(Response &aResponse, const Ip6::MessageInfo &aMessageInfo) in ResolveByProxy()
1160 …rver::RemoveQueryAndPrepareResponse(ProxyQuery &aQuery, ProxyQueryInfo &aInfo, Response &aResponse) in RemoveQueryAndPrepareResponse()
H A Ddns_types.cpp52 Error Header::ResponseCodeToError(Response aResponse) in ResponseCodeToError()
H A Ddns_types.hpp294 void SetResponseCode(Response aResponse) in SetResponseCode()
/aosp_15_r20/external/ot-br-posix/src/rest/
H A Dresource.cpp168 void Resource::HandleCallback(Request &aRequest, Response &aResponse) in HandleCallback()
180 void Resource::HandleDiagnosticCallback(const Request &aRequest, Response &aResponse) in HandleDiagnosticCallback()
205 void Resource::ErrorHandler(Response &aResponse, HttpStatusCode aErrorCode) const in ErrorHandler()
/aosp_15_r20/external/openthread/tests/unit/
H A 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()
H A 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()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_diagnostic.cpp240 Error Server::AppendRequestedTlvs(const Message &aRequest, Message &aResponse) in AppendRequestedTlvs()
659 Coap::Message *aResponse, in HandleAnswerResponse()
H A Dmle.cpp4481 Error Mle::TxMessage::AppendResponseTlv(const RxChallenge &aResponse) in AppendResponseTlv()
/aosp_15_r20/external/ot-br-posix/src/web/web-service/
H A Dot_client.cpp217 char *OpenThreadClient::Read(const char *aResponse, int aTimeout) in Read()
H A Dweb_server.cpp188 const std::shared_ptr<HttpServer::Response> &aResponse, in DefaultResourceSend()
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dborder_agent.cpp182 const Coap::Message *aResponse, in HandleCoapResponse()
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDjetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
HDstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.8.0-rc/
HDgoogle-api-java-client-min-repackaged.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.23.0/
HDgoogle-api-java-client-min-repackaged-1.23.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...