Searched refs:AllocateQuery (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/net/ |
D | dns_client.cpp | 997 SuccessOrExit(error = AllocateQuery(aInfo, aLabel, aName, query)); in StartQuery() 1016 SuccessOrExit(AllocateQuery(aInfo, aLabel, aName, secondQuery)); in StartQuery() 1031 Error Client::AllocateQuery(const QueryInfo &aInfo, const char *aLabel, const char *aName, Query *&… in AllocateQuery() function in ot::Dns::Client 1742 SuccessOrExit(AllocateQuery(info, nullptr, hostName, newQuery)); in ResolveHostAddressIfNeeded()
|
D | dns_client.hpp | 788 …Error AllocateQuery(const QueryInfo &aInfo, const char *aLabel, const char *aName, Query *&a…
|