Searched refs:GetMask (Results 1 – 13 of 13) sorted by relevance
264 uint32_t GetSupportedChannels(void) const { return mSupportedChannelMask.GetMask(); } in GetSupportedChannels()280 uint32_t GetFavoredChannels(void) const { return mFavoredChannelMask.GetMask(); } in GetFavoredChannels()
481 … mSupportedChannelMask.SetMask(aChannelMask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in SetSupportedChannels()488 mFavoredChannelMask.SetMask(aChannelMask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in SetFavoredChannels()
114 uint32_t GetMask(void) const { return mMask; } in GetMask() function in ot::Mac::ChannelMask
190 aScanChannels = mSupportedChannelMask.GetMask(); in Scan()
122 mask = GetMask(); in Matches()164 uint64_t mask = GetMask(); in operator ==()
234 uint64_t GetMask(void) const { return (static_cast<uint64_t>(1ULL) << mLength) - 1; } in GetMask() function in ot::MeshCoP::JoinerDiscerner
212 aChannelMask |= (entry->GetMask() & Radio::ChannelMaskForPage(entry->GetChannelPage())); in Parse()
308 ChannelMaskTlv::PrepareValue(value, Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in GenerateLocal()
737 uint32_t GetMask(void) const { return Reverse32(BigEndian::HostSwap32(mMask)); } in GetMask() function in ot::MeshCoP::ChannelMaskTlv::Entry
78 mChannelMask = supportedChannels.GetMask(); in GenerateRandom()
430 aChannelMask.SetMask(mask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in GetChannelMask()
481 VerifyOrQuit(mask2.GetMask() == Radio::kSupportedChannels); in TestMacChannelMask()487 VerifyOrQuit(mask1.GetMask() == Radio::kSupportedChannels); in TestMacChannelMask()
89 return AsCoreType(aInstance).Get<Mac::Mac>().GetSupportedChannelMask().GetMask(); in otLinkGetSupportedChannelMask()