Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1595 bool ShouldQuery(TimeMilli aNow);
Dmdns.cpp4858 bool Core::CacheEntry::ShouldQuery(TimeMilli aNow) { return mQueryPending && (mNextQueryTime <= aNo… in ShouldQuery() function in ot::Dns::Multicast::Core::CacheEntry
5019 if (ShouldQuery(aContext.GetNow())) in HandleTimer()