Searched refs:GetChannelMask (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/src/core/thread/ |
D | announce_sender.cpp | 246 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()
|
D | announce_sender.hpp | 151 const Mac::ChannelMask GetChannelMask(void) const { return mChannelMask; } in GetChannelMask() function in ot::AnnounceSenderBase
|
D | mle.cpp | 1499 if (Get<MeshCoP::ActiveDatasetManager>().GetChannelMask(channelMask) != kErrorNone) in PrepareAnnounceState() 2236 if (Get<MeshCoP::ActiveDatasetManager>().GetChannelMask(channelMask) != kErrorNone) in GetNextAnnounceChannel()
|
/openthread-latest/src/posix/platform/ |
D | configuration.cpp | 123 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()
|
D | configuration.hpp | 138 otError GetChannelMask(const char *aKey, const Power::Domain &aDomain, uint32_t &aChannelMask);
|
/openthread-latest/src/core/meshcop/ |
D | dataset_manager.hpp | 186 Error GetChannelMask(Mac::ChannelMask &aChannelMask) const;
|
D | dataset_manager.cpp | 400 Error DatasetManager::GetChannelMask(Mac::ChannelMask &aChannelMask) const in GetChannelMask() function in ot::MeshCoP::DatasetManager
|