Home
last modified time | relevance | path

Searched defs:GetChannelMask (Results 1 – 4 of 4) sorted by relevance

/external/openthread/src/core/meshcop/
Dmeshcop_tlvs.cpp316 uint32_t ChannelMaskTlv::GetChannelMask(void) const in GetChannelMask() function in ot::MeshCoP::ChannelMaskTlv
361 uint32_t ChannelMaskTlv::GetChannelMask(const Message &aMessage) in GetChannelMask() function in ot::MeshCoP::ChannelMaskTlv
Ddataset.hpp561 otChannelMask GetChannelMask(void) const { return mChannelMask; } in GetChannelMask() function in ot::MeshCoP::Dataset::Info
Ddataset_manager.cpp228 Error DatasetManager::GetChannelMask(Mac::ChannelMask &aChannelMask) const in GetChannelMask() function in ot::MeshCoP::DatasetManager
/external/openthread/src/core/thread/
Dannounce_sender.hpp151 const Mac::ChannelMask GetChannelMask(void) const { return mChannelMask; } in GetChannelMask() function in ot::AnnounceSenderBase