Home
last modified time | relevance | path

Searched defs:aQuery (Results 1 – 9 of 9) sorted by relevance

/openthread-3.5.0/src/core/api/
Ddns_server_api.cpp71 const otDnssdQuery *otDnssdGetNextQuery(otInstance *aInstance, const otDnssdQuery *aQuery) in otDnssdGetNextQuery()
76 otDnssdQueryType otDnssdGetQueryTypeAndName(const otDnssdQuery *aQuery, char (*aNameOutput)[OT_DNS_… in otDnssdGetQueryTypeAndName()
Dsntp_api.cpp46 const otSntpQuery *aQuery, in otSntpClientQuery()
/openthread-3.5.0/examples/platforms/simulation/
Ddns.c35 …DnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery) in otPlatDnsStartUpstreamQuery()
/openthread-3.5.0/src/core/net/
Ddns_client.cpp1036 …lient::AllocateQuery(const QueryInfo &aInfo, const char *aLabel, const char *aName, Query *&aQuery) in AllocateQuery()
1061 Client::Query &Client::FindMainQuery(Query &aQuery) in FindMainQuery()
1070 void Client::FreeQuery(Query &aQuery) in FreeQuery()
1085 Error Client::SendQuery(Query &aQuery, QueryInfo &aInfo, bool aUpdateTimer) in SendQuery()
1212 Error Client::AppendNameFromQuery(const Query &aQuery, Message &aMessage) in AppendNameFromQuery()
1220 void Client::FinalizeQuery(Query &aQuery, Error aError) in FinalizeQuery()
1275 void Client::GetQueryTypeAndCallback(const Query &aQuery, QueryType &aType, Callback &aCallback, vo… in GetQueryTypeAndCallback()
1363 Error Client::ParseResponse(const Message &aResponseMessage, Query *&aQuery, Error &aResponseError) in ParseResponse()
1415 bool Client::CanFinalizeQuery(Query &aQuery) in CanFinalizeQuery()
1446 void Client::SaveQueryResponse(Query &aQuery, const Message &aResponseMessage) in SaveQueryResponse()
[all …]
Ddnssd_server.cpp953 void Server::ReadQueryName(const Message &aQuery, DnsName &aName) in ReadQueryName()
960 bool Server::QueryNameMatches(const Message &aQuery, const char *aName) in QueryNameMatches()
967 void Server::ProxyQueryInfo::ReadFrom(const ProxyQuery &aQuery) in ReadFrom()
993 void Server::RemoveQueryAndPrepareResponse(ProxyQuery &aQuery, const ProxyQueryInfo &aInfo, Respons… in RemoveQueryAndPrepareResponse()
1006 void Server::Response::InitFrom(ProxyQuery &aQuery, const ProxyQueryInfo &aInfo) in InitFrom()
1151 Server::DnsQueryType Server::GetQueryTypeAndName(const otDnssdQuery *aQuery, char (&aName)[Name::kM… in GetQueryTypeAndName()
1227 void Server::Finalize(ProxyQuery &aQuery, ResponseCode aResponseCode) in Finalize()
1295 …DnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery) in otPlatDnsStartUpstreamQuery()
Dsntp_client.cpp84 Error Client::Query(const otSntpQuery *aQuery, otSntpResponseHandler aHandler, void *aContext) in Query()
219 void Client::FinalizeSntpTransaction(Message &aQuery, in FinalizeSntpTransaction()
Ddns_client.hpp834 void UpdateQuery(Query &aQuery, const QueryInfo &aInfo) { aQuery.Write(0, aInfo); } in UpdateQuery()
/openthread-3.5.0/src/posix/platform/
Dresolver.cpp114 void Resolver::Query(otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery) in Query()
295 …DnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery) in otPlatDnsStartUpstreamQuery()
/openthread-3.5.0/tests/unit/
Dtest_platform.cpp613 …DnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery) in otPlatDnsStartUpstreamQuery()