Home
last modified time | relevance | path

Searched refs:GetNextChannel (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/mac/
Dchannel_mask.cpp47 while (GetNextChannel(channel) == kErrorNone) in GetNumberOfChannels()
55 Error ChannelMask::GetNextChannel(uint8_t &aChannel) const in GetNextChannel() function in ot::Mac::ChannelMask
85 SuccessOrExit(GetNextChannel(channel)); in ChooseRandomChannel()
89 SuccessOrExit(GetNextChannel(channel)); in ChooseRandomChannel()
105 error = GetNextChannel(channel); in ToString()
112 while ((error = GetNextChannel(channel)) == kErrorNone) in ToString()
Dchannel_mask.hpp194 Error GetNextChannel(uint8_t &aChannel) const;
Dmac.cpp283 error = mScanChannelMask.GetNextChannel(mScanChannel); in UpdateScanChannel()
/openthread-latest/src/core/thread/
Dannounce_sender.cpp111 IgnoreError(mChannelMask.GetNextChannel(mStartingChannel)); in SelectStartingChannel()
126 while (mChannelMask.GetNextChannel(mChannel) != kErrorNone) in HandleTimer()
Ddiscover_scanner.cpp146 …mState = (mScanChannels.GetNextChannel(mScanChannel) == kErrorNone) ? kStateScanning : kStat… in Discover()
291 if (mScanChannels.GetNextChannel(mScanChannel) != kErrorNone) in HandleTimer()
Dmle.cpp2196 return channelMask.GetNextChannel(aChannel); in GetNextAnnounceChannel()
/openthread-latest/src/core/utils/
Dchannel_monitor.cpp209 while (aMask.GetNextChannel(channel) == kErrorNone) in FindBestChannels()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp454 while (aMask.GetNextChannel(channel) == kErrorNone) in VerifyChannelMaskContent()