Lines Matching refs:aChannelMask
129 Error ChannelMaskTlv::ReadChannelMask(uint32_t &aChannelMask) const in ReadChannelMask()
137 return entriesData.Parse(aChannelMask); in ReadChannelMask()
140 Error ChannelMaskTlv::FindIn(const Message &aMessage, uint32_t &aChannelMask) in FindIn() argument
151 error = entriesData.Parse(aChannelMask); in FindIn()
157 Error ChannelMaskTlv::EntriesData::Parse(uint32_t &aChannelMask) in Parse() argument
170 aChannelMask = 0; in Parse()
208 aChannelMask |= (entry->GetMask() & Radio::ChannelMaskForPage(entry->GetChannelPage())); in Parse()
220 void ChannelMaskTlv::PrepareValue(Value &aValue, uint32_t aChannelMask) in PrepareValue() argument
228 uint32_t mask = (Radio::ChannelMaskForPage(page) & aChannelMask); in PrepareValue()
242 Error ChannelMaskTlv::AppendTo(Message &aMessage, uint32_t aChannelMask) in AppendTo() argument
246 PrepareValue(value, aChannelMask); in AppendTo()