Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/meshcop/
Dmeshcop_tlvs.cpp179 Error ChannelMaskTlv::FindIn(const Message &aMessage, uint32_t &aChannelMask) in FindIn()
194 Error ChannelMaskTlv::EntriesData::Parse(uint32_t &aChannelMask) in Parse()
267 void ChannelMaskTlv::PrepareValue(Value &aValue, uint32_t aChannelMask) in PrepareValue()
289 Error ChannelMaskTlv::AppendTo(Message &aMessage, uint32_t aChannelMask) in AppendTo()
Dannounce_begin_client.cpp58 Error AnnounceBeginClient::SendRequest(uint32_t aChannelMask, in SendRequest()
Dpanid_query_client.cpp60 uint32_t aChannelMask, in SendQuery()
Denergy_scan_client.cpp61 Error EnergyScanClient::SendQuery(uint32_t aChannelMask, in SendQuery()
Ddataset.hpp569 void SetChannelMask(otChannelMask aChannelMask) in SetChannelMask()
/openthread-3.6.0/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.cpp128 uint32_t aChannelMask, in otCommissionerAnnounceBegin()
138 uint32_t aChannelMask, in otCommissionerEnergyScan()
152 uint32_t aChannelMask, in otCommissionerPanIdQuery()
Dlink_api.cpp92 otError otLinkSetSupportedChannelMask(otInstance *aInstance, uint32_t aChannelMask) in otLinkSetSupportedChannelMask()
/openthread-3.6.0/src/cli/
Dcli_commissioner.cpp476 void Commissioner::HandleEnergyReport(uint32_t aChannelMask, in HandleEnergyReport()
484 void Commissioner::HandleEnergyReport(uint32_t aChannelMask, const uint8_t *aEnergyList, uint8_t aE… in HandleEnergyReport()
496 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask, void *aContext) in HandlePanIdConflict()
501 void Commissioner::HandlePanIdConflict(uint16_t aPanId, uint32_t aChannelMask) in HandlePanIdConflict()
/openthread-3.6.0/src/core/thread/
Dannounce_begin_server.cpp58 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()
/openthread-3.6.0/src/core/utils/
Dchannel_manager.cpp333 void ChannelManager::SetSupportedChannels(uint32_t aChannelMask) in SetSupportedChannels()
340 void ChannelManager::SetFavoredChannels(uint32_t aChannelMask) in SetFavoredChannels()
/openthread-3.6.0/src/posix/platform/
Dconfiguration.cpp121 …nfiguration::GetChannelMask(const char *aKey, const Power::Domain &aDomain, uint32_t &aChannelMask) in GetChannelMask()
/openthread-3.6.0/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.cpp1641 otError NcpBase::EncodeChannelMask(uint32_t aChannelMask) in EncodeChannelMask()
1657 otError NcpBase::DecodeChannelMask(uint32_t &aChannelMask) in DecodeChannelMask()