Searched defs:aQuery (Results 1 – 9 of 9) sorted by relevance
/openthread-3.5.0/src/core/api/ |
D | dns_server_api.cpp | 71 const otDnssdQuery *otDnssdGetNextQuery(otInstance *aInstance, const otDnssdQuery *aQuery) in otDnssdGetNextQuery() 76 otDnssdQueryType otDnssdGetQueryTypeAndName(const otDnssdQuery *aQuery, char (*aNameOutput)[OT_DNS_… in otDnssdGetQueryTypeAndName()
|
D | sntp_api.cpp | 46 const otSntpQuery *aQuery, in otSntpClientQuery()
|
/openthread-3.5.0/examples/platforms/simulation/ |
D | dns.c | 35 …DnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery) in otPlatDnsStartUpstreamQuery()
|
/openthread-3.5.0/src/core/net/ |
D | dns_client.cpp | 1036 …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 …]
|
D | dnssd_server.cpp | 953 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()
|
D | sntp_client.cpp | 84 Error Client::Query(const otSntpQuery *aQuery, otSntpResponseHandler aHandler, void *aContext) in Query() 219 void Client::FinalizeSntpTransaction(Message &aQuery, in FinalizeSntpTransaction()
|
D | dns_client.hpp | 834 void UpdateQuery(Query &aQuery, const QueryInfo &aInfo) { aQuery.Write(0, aInfo); } in UpdateQuery()
|
/openthread-3.5.0/src/posix/platform/ |
D | resolver.cpp | 114 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/ |
D | test_platform.cpp | 613 …DnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery) in otPlatDnsStartUpstreamQuery()
|