Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dmeshcop_tlvs.cpp145 Error ChannelMaskTlv::FindIn(const Message &aMessage, uint32_t &aChannelMask) in FindIn()
162 Error ChannelMaskTlv::EntriesData::Parse(uint32_t &aChannelMask) in Parse()
225 void ChannelMaskTlv::PrepareValue(Value &aValue, uint32_t aChannelMask) in PrepareValue()
247 Error ChannelMaskTlv::AppendTo(Message &aMessage, uint32_t aChannelMask) in AppendTo()
H A Dannounce_begin_client.cpp58 Error AnnounceBeginClient::SendRequest(uint32_t aChannelMask, in SendRequest()
H A Dpanid_query_client.cpp60 uint32_t aChannelMask, in SendQuery()
H A Denergy_scan_client.cpp61 Error EnergyScanClient::SendQuery(uint32_t aChannelMask, in SendQuery()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_commissioner.cpp704 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()
/aosp_15_r20/external/openthread/src/core/api/
H A Dcommissioner_api.cpp128 uint32_t aChannelMask, in otCommissionerAnnounceBegin()
138 uint32_t aChannelMask, in otCommissionerEnergyScan()
152 uint32_t aChannelMask, in otCommissionerPanIdQuery()
H A Dchannel_manager_api.cpp122 void otChannelManagerSetSupportedChannels(otInstance *aInstance, uint32_t aChannelMask) in otChannelManagerSetSupportedChannels()
132 void otChannelManagerSetFavoredChannels(otInstance *aInstance, uint32_t aChannelMask) in otChannelManagerSetFavoredChannels()
H A Dlink_api.cpp92 otError otLinkSetSupportedChannelMask(otInstance *aInstance, uint32_t aChannelMask) in otLinkSetSupportedChannelMask()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dchannel_manager.cpp476 void ChannelManager::SetSupportedChannels(uint32_t aChannelMask) in SetSupportedChannels()
483 void ChannelManager::SetFavoredChannels(uint32_t aChannelMask) in SetFavoredChannels()
/aosp_15_r20/external/openthread/src/ncp/
H A 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()
H A Dncp_base.cpp1693 otError NcpBase::EncodeChannelMask(uint32_t aChannelMask) in EncodeChannelMask()
1709 otError NcpBase::DecodeChannelMask(uint32_t &aChannelMask) in DecodeChannelMask()
/aosp_15_r20/external/ot-br-posix/src/dbus/client/
H A Dthread_api_dbus.cpp241 uint32_t aChannelMask, in Attach()
557 ClientError ThreadApiDBus::GetSupportedChannelMask(uint32_t &aChannelMask) in GetSupportedChannelMask()
562 ClientError ThreadApiDBus::GetPreferredChannelMask(uint32_t &aChannelMask) in GetPreferredChannelMask()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dannounce_begin_server.cpp58 void AnnounceBeginServer::SendAnnounce(uint32_t aChannelMask, uint8_t aCount, uint16_t aPeriod) in SendAnnounce()
H A Dannounce_sender.cpp92 void AnnounceSenderBase::SetChannelMask(Mac::ChannelMask aChannelMask) in SetChannelMask()
/aosp_15_r20/external/ot-br-posix/src/utils/
H A Dthread_helper.cpp475 uint8_t ThreadHelper::RandomChannelFromChannelMask(uint32_t aChannelMask) in RandomChannelFromChannelMask()
511 uint32_t aChannelMask, in Attach()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dconfiguration.cpp123 …nfiguration::GetChannelMask(const char *aKey, const Power::Domain &aDomain, uint32_t &aChannelMask) in GetChannelMask()
/aosp_15_r20/hardware/google/gfxstream/common/detector/
DImage.cpp68 uint32_t aChannelMask = ReadUint32AtByte(66); in LoadRGBAFromBitmapFile() local