Home
last modified time | relevance | path

Searched defs:aChannelMask (Results 1 – 16 of 16) sorted by relevance

/external/openthread/src/cli/
Dcli_commissioner.cpp474 void Commissioner::HandleEnergyReport(uint32_t aChannelMask, in HandleEnergyReport()
482 void Commissioner::HandleEnergyReport(uint32_t aChannelMask, const uint8_t *aEnergyList, uint8_t aE… in HandleEnergyReport()
494 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask, void *aContext) in HandlePanIdConflict()
499 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask) in HandlePanIdConflict()
/external/openthread/src/core/api/
Dchannel_manager_api.cpp98 void otChannelManagerSetSupportedChannels(otInstance *aInstance, uint32_t aChannelMask) in otChannelManagerSetSupportedChannels()
108 void otChannelManagerSetFavoredChannels(otInstance *aInstance, uint32_t aChannelMask) in otChannelManagerSetFavoredChannels()
Dcommissioner_api.cpp131 uint32_t aChannelMask, in otCommissionerAnnounceBegin()
141 uint32_t aChannelMask, in otCommissionerEnergyScan()
155 uint32_t aChannelMask, in otCommissionerPanIdQuery()
Dlink_api.cpp92 otError otLinkSetSupportedChannelMask(otInstance *aInstance, uint32_t aChannelMask) in otLinkSetSupportedChannelMask()
/external/openthread/src/core/utils/
Dchannel_manager.cpp338 void ChannelManager::SetSupportedChannels(uint32_t aChannelMask) in SetSupportedChannels()
345 void ChannelManager::SetFavoredChannels(uint32_t aChannelMask) in SetFavoredChannels()
/external/openthread/src/core/meshcop/
Dannounce_begin_client.cpp58 Error AnnounceBeginClient::SendRequest(uint32_t aChannelMask, in SendRequest()
Dpanid_query_client.cpp64 uint32_t aChannelMask, in SendQuery()
Denergy_scan_client.cpp64 Error EnergyScanClient::SendQuery(uint32_t aChannelMask, in SendQuery()
Dmeshcop_tlvs.cpp268 void ChannelMaskTlv::SetChannelMask(uint32_t aChannelMask) in SetChannelMask()
Ddataset.hpp569 void SetChannelMask(otChannelMask aChannelMask) in SetChannelMask()
/external/openthread/src/core/thread/
Dannounce_begin_server.cpp60 void AnnounceBeginServer::SendAnnounce(uint32_t aChannelMask, uint8_t aCount, uint16_t aPeriod) in SendAnnounce()
Dannounce_sender.cpp92 void AnnounceSenderBase::SetChannelMask(Mac::ChannelMask aChannelMask) in SetChannelMask()
/external/ot-br-posix/src/utils/
Dthread_helper.cpp271 uint8_t ThreadHelper::RandomChannelFromChannelMask(uint32_t aChannelMask) in RandomChannelFromChannelMask()
307 uint32_t aChannelMask, in Attach()
/external/openthread/src/ncp/
Dncp_base_ftd.cpp912 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()
Dncp_base.cpp1564 otError NcpBase::EncodeChannelMask(uint32_t aChannelMask) in EncodeChannelMask()
1580 otError NcpBase::DecodeChannelMask(uint32_t &aChannelMask) in DecodeChannelMask()
/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.cpp240 uint32_t aChannelMask, in Attach()
541 ClientError ThreadApiDBus::GetSupportedChannelMask(uint32_t &aChannelMask) in GetSupportedChannelMask()