Searched refs:mIsActive (Results 1 – 4 of 4) sorted by relevance
742 …bool mIsActive; ///< Whether this is an active browser/resolver vs an opportunistic cached… member
4824 mIsActive = false; in Init()4837 mIsActive = aIsActive; in SetIsActive()4839 if (!mIsActive) in SetIsActive()4847 bool Core::CacheEntry::ShouldDelete(TimeMilli aNow) const { return !mIsActive && (mDeleteTime <= aN… in ShouldDelete()4862 VerifyOrExit(mIsActive); in ScheduleQuery()5083 if (!mIsActive) in DetermineNextFireTime()5483 aInfo.mIsActive = IsActive(); in CopyInfoTo()5785 aInfo.mIsActive = IsActive(); in CopyInfoTo()5970 aInfo.mIsActive = IsActive(); in CopyInfoTo()6309 aInfo.mIsActive = IsActive(); in CopyInfoTo()
1577 bool IsActive(void) const { return mIsActive; } in IsActive()1609 …bool mIsActive : 1; // Whether there is any active resolver/browser for this ent… member in ot::Dns::Multicast::Core::CacheEntry
176 OutputLine(kIndentSize, "active: %s", aInfo.mIsActive ? "yes" : "no"); in OutputCacheInfo()