Searched refs:ServiceCache (Results 1 – 2 of 2) sorted by relevance
/openthread-3.7.0/src/core/net/ |
D | mdns.cpp | 4697 shouldStart = As<ServiceCache>().ShouldStartInitialQueries(); in Add() 4779 As<ServiceCache>().ClearCompressOffsets(); in HandleTimer() 4879 As<ServiceCache>().DetermineRecordFireTime(); in DetermineNextFireTime() 4941 As<ServiceCache>().UpdateRecordStateAfterQuery(aContext.GetNow()); in PrepareQuery() 5298 Error Core::ServiceCache::Init(Instance &aInstance, Type aType, const char *aServiceInstance, const… in Init() 5311 void Core::ServiceCache::ClearCompressOffsets(void) in ClearCompressOffsets() 5317 bool Core::ServiceCache::Matches(const Name &aFullName) const in Matches() 5322 bool Core::ServiceCache::Matches(const char *aServiceInstance, const char *aServiceType) const in Matches() 5327 void Core::ServiceCache::PrepareQueryQuestion(TxMessage &aQuery, uint16_t aRrType) in PrepareQueryQuestion() 5341 void Core::ServiceCache::AppendServiceNameTo(TxMessage &aTxMessage, Section aSection) in AppendServiceNameTo() [all …]
|
D | mdns.hpp | 1708 class ServiceCache : public CacheEntry class in ot::Dns::Multicast::Core 1720 ServiceCache(void) = default; 1740 …class SrvCache : public ServiceCache, public LinkedListEntry<SrvCache>, public Heap::Allocatable<S… 1779 …class TxtCache : public ServiceCache, public LinkedListEntry<TxtCache>, public Heap::Allocatable<T…
|