Home
last modified time | relevance | path

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

/openthread-3.4.0/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_begin_server.cpp74 VerifyOrExit((mask = MeshCoP::ChannelMaskTlv::GetChannelMask(aMessage)) != 0); in HandleTmf()
Dannounce_sender.hpp151 const Mac::ChannelMask GetChannelMask(void) const { return mChannelMask; } in GetChannelMask() function in ot::AnnounceSenderBase
Dpanid_query_server.cpp67 VerifyOrExit((mask = MeshCoP::ChannelMaskTlv::GetChannelMask(aMessage)) != 0); in HandleTmf()
Denergy_scan_server.cpp79 VerifyOrExit((mask = MeshCoP::ChannelMaskTlv::GetChannelMask(aMessage)) != 0); in HandleTmf()
Dmle.cpp1539 if (Get<MeshCoP::ActiveDatasetManager>().GetChannelMask(channelMask) != kErrorNone) in PrepareAnnounceState()
2279 if (Get<MeshCoP::ActiveDatasetManager>().GetChannelMask(channelMask) != kErrorNone) in GetNextAnnounceChannel()
/openthread-3.4.0/src/core/meshcop/
Ddataset.cpp149 VerifyOrExit(aOther.IsChannelMaskPresent() && GetChannelMask() == aOther.GetChannelMask()); in IsSubsetOf()
202 uint32_t mask = As<ChannelMaskTlv>(cur)->GetChannelMask(); in ConvertTo()
317 tlv.SetChannelMask(aDatasetInfo.GetChannelMask()); in SetFrom()
Dpanid_query_client.cpp109 VerifyOrExit((mask = MeshCoP::ChannelMaskTlv::GetChannelMask(aMessage)) != 0); in HandleTmf()
Dmeshcop_tlvs.cpp311 uint32_t ChannelMaskTlv::GetChannelMask(void) const in GetChannelMask() function in ot::MeshCoP::ChannelMaskTlv
356 uint32_t ChannelMaskTlv::GetChannelMask(const Message &aMessage) in GetChannelMask() function in ot::MeshCoP::ChannelMaskTlv
Denergy_scan_client.cpp113 VerifyOrExit((mask = MeshCoP::ChannelMaskTlv::GetChannelMask(aMessage)) != 0); in HandleTmf()
Ddataset_manager.hpp116 Error GetChannelMask(Mac::ChannelMask &aChannelMask) const;
Ddataset.hpp561 otChannelMask GetChannelMask(void) const { return mChannelMask; } in GetChannelMask() function in ot::MeshCoP::Dataset::Info
Ddataset_manager.cpp220 Error DatasetManager::GetChannelMask(Mac::ChannelMask &aChannelMask) const in GetChannelMask() function in ot::MeshCoP::DatasetManager
231 VerifyOrExit((mask = channelMaskTlv->GetChannelMask()) != 0); in GetChannelMask()
Dmeshcop_tlvs.hpp1491 uint32_t GetChannelMask(void) const;
1501 static uint32_t GetChannelMask(const Message &aMessage);