Searched defs:IsActive (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/src/core/meshcop/ | ||
D | commissioner.hpp | 277 bool IsActive(void) const { return mState == kStateActive; } in IsActive() function in ot::MeshCoP::Commissioner |
/openthread-latest/src/core/thread/ | ||
D | mle_router.hpp | 582 bool IsActive(void) const { return mAttempts > 0; } in IsActive() function in ot::Mle::MleRouter::RouterRoleRestorer |
/openthread-latest/src/core/net/ | ||
D | mdns.hpp | 1577 bool IsActive(void) const { return mIsActive; } in IsActive() function in ot::Dns::Multicast::Core::CacheEntry |