Lines Matching refs:ServiceCache

4917             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()
5574 void Core::ServiceCache::UpdateRecordStateAfterQuery(TimeMilli aNow) { mRecord.UpdateStateAfterQuer… in UpdateRecordStateAfterQuery()
5576 void Core::ServiceCache::DetermineRecordFireTime(void) { mRecord.UpdateQueryAndFireTimeOn(*this); } in DetermineRecordFireTime()
5578 bool Core::ServiceCache::ShouldStartInitialQueries(void) const in ShouldStartInitialQueries()
5600 return ServiceCache::Init(aInstance, kSrvCache, aServiceInstance, aServiceType); in Init()
5613 bool Core::SrvCache::Matches(const Name &aFullName) const { return ServiceCache::Matches(aFullName)… in Matches()
5617 return ServiceCache::Matches(aServiceName.mServiceInstance, aServiceName.mServiceType); in Matches()
5622 return ServiceCache::Matches(aResolver.mServiceInstance, aResolver.mServiceType); in Matches()
5798 return ServiceCache::Init(aInstance, kTxtCache, aServiceInstance, aServiceType); in Init()
5811 bool Core::TxtCache::Matches(const Name &aFullName) const { return ServiceCache::Matches(aFullName)… in Matches()
5815 return ServiceCache::Matches(aServiceName.mServiceInstance, aServiceName.mServiceType); in Matches()
5820 return ServiceCache::Matches(aResolver.mServiceInstance, aResolver.mServiceType); in Matches()