/openthread-3.5.0/src/core/utils/ |
D | power_calibration.cpp | 80 Error PowerCalibration::AddCalibratedPower(uint8_t aChannel, in AddCalibratedPower() 119 Error PowerCalibration::SetChannelTargetPower(uint8_t aChannel, int16_t aTargetPower) in SetChannelTargetPower() 135 Error PowerCalibration::GetPowerSettings(uint8_t aChannel, in GetPowerSettings() 198 uint8_t aChannel, in otPlatRadioAddCalibratedPower() 213 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower() 219 uint8_t aChannel, in otPlatRadioGetRawPowerSetting() 231 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings()
|
D | channel_manager.cpp | 67 void ChannelManager::RequestChannelChange(uint8_t aChannel) in RequestChannelChange()
|
/openthread-3.5.0/src/core/mac/ |
D | channel_mask.hpp | 159 void AddChannel(uint8_t aChannel) in AddChannel() 173 void RemoveChannel(uint8_t aChannel) in RemoveChannel()
|
D | mac_links.hpp | 213 void SetChannel(uint8_t aChannel) in SetChannel() 473 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *… in UpdateCsl() 511 void Receive(uint8_t aChannel) in Receive()
|
D | sub_mac_callbacks.cpp | 68 void SubMac::Callbacks::RecordCcaStatus(bool aCcaSuccess, uint8_t aChannel) in RecordCcaStatus()
|
D | mac.cpp | 420 Error Mac::SetPanChannel(uint8_t aChannel) in SetPanChannel() 444 Error Mac::SetTemporaryChannel(uint8_t aChannel) in SetTemporaryChannel() 1125 void Mac::RecordCcaStatus(bool aCcaSuccess, uint8_t aChannel) in RecordCcaStatus() 2284 void Mac::SetCslChannel(uint8_t aChannel) in SetCslChannel()
|
D | link_raw.cpp | 137 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel()
|
D | sub_mac.cpp | 228 Error SubMac::Receive(uint8_t aChannel) in Receive() 1114 bool SubMac::UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAd… in UpdateCsl()
|
/openthread-3.5.0/src/core/radio/ |
D | max_power_table.hpp | 61 …void SetTransmitPower(uint8_t aChannel, int8_t aPower) { mPowerTable[aChannel - Radio::kChannelMin… in SetTransmitPower()
|
D | radio_platform.cpp | 283 OT_TOOL_WEAK otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel,… in otPlatRadioSetChannelMaxTransmitPower() 308 OT_TOOL_WEAK otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart,… in otPlatRadioReceiveAt()
|
D | trel_link.cpp | 101 void Link::Receive(uint8_t aChannel) in Receive()
|
D | trel_packet.hpp | 149 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel()
|
D | radio.hpp | 834 inline Error Radio::Receive(uint8_t aChannel) in Receive() 848 inline Error Radio::ReceiveAt(uint8_t aChannel, uint32_t aStart, uint32_t aDuration) in ReceiveAt()
|
/openthread-3.5.0/src/core/api/ |
D | channel_monitor_api.cpp | 83 uint16_t otChannelMonitorGetChannelOccupancy(otInstance *aInstance, uint8_t aChannel) in otChannelMonitorGetChannelOccupancy()
|
D | channel_manager_api.cpp | 46 void otChannelManagerRequestChannelChange(otInstance *aInstance, uint8_t aChannel) in otChannelManagerRequestChannelChange()
|
D | link_api.cpp | 64 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel() 400 otError otLinkSetCslChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetCslChannel()
|
D | link_raw_api.cpp | 250 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel()
|
/openthread-3.5.0/src/posix/platform/ |
D | radio.cpp | 270 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() 552 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet() 632 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings() 835 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower() 843 uint8_t aChannel, in otPlatRadioAddCalibratedPower() 858 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower() 898 otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart, uint32_t aDu… in otPlatRadioReceiveAt()
|
/openthread-3.5.0/src/core/thread/ |
D | csl_tx_scheduler.hpp | 86 void SetCslChannel(uint8_t aChannel) { mCslChannel = aChannel; } in SetCslChannel()
|
/openthread-3.5.0/examples/platforms/simulation/ |
D | diag.c | 65 void otPlatDiagChannelSet(uint8_t aChannel) { OT_UNUSED_VARIABLE(aChannel); } in otPlatDiagChannelSet()
|
D | radio.c | 565 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() 622 static int8_t GetRssi(uint16_t aChannel) in GetRssi() 1386 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower()
|
/openthread-3.5.0/src/core/meshcop/ |
D | meshcop_tlvs.cpp | 183 void ChannelTlv::SetChannel(uint16_t aChannel) in SetChannel()
|
/openthread-3.5.0/src/core/diags/ |
D | factory_diags.cpp | 599 Error Diags::GetPowerSettings(uint8_t aChannel, PowerSettings &aPowerSettings) in GetPowerSettings() 974 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings()
|
/openthread-3.5.0/tests/fuzz/ |
D | fuzzer_platform.cpp | 296 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() 495 void otPlatDiagChannelSet(uint8_t aChannel) { OT_UNUSED_VARIABLE(aChannel); } in otPlatDiagChannelSet()
|
/openthread-3.5.0/src/lib/spinel/ |
D | radio_spinel_impl.hpp | 1797 template <typename InterfaceType> otError RadioSpinel<InterfaceType>::Receive(uint8_t aChannel) in Receive() 2212 otError RadioSpinel<InterfaceType>::SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower) in SetChannelMaxTransmitPower() 2315 otError RadioSpinel<InterfaceType>::AddCalibratedPower(uint8_t aChannel, in AddCalibratedPower() 2337 otError RadioSpinel<InterfaceType>::SetChannelTargetPower(uint8_t aChannel, int16_t aTargetPower) in SetChannelTargetPower()
|