Searched refs:GetMask (Results 1 – 13 of 13) sorted by relevance
254 uint32_t GetSupportedChannels(void) const { return mSupportedChannelMask.GetMask(); } in GetSupportedChannels()268 uint32_t GetFavoredChannels(void) const { return mFavoredChannelMask.GetMask(); } in GetFavoredChannels()
470 … mSupportedChannelMask.SetMask(aChannelMask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in SetSupportedChannels()477 mFavoredChannelMask.SetMask(aChannelMask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in SetFavoredChannels()
106 uint32_t GetMask(void) const { return mMask; } in GetMask() function in ot::Mac::ChannelMask
186 aScanChannels = mSupportedChannelMask.GetMask(); in Scan()
115 mask = GetMask(); in Matches()157 uint64_t mask = GetMask(); in operator ==()
222 uint64_t GetMask(void) const { return (static_cast<uint64_t>(1ULL) << mLength) - 1; } in GetMask() function in ot::MeshCoP::JoinerDiscerner
208 aChannelMask |= (entry->GetMask() & Radio::ChannelMaskForPage(entry->GetChannelPage())); in Parse()
298 ChannelMaskTlv::PrepareValue(value, Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in GenerateLocal()
673 uint32_t GetMask(void) const { return Reverse32(BigEndian::HostSwap32(mMask)); } in GetMask() function in ot::MeshCoP::ChannelMaskTlv::Entry
67 mChannelMask = supportedChannels.GetMask(); in GenerateRandom()
414 aChannelMask.SetMask(mask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in GetChannelMask()
498 VerifyOrQuit(mask2.GetMask() == Radio::kSupportedChannels); in TestMacChannelMask()504 VerifyOrQuit(mask1.GetMask() == Radio::kSupportedChannels); in TestMacChannelMask()
107 return AsCoreType(aInstance).Get<Mac::Mac>().GetSupportedChannelMask().GetMask(); in otLinkGetSupportedChannelMask()