Searched defs:aChannelMask (Results 1 – 14 of 14) sorted by relevance
/openthread-latest/src/core/meshcop/ |
D | meshcop_tlvs.cpp | 140 Error ChannelMaskTlv::FindIn(const Message &aMessage, uint32_t &aChannelMask) in FindIn() 157 Error ChannelMaskTlv::EntriesData::Parse(uint32_t &aChannelMask) in Parse() 220 void ChannelMaskTlv::PrepareValue(Value &aValue, uint32_t aChannelMask) in PrepareValue() 242 Error ChannelMaskTlv::AppendTo(Message &aMessage, uint32_t aChannelMask) in AppendTo()
|
D | announce_begin_client.cpp | 49 Error AnnounceBeginClient::SendRequest(uint32_t aChannelMask, in SendRequest()
|
D | panid_query_client.cpp | 50 uint32_t aChannelMask, in SendQuery()
|
D | energy_scan_client.cpp | 49 Error EnergyScanClient::SendQuery(uint32_t aChannelMask, in SendQuery()
|
/openthread-latest/src/cli/ |
D | cli_commissioner.cpp | 704 void Commissioner::HandleEnergyReport(uint32_t aChannelMask, in HandleEnergyReport() 712 void Commissioner::HandleEnergyReport(uint32_t aChannelMask, const uint8_t *aEnergyList, uint8_t aE… in HandleEnergyReport() 724 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask, void *aContext) in HandlePanIdConflict() 729 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask) in HandlePanIdConflict()
|
/openthread-latest/src/core/api/ |
D | commissioner_api.cpp | 125 uint32_t aChannelMask, in otCommissionerAnnounceBegin() 135 uint32_t aChannelMask, in otCommissionerEnergyScan() 149 uint32_t aChannelMask, in otCommissionerPanIdQuery()
|
D | channel_manager_api.cpp | 118 void otChannelManagerSetSupportedChannels(otInstance *aInstance, uint32_t aChannelMask) in otChannelManagerSetSupportedChannels() 128 void otChannelManagerSetFavoredChannels(otInstance *aInstance, uint32_t aChannelMask) in otChannelManagerSetFavoredChannels()
|
D | link_api.cpp | 110 otError otLinkSetSupportedChannelMask(otInstance *aInstance, uint32_t aChannelMask) in otLinkSetSupportedChannelMask()
|
/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()
|
D | announce_sender.cpp | 83 void AnnounceSenderBase::SetChannelMask(Mac::ChannelMask aChannelMask) in SetChannelMask()
|
/openthread-latest/src/core/utils/ |
D | channel_manager.cpp | 468 void ChannelManager::SetSupportedChannels(uint32_t aChannelMask) in SetSupportedChannels() 475 void ChannelManager::SetFavoredChannels(uint32_t aChannelMask) in SetFavoredChannels()
|
/openthread-latest/src/posix/platform/ |
D | configuration.cpp | 123 …nfiguration::GetChannelMask(const char *aKey, const Power::Domain &aDomain, uint32_t &aChannelMask) in GetChannelMask()
|
/openthread-latest/src/ncp/ |
D | ncp_base_ftd.cpp | 912 void NcpBase::HandleCommissionerEnergyReport_Jump(uint32_t aChannelMask, in HandleCommissionerEnergyReport_Jump() 920 void NcpBase::HandleCommissionerEnergyReport(uint32_t aChannelMask, const uint8_t *aEnergyData, uin… in HandleCommissionerEnergyReport() 957 void NcpBase::HandleCommissionerPanIdConflict_Jump(uint16_t aPanId, uint32_t aChannelMask, void *aC… in HandleCommissionerPanIdConflict_Jump() 962 void NcpBase::HandleCommissionerPanIdConflict(uint16_t aPanId, uint32_t aChannelMask) in HandleCommissionerPanIdConflict()
|
D | ncp_base.cpp | 1728 otError NcpBase::EncodeChannelMask(uint32_t aChannelMask) in EncodeChannelMask() 1744 otError NcpBase::DecodeChannelMask(uint32_t &aChannelMask) in DecodeChannelMask()
|