Home
last modified time | relevance | path

Searched refs:AllocateQuery (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Ddns_client.cpp997 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()
Ddns_client.hpp788 …Error AllocateQuery(const QueryInfo &aInfo, const char *aLabel, const char *aName, Query *&a…