/openthread-latest/src/core/radio/ |
D | trel_packet.cpp | 82 string.Append("broadcast ch:%d", GetChannel()); in ToString() 86 string.Append("unicast ch:%d", GetChannel()); in ToString()
|
D | trel_link.cpp | 128 mRxChannel = mTxFrame.GetChannel(); in BeginTransmit() 199 txPacket.GetHeader().SetChannel(mTxFrame.GetChannel()); in BeginTransmit() 228 mRxFrame.mChannel = mTxFrame.GetChannel(); in BeginTransmit() 332 VerifyOrExit(aPacket.GetHeader().GetChannel() == mRxChannel); in ProcessReceivedPacket() 368 mRxFrame.mChannel = aPacket.GetHeader().GetChannel(); in ProcessReceivedPacket() 466 ackPacket.GetHeader().SetChannel(aRxPacket.GetHeader().GetChannel()); in SendAck()
|
D | trel_packet.hpp | 130 uint8_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::Trel::Header
|
/openthread-latest/src/core/mac/ |
D | sub_mac.cpp | 467 IgnoreError(Get<Radio>().Receive(mTransmitFrame.GetChannel())); in StartTimerForBackoff() 496 SuccessOrAssert(Get<Radio>().Receive(mTransmitFrame.GetChannel())); in BeginTransmit() 558 mCallbacks.RecordCcaStatus(ccaSuccess, aFrame.GetChannel()); in HandleTransmitDone() 612 if (aFrame.GetChannel() != aFrame.GetRxChannelAfterTxDone() && mRxOnWhenIdle) in HandleTransmitDone() 784 IgnoreError(Get<Radio>().Receive(mTransmitFrame.GetChannel())); in HandleTimer()
|
D | link_raw.hpp | 218 uint8_t GetChannel(void) const { return mReceiveChannel; } in GetChannel() function in ot::Mac::LinkRaw
|
D | mac_frame.hpp | 545 uint8_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::Mac::Frame
|
D | mac.cpp | 250 aResult.mChannel = aBeaconFrame->GetChannel(); in ConvertBeaconToActiveScanResult()
|
/openthread-latest/src/core/thread/ |
D | mle_tlvs.cpp | 131 channel = GetChannel(); in IsValid()
|
D | csl_tx_scheduler.cpp | 200 if (frame->GetChannel() != Get<Mac::Mac>().GetPanChannel()) in HandleFrameRequest()
|
D | discover_scanner.cpp | 321 result.mChannel = aRxInfo.mMessage.GetChannel(); in HandleDiscoveryResponse()
|
D | mesh_forwarder.hpp | 96 uint8_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::ThreadLinkInfo
|
D | mle_tlvs.hpp | 1001 uint16_t GetChannel(void) const { return BigEndian::HostSwap16(mChannel); } in GetChannel() function in ot::Mle::ChannelTlvValue
|
D | mesh_forwarder.cpp | 78 mChannel = aFrame.GetChannel(); in SetFrom() 933 aFrame.SetChannel(aMessage.GetChannel()); in PrepareDataFrame()
|
D | mle_router.cpp | 2395 child->SetCslChannel(static_cast<uint8_t>(cslChannelTlvValue.GetChannel())); in HandleChildUpdateRequestOnParent()
|
D | mle.cpp | 3666 channel = static_cast<uint8_t>(channelTlvValue.GetChannel()); in HandleAnnounce()
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_core.cpp | 137 … if ((&rxNode == &aNode) || !rxNode.mRadio.CanReceiveOnChannel(aNode.mRadio.mTxFrame.GetChannel())) in ProcessRadio()
|
/openthread-latest/src/core/utils/ |
D | otns.cpp | 132 uint8_t channel = aFrame.GetChannel(); in EmitTransmit()
|
/openthread-latest/src/core/meshcop/ |
D | dataset.cpp | 249 aDatasetInfo.Set<kChannel>(cur->ReadValueAs<ChannelTlv>().GetChannel()); in ConvertTo() 253 aDatasetInfo.Set<kWakeupChannel>(cur->ReadValueAs<WakeupChannelTlv>().GetChannel()); in ConvertTo()
|
D | dataset_manager_ftd.cpp | 90 (channelValue.GetChannel() != Get<Mac::Mac>().GetPanChannel())) in ProcessSetOrReplaceRequest()
|
D | dataset_manager.cpp | 183 uint8_t channel = static_cast<uint8_t>(cur->ReadValueAs<ChannelTlv>().GetChannel()); in ApplyConfiguration() 198 … uint8_t channel = static_cast<uint8_t>(cur->ReadValueAs<WakeupChannelTlv>().GetChannel()); in ApplyConfiguration()
|
/openthread-latest/src/core/api/ |
D | link_raw_api.cpp | 237 …etChannel(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::LinkRaw>().GetChannel(); } in otLinkGetChannel()
|
D | link_api.cpp | 48 channel = instance.Get<Mac::LinkRaw>().GetChannel(); in otLinkGetChannel()
|
/openthread-latest/src/core/common/ |
D | message.cpp | 787 messageCopy->SetChannel(GetChannel()); in Clone() 808 aLinkInfo.mChannel = GetChannel(); in GetLinkInfo()
|
D | message.hpp | 1131 uint8_t GetChannel(void) const { return GetMetadata().mChannel; } in GetChannel() function in ot::Message
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.hpp | 374 uint8_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::Spinel::RadioSpinel
|