/openthread-latest/src/core/meshcop/ |
D | meshcop_tlvs.cpp | 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 [all …]
|
D | announce_begin_client.cpp | 49 Error AnnounceBeginClient::SendRequest(uint32_t aChannelMask, in SendRequest() argument 67 SuccessOrExit(error = MeshCoP::ChannelMaskTlv::AppendTo(*message, aChannelMask)); in SendRequest()
|
D | panid_query_client.cpp | 50 uint32_t aChannelMask, in SendQuery() argument 68 SuccessOrExit(error = MeshCoP::ChannelMaskTlv::AppendTo(*message, aChannelMask)); in SendQuery()
|
D | energy_scan_client.cpp | 49 Error EnergyScanClient::SendQuery(uint32_t aChannelMask, in SendQuery() argument 70 SuccessOrExit(error = MeshCoP::ChannelMaskTlv::AppendTo(*message, aChannelMask)); in SendQuery()
|
D | announce_begin_client.hpp | 70 …Error SendRequest(uint32_t aChannelMask, uint8_t aCount, uint16_t aPeriod, const Ip6::Address &aAd…
|
D | meshcop_tlvs.hpp | 628 Error ReadChannelMask(uint32_t &aChannelMask) const; 641 static Error FindIn(const Message &aMessage, uint32_t &aChannelMask); 649 static void PrepareValue(Value &aValue, uint32_t aChannelMask); 660 static Error AppendTo(Message &aMessage, uint32_t aChannelMask); 688 Error Parse(uint32_t &aChannelMask);
|
D | panid_query_client.hpp | 77 uint32_t aChannelMask,
|
D | energy_scan_client.hpp | 79 Error SendQuery(uint32_t aChannelMask,
|
D | dataset_manager.cpp | 401 Error DatasetManager::GetChannelMask(Mac::ChannelMask &aChannelMask) const in GetChannelMask() 414 aChannelMask.SetMask(mask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in GetChannelMask() 416 VerifyOrExit(!aChannelMask.IsEmpty(), error = kErrorNotFound); in GetChannelMask()
|
/openthread-latest/src/cli/ |
D | cli_commissioner.hpp | 96 static void HandleEnergyReport(uint32_t aChannelMask, 100 …void HandleEnergyReport(uint32_t aChannelMask, const uint8_t *aEnergyList, uint8_t aEnergyL… 102 static void HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask, void *aContext); 103 void HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask);
|
D | cli_commissioner.cpp | 704 void Commissioner::HandleEnergyReport(uint32_t aChannelMask, in HandleEnergyReport() argument 709 …static_cast<Commissioner *>(aContext)->HandleEnergyReport(aChannelMask, aEnergyList, aEnergyListLe… in HandleEnergyReport() 712 void Commissioner::HandleEnergyReport(uint32_t aChannelMask, const uint8_t *aEnergyList, uint8_t aE… in HandleEnergyReport() argument 714 OutputFormat("Energy: %08lx ", ToUlong(aChannelMask)); in HandleEnergyReport() 724 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask, void *aContext) in HandlePanIdConflict() argument 726 static_cast<Commissioner *>(aContext)->HandlePanIdConflict(aPanId, aChannelMask); in HandlePanIdConflict() 729 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask) in HandlePanIdConflict() argument 731 OutputLine("Conflict: %04x, %08lx", aPanId, ToUlong(aChannelMask)); in HandlePanIdConflict()
|
/openthread-latest/include/openthread/ |
D | commissioner.h | 334 uint32_t aChannelMask, 347 typedef void (*otCommissionerEnergyReportCallback)(uint32_t aChannelMask, 371 uint32_t aChannelMask, 386 typedef void (*otCommissionerPanIdConflictCallback)(uint16_t aPanId, uint32_t aChannelMask, void *a… 406 uint32_t aChannelMask,
|
D | channel_manager.h | 246 void otChannelManagerSetSupportedChannels(otInstance *aInstance, uint32_t aChannelMask); 263 void otChannelManagerSetFavoredChannels(otInstance *aInstance, uint32_t aChannelMask);
|
/openthread-latest/src/core/api/ |
D | commissioner_api.cpp | 125 uint32_t aChannelMask, in otCommissionerAnnounceBegin() argument 131 aChannelMask, aCount, aPeriod, AsCoreType(aAddress)); in otCommissionerAnnounceBegin() 135 uint32_t aChannelMask, in otCommissionerEnergyScan() argument 144 aChannelMask, aCount, aPeriod, aScanDuration, AsCoreType(aAddress), aCallback, aContext); in otCommissionerEnergyScan() 149 uint32_t aChannelMask, in otCommissionerPanIdQuery() argument 155 aPanId, aChannelMask, AsCoreType(aAddress), aCallback, aContext); in otCommissionerPanIdQuery()
|
D | channel_manager_api.cpp | 118 void otChannelManagerSetSupportedChannels(otInstance *aInstance, uint32_t aChannelMask) in otChannelManagerSetSupportedChannels() argument 120 return AsCoreType(aInstance).Get<Utils::ChannelManager>().SetSupportedChannels(aChannelMask); in otChannelManagerSetSupportedChannels() 128 void otChannelManagerSetFavoredChannels(otInstance *aInstance, uint32_t aChannelMask) in otChannelManagerSetFavoredChannels() argument 130 return AsCoreType(aInstance).Get<Utils::ChannelManager>().SetFavoredChannels(aChannelMask); in otChannelManagerSetFavoredChannels()
|
/openthread-latest/src/core/thread/ |
D | announce_begin_server.cpp | 47 void AnnounceBeginServer::SendAnnounce(uint32_t aChannelMask, uint8_t aCount, uint16_t aPeriod) in SendAnnounce() argument 49 SetChannelMask(Mac::ChannelMask(aChannelMask)); in SendAnnounce()
|
D | announce_sender.cpp | 83 void AnnounceSenderBase::SetChannelMask(Mac::ChannelMask aChannelMask) in SetChannelMask() argument 85 mChannelMask = aChannelMask; in SetChannelMask()
|
D | announce_begin_server.hpp | 67 …void SendAnnounce(uint32_t aChannelMask, uint8_t aCount = kDefaultCount, uint16_t aPeriod = kDefau…
|
D | announce_sender.hpp | 148 void SetChannelMask(Mac::ChannelMask aChannelMask);
|
/openthread-latest/src/core/utils/ |
D | channel_manager.hpp | 261 void SetSupportedChannels(uint32_t aChannelMask); 275 void SetFavoredChannels(uint32_t aChannelMask);
|
D | channel_manager.cpp | 468 void ChannelManager::SetSupportedChannels(uint32_t aChannelMask) in SetSupportedChannels() argument 470 … mSupportedChannelMask.SetMask(aChannelMask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in SetSupportedChannels() 475 void ChannelManager::SetFavoredChannels(uint32_t aChannelMask) in SetFavoredChannels() argument 477 mFavoredChannelMask.SetMask(aChannelMask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in SetFavoredChannels()
|
/openthread-latest/src/ncp/ |
D | ncp_base.hpp | 413 otError EncodeChannelMask(uint32_t aChannelMask); 414 otError DecodeChannelMask(uint32_t &aChannelMask); 478 static void HandleCommissionerEnergyReport_Jump(uint32_t aChannelMask, 482 …void HandleCommissionerEnergyReport(uint32_t aChannelMask, const uint8_t *aEnergyData, uint… 484 …static void HandleCommissionerPanIdConflict_Jump(uint16_t aPanId, uint32_t aChannelMask, void *aCo… 485 void HandleCommissionerPanIdConflict(uint16_t aPanId, uint32_t aChannelMask);
|
D | ncp_base_ftd.cpp | 912 void NcpBase::HandleCommissionerEnergyReport_Jump(uint32_t aChannelMask, in HandleCommissionerEnergyReport_Jump() argument 917 …static_cast<NcpBase *>(aContext)->HandleCommissionerEnergyReport(aChannelMask, aEnergyData, aLengt… in HandleCommissionerEnergyReport_Jump() 920 void NcpBase::HandleCommissionerEnergyReport(uint32_t aChannelMask, const uint8_t *aEnergyData, uin… in HandleCommissionerEnergyReport() argument 926 SuccessOrExit(error = mEncoder.WriteUint32(aChannelMask)); in HandleCommissionerEnergyReport() 957 void NcpBase::HandleCommissionerPanIdConflict_Jump(uint16_t aPanId, uint32_t aChannelMask, void *aC… in HandleCommissionerPanIdConflict_Jump() argument 959 static_cast<NcpBase *>(aContext)->HandleCommissionerPanIdConflict(aPanId, aChannelMask); in HandleCommissionerPanIdConflict_Jump() 962 void NcpBase::HandleCommissionerPanIdConflict(uint16_t aPanId, uint32_t aChannelMask) in HandleCommissionerPanIdConflict() argument 970 SuccessOrExit(error = mEncoder.WriteUint32(aChannelMask)); in HandleCommissionerPanIdConflict()
|
/openthread-latest/src/posix/platform/ |
D | configuration.cpp | 123 …nfiguration::GetChannelMask(const char *aKey, const Power::Domain &aDomain, uint32_t &aChannelMask) in GetChannelMask() argument 143 aChannelMask = channelMask; in GetChannelMask()
|
D | configuration.hpp | 132 otError GetChannelMask(const char *aKey, const Power::Domain &aDomain, uint32_t &aChannelMask);
|