Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1652 void UpdateRecordStateAfterQuery(TimeMilli aNow);
1707 void UpdateRecordStateAfterQuery(TimeMilli aNow);
1829 void UpdateRecordStateAfterQuery(TimeMilli aNow);
Dmdns.cpp5157 As<BrowseCache>().UpdateRecordStateAfterQuery(aContext.GetNow()); in PrepareQuery()
5161 As<ServiceCache>().UpdateRecordStateAfterQuery(aContext.GetNow()); in PrepareQuery()
5165 As<AddrCache>().UpdateRecordStateAfterQuery(aContext.GetNow()); in PrepareQuery()
5428 void Core::BrowseCache::UpdateRecordStateAfterQuery(TimeMilli aNow) in UpdateRecordStateAfterQuery() function in ot::Dns::Multicast::Core::BrowseCache
5574 void Core::ServiceCache::UpdateRecordStateAfterQuery(TimeMilli aNow) { mRecord.UpdateStateAfterQuer… in UpdateRecordStateAfterQuery() function in ot::Dns::Multicast::Core::ServiceCache
6043 void Core::AddrCache::UpdateRecordStateAfterQuery(TimeMilli aNow) in UpdateRecordStateAfterQuery() function in ot::Dns::Multicast::Core::AddrCache