Home
last modified time | relevance | path

Searched defs:IsInUse (Results 1 – 2 of 2) sorted by relevance

/openthread-2.7.6/src/core/mac/
Dmac_filter.hpp233 bool IsInUse(void) const { return mFiltered || (mRssIn != kFixedRssDisabled); } in IsInUse() function
/openthread-2.7.6/src/core/thread/
Dnetwork_data_publisher.hpp394 bool IsInUse(void) const { return GetState() != kNoEntry; } in IsInUse() function in ot::NetworkData::Publisher::PrefixEntry