Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddnssd_server.cpp1038 void Server::ReadQueryName(const Message &aQuery, Name::Buffer &aName) in ReadQueryName()
1045 bool Server::QueryNameMatches(const Message &aQuery, const char *aName) in QueryNameMatches()
1052 void Server::ReadQueryInstanceName(const ProxyQuery &aQuery, const ProxyQueryInfo &aInfo, Name::Buf… in ReadQueryInstanceName()
1059 void Server::ReadQueryInstanceName(const ProxyQuery &aQuery, in ReadQueryInstanceName()
1075 bool Server::QueryInstanceNameMatches(const ProxyQuery &aQuery, const ProxyQueryInfo &aInfo, const … in QueryInstanceNameMatches()
1082 void Server::ReadQueryHostName(const ProxyQuery &aQuery, const ProxyQueryInfo &aInfo, Name::Buffer … in ReadQueryHostName()
1089 bool Server::QueryHostNameMatches(const ProxyQuery &aQuery, const ProxyQueryInfo &aInfo, const char… in QueryHostNameMatches()
1137 void Server::ProxyQueryInfo::ReadFrom(const ProxyQuery &aQuery) in ReadFrom()
1160 void Server::RemoveQueryAndPrepareResponse(ProxyQuery &aQuery, ProxyQueryInfo &aInfo, Response &aRe… in RemoveQueryAndPrepareResponse()
1180 void Server::Response::InitFrom(ProxyQuery &aQuery, const ProxyQueryInfo &aInfo) in InitFrom()
[all …]
Ddns_client.cpp1035 …lient::AllocateQuery(const QueryInfo &aInfo, const char *aLabel, const char *aName, Query *&aQuery) in AllocateQuery()
1060 Client::Query &Client::FindMainQuery(Query &aQuery) in FindMainQuery()
1069 void Client::FreeQuery(Query &aQuery) in FreeQuery()
1084 Error Client::SendQuery(Query &aQuery, QueryInfo &aInfo, bool aUpdateTimer) in SendQuery()
1211 Error Client::AppendNameFromQuery(const Query &aQuery, Message &aMessage) in AppendNameFromQuery()
1219 void Client::FinalizeQuery(Query &aQuery, Error aError) in FinalizeQuery()
1274 void Client::GetQueryTypeAndCallback(const Query &aQuery, QueryType &aType, Callback &aCallback, vo… in GetQueryTypeAndCallback()
1361 Error Client::ParseResponse(const Message &aResponseMessage, Query *&aQuery, Error &aResponseError) in ParseResponse()
1418 bool Client::CanFinalizeQuery(Query &aQuery) in CanFinalizeQuery()
1449 void Client::SaveQueryResponse(Query &aQuery, const Message &aResponseMessage) in SaveQueryResponse()
[all …]
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.hpp835 void UpdateQuery(Query &aQuery, const QueryInfo &aInfo) { aQuery.Write(0, aInfo); } in UpdateQuery()
Dmdns.cpp5160 void Core::BrowseCache::PreparePtrQuestion(TxMessage &aQuery, TimeMilli aNow) in PreparePtrQuestion()
5386 void Core::ServiceCache::PrepareQueryQuestion(TxMessage &aQuery, uint16_t aRrType) in PrepareQueryQuestion()
5551 void Core::SrvCache::PrepareSrvQuestion(TxMessage &aQuery) in PrepareSrvQuestion()
5721 void Core::TxtCache::PrepareTxtQuestion(TxMessage &aQuery) in PrepareTxtQuestion()
5854 void Core::AddrCache::PrepareQueryQuestion(TxMessage &aQuery, uint16_t aRrType) in PrepareQueryQuestion()
6203 void Core::Ip6AddrCache::PrepareAaaaQuestion(TxMessage &aQuery) in PrepareAaaaQuestion()
6239 void Core::Ip4AddrCache::PrepareAQuestion(TxMessage &aQuery) { PrepareQueryQuestion(aQuery, Resourc… in PrepareAQuestion()
/openthread-latest/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-latest/examples/platforms/simulation/
Ddns.c35 …DnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery) in otPlatDnsStartUpstreamQuery()
/openthread-latest/src/posix/platform/
Dresolver.cpp121 void Resolver::Query(otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery) in Query()
325 …DnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery) in otPlatDnsStartUpstreamQuery()
/openthread-latest/tests/unit/
Dtest_platform.cpp701 …DnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery) in otPlatDnsStartUpstreamQuery()