Searched refs:ShouldQuery (Results 1 – 2 of 2) sorted by relevance
1595 bool ShouldQuery(TimeMilli aNow);
4858 bool Core::CacheEntry::ShouldQuery(TimeMilli aNow) { return mQueryPending && (mNextQueryTime <= aNo… in ShouldQuery() function in ot::Dns::Multicast::Core::CacheEntry5019 if (ShouldQuery(aContext.GetNow())) in HandleTimer()