Home
last modified time | relevance | path

Searched refs:ContainsChannel (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/mac/
Dchannel_mask.hpp136 bool ContainsChannel(uint8_t aChannel) const in ContainsChannel() function in ot::Mac::ChannelMask
Dchannel_mask.cpp66 if (ContainsChannel(aChannel)) in GetNextChannel()
Dmac.cpp427 VerifyOrExit(mSupportedChannelMask.ContainsChannel(aChannel), error = kErrorInvalidArgs); in SetPanChannel()
451 VerifyOrExit(mSupportedChannelMask.ContainsChannel(aChannel), error = kErrorInvalidArgs); in SetTemporaryChannel()
2576 VerifyOrExit(mSupportedChannelMask.ContainsChannel(aChannel), error = kErrorInvalidArgs); in SetWakeupChannel()
/openthread-latest/src/core/thread/
Dannounce_sender.cpp108 …VerifyOrExit((mStartingChannel == kChannelIteratorFirst) || !mChannelMask.ContainsChannel(mStartin… in SelectStartingChannel()
Dmle.cpp1221 … if (!channelMask.ContainsChannel(Get<Mac::Mac>().GetPanChannel()) && (mRole != kRoleDisabled)) in HandleNotifierEvents()
2154 …VerifyOrExit(Get<Mac::Mac>().GetSupportedChannelMask().ContainsChannel(aChannel), error = kErrorIn… in SendAnnounce()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp442 VerifyOrQuit(aMask.ContainsChannel(channel)); in VerifyChannelMaskContent()
446 VerifyOrQuit(!aMask.ContainsChannel(channel)); in VerifyChannelMaskContent()