Home
last modified time | relevance | path

Searched refs:GetChannelMask (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/thread/
Dannounce_sender.cpp246 SuccessOrExit(Get<MeshCoP::ActiveDatasetManager>().GetChannelMask(channelMask)); in HandleActiveDatasetChanged()
249 VerifyOrExit(channelMask != GetChannelMask()); in HandleActiveDatasetChanged()
253 …LogInfo("ChannelMask:%s, period:%lu", GetChannelMask().ToString().AsCString(), ToUlong(GetPeriod()… in HandleActiveDatasetChanged()
Dannounce_sender.hpp151 const Mac::ChannelMask GetChannelMask(void) const { return mChannelMask; } in GetChannelMask() function in ot::AnnounceSenderBase
Dmle.cpp1499 if (Get<MeshCoP::ActiveDatasetManager>().GetChannelMask(channelMask) != kErrorNone) in PrepareAnnounceState()
2236 if (Get<MeshCoP::ActiveDatasetManager>().GetChannelMask(channelMask) != kErrorNone) in GetNextAnnounceChannel()
/openthread-latest/src/posix/platform/
Dconfiguration.cpp123 otError Configuration::GetChannelMask(const char *aKey, const Power::Domain &aDomain, uint32_t &aCh… in GetChannelMask() function in ot::Posix::Configuration
159 … SuccessOrExit(error = GetChannelMask(kKeySupportedChannelMask, aDomain, mSupportedChannelMask)); in UpdateChannelMasks()
164 … SuccessOrExit(error = GetChannelMask(kKeyPreferredChannelMask, aDomain, mPreferredChannelMask)); in UpdateChannelMasks()
Dconfiguration.hpp138 otError GetChannelMask(const char *aKey, const Power::Domain &aDomain, uint32_t &aChannelMask);
/openthread-latest/src/core/meshcop/
Ddataset_manager.hpp186 Error GetChannelMask(Mac::ChannelMask &aChannelMask) const;
Ddataset_manager.cpp400 Error DatasetManager::GetChannelMask(Mac::ChannelMask &aChannelMask) const in GetChannelMask() function in ot::MeshCoP::DatasetManager