Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1522 class CacheRecordInfo class in ot::Dns::Multicast::Core
1525 CacheRecordInfo(void);
1647 CacheRecordInfo mRecord;
1711 CacheRecordInfo mRecord;
1824 CacheRecordInfo mRecord;
Dmdns.cpp4690 Core::CacheRecordInfo::CacheRecordInfo(void) in CacheRecordInfo() function in ot::Dns::Multicast::Core::CacheRecordInfo
4696 bool Core::CacheRecordInfo::RefreshTtl(uint32_t aTtl) in RefreshTtl()
4711 bool Core::CacheRecordInfo::ShouldExpire(TimeMilli aNow) const { return IsPresent() && (GetExpireTi… in ShouldExpire()
4713 void Core::CacheRecordInfo::UpdateStateAfterQuery(TimeMilli aNow) in UpdateStateAfterQuery()
4732 void Core::CacheRecordInfo::UpdateQueryAndFireTimeOn(CacheEntry &aCacheEntry) in UpdateQueryAndFireTimeOn()
4762 bool Core::CacheRecordInfo::LessThanHalfTtlRemains(TimeMilli aNow) const in LessThanHalfTtlRemains()
4767 uint32_t Core::CacheRecordInfo::GetRemainingTtl(TimeMilli aNow) const in GetRemainingTtl()
4783 uint32_t Core::CacheRecordInfo::GetClampedTtl(void) const in GetClampedTtl()
4791 TimeMilli Core::CacheRecordInfo::GetExpireTime(void) const in GetExpireTime()
4796 TimeMilli Core::CacheRecordInfo::GetQueryTime(uint8_t aAttemptIndex) const in GetQueryTime()