Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_filter.hpp235 bool IsInUse(void) const { return mFiltered || (mRssIn != kFixedRssDisabled); } in IsInUse() function
/openthread-latest/src/core/utils/
Dslaac_address.hpp173 bool IsInUse(void) const { return mValid; } in IsInUse() function in ot::Utils::Slaac::SlaacAddress
/openthread-latest/src/core/thread/
Dnetwork_data_leader.hpp534 … bool IsInUse(uint8_t aId) const { return mRemoveTimes[aId - kMinId].GetValue() == kInUse; } in IsInUse() function in ot::NetworkData::Leader::ContextIds
Dnetwork_data_publisher.hpp462 bool IsInUse(void) const { return GetState() != kNoEntry; } in IsInUse() function in ot::NetworkData::Publisher::PrefixEntry
Dmle.hpp1245 bool IsInUse(void) const { return GetAloc16() != kNotInUse; } in IsInUse() function in ot::Mle::Mle::ServiceAloc