Home
last modified time | relevance | path

Searched refs:mIsActive (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dmdns.h742 …bool mIsActive; ///< Whether this is an active browser/resolver vs an opportunistic cached… member
/openthread-latest/src/core/net/
Dmdns.cpp4824 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()
Dmdns.hpp1577 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
/openthread-latest/src/cli/
Dcli_mdns.cpp176 OutputLine(kIndentSize, "active: %s", aInfo.mIsActive ? "yes" : "no"); in OutputCacheInfo()