Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.hpp1681 void UpdateRecordStateAfterQuery(TimeMilli aNow);
1736 void UpdateRecordStateAfterQuery(TimeMilli aNow);
1858 void UpdateRecordStateAfterQuery(TimeMilli aNow);
H A Dmdns.cpp4996 As<BrowseCache>().UpdateRecordStateAfterQuery(aContext.GetNow()); in PrepareQuery()
5000 As<ServiceCache>().UpdateRecordStateAfterQuery(aContext.GetNow()); in PrepareQuery()
5004 As<AddrCache>().UpdateRecordStateAfterQuery(aContext.GetNow()); in PrepareQuery()
5267 void Core::BrowseCache::UpdateRecordStateAfterQuery(TimeMilli aNow) in UpdateRecordStateAfterQuery() function in ot::Dns::Multicast::Core::BrowseCache
5413 void Core::ServiceCache::UpdateRecordStateAfterQuery(TimeMilli aNow) { mRecord.UpdateStateAfterQuer… in UpdateRecordStateAfterQuery() function in ot::Dns::Multicast::Core::ServiceCache
5882 void Core::AddrCache::UpdateRecordStateAfterQuery(TimeMilli aNow) in UpdateRecordStateAfterQuery() function in ot::Dns::Multicast::Core::AddrCache