Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.cpp4917 shouldStart = As<ServiceCache>().ShouldStartInitialQueries(); in Add()
4999 As<ServiceCache>().ClearCompressOffsets(); in HandleTimer()
5099 As<ServiceCache>().DetermineRecordFireTime(); in DetermineNextFireTime()
5161 As<ServiceCache>().UpdateRecordStateAfterQuery(aContext.GetNow()); in PrepareQuery()
5518 Error Core::ServiceCache::Init(Instance &aInstance, Type aType, const char *aServiceInstance, const… in Init()
5531 void Core::ServiceCache::ClearCompressOffsets(void) in ClearCompressOffsets()
5537 bool Core::ServiceCache::Matches(const Name &aFullName) const in Matches()
5542 bool Core::ServiceCache::Matches(const char *aServiceInstance, const char *aServiceType) const in Matches()
5547 void Core::ServiceCache::PrepareQueryQuestion(TxMessage &aQuery, uint16_t aRrType) in PrepareQueryQuestion()
5561 void Core::ServiceCache::AppendServiceNameTo(TxMessage &aTxMessage, Section aSection) in AppendServiceNameTo()
[all …]
Dmdns.hpp1688 class ServiceCache : public CacheEntry class in ot::Dns::Multicast::Core
1700 ServiceCache(void) = default;
1720 …class SrvCache : public ServiceCache, public LinkedListEntry<SrvCache>, public Heap::Allocatable<S…
1759 …class TxtCache : public ServiceCache, public LinkedListEntry<TxtCache>, public Heap::Allocatable<T…