Searched defs:IsInUse (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/core/mac/ | ||
D | mac_filter.hpp | 235 bool IsInUse(void) const { return mFiltered || (mRssIn != kFixedRssDisabled); } in IsInUse() function |
/openthread-latest/src/core/utils/ | ||
D | slaac_address.hpp | 173 bool IsInUse(void) const { return mValid; } in IsInUse() function in ot::Utils::Slaac::SlaacAddress |
/openthread-latest/src/core/thread/ | ||
D | network_data_leader.hpp | 534 … bool IsInUse(uint8_t aId) const { return mRemoveTimes[aId - kMinId].GetValue() == kInUse; } in IsInUse() function in ot::NetworkData::Leader::ContextIds |
D | network_data_publisher.hpp | 462 bool IsInUse(void) const { return GetState() != kNoEntry; } in IsInUse() function in ot::NetworkData::Publisher::PrefixEntry |
D | mle.hpp | 1245 bool IsInUse(void) const { return GetAloc16() != kNotInUse; } in IsInUse() function in ot::Mle::Mle::ServiceAloc |