Searched refs:GetChannelMask (Results 1 – 14 of 14) sorted by relevance
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()
74 VerifyOrExit((mask = MeshCoP::ChannelMaskTlv::GetChannelMask(aMessage)) != 0); in HandleTmf()
151 const Mac::ChannelMask GetChannelMask(void) const { return mChannelMask; } in GetChannelMask() function in ot::AnnounceSenderBase
67 VerifyOrExit((mask = MeshCoP::ChannelMaskTlv::GetChannelMask(aMessage)) != 0); in HandleTmf()
79 VerifyOrExit((mask = MeshCoP::ChannelMaskTlv::GetChannelMask(aMessage)) != 0); in HandleTmf()
1539 if (Get<MeshCoP::ActiveDatasetManager>().GetChannelMask(channelMask) != kErrorNone) in PrepareAnnounceState()2279 if (Get<MeshCoP::ActiveDatasetManager>().GetChannelMask(channelMask) != kErrorNone) in GetNextAnnounceChannel()
149 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()
109 VerifyOrExit((mask = MeshCoP::ChannelMaskTlv::GetChannelMask(aMessage)) != 0); in HandleTmf()
311 uint32_t ChannelMaskTlv::GetChannelMask(void) const in GetChannelMask() function in ot::MeshCoP::ChannelMaskTlv356 uint32_t ChannelMaskTlv::GetChannelMask(const Message &aMessage) in GetChannelMask() function in ot::MeshCoP::ChannelMaskTlv
113 VerifyOrExit((mask = MeshCoP::ChannelMaskTlv::GetChannelMask(aMessage)) != 0); in HandleTmf()
116 Error GetChannelMask(Mac::ChannelMask &aChannelMask) const;
561 otChannelMask GetChannelMask(void) const { return mChannelMask; } in GetChannelMask() function in ot::MeshCoP::Dataset::Info
220 Error DatasetManager::GetChannelMask(Mac::ChannelMask &aChannelMask) const in GetChannelMask() function in ot::MeshCoP::DatasetManager231 VerifyOrExit((mask = channelMaskTlv->GetChannelMask()) != 0); in GetChannelMask()
1491 uint32_t GetChannelMask(void) const;1501 static uint32_t GetChannelMask(const Message &aMessage);