/openthread-latest/src/core/utils/ |
D | power_calibration.cpp | 78 Error PowerCalibration::AddCalibratedPower(uint8_t aChannel, in AddCalibratedPower() 117 Error PowerCalibration::SetChannelTargetPower(uint8_t aChannel, int16_t aTargetPower) in SetChannelTargetPower() 133 Error PowerCalibration::GetPowerSettings(uint8_t aChannel, in GetPowerSettings() 202 uint8_t aChannel, in otPlatRadioAddCalibratedPower() 217 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower() 223 uint8_t aChannel, in otPlatRadioGetRawPowerSetting() 235 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings()
|
D | channel_manager.cpp | 68 void ChannelManager::RequestChannelChange(uint8_t aChannel) in RequestChannelChange() 85 void ChannelManager::RequestNetworkChannelChange(uint8_t aChannel) in RequestNetworkChannelChange() 113 void ChannelManager::ChangeCslChannel(uint8_t aChannel) in ChangeCslChannel()
|
/openthread-latest/src/core/mac/ |
D | channel_mask.hpp | 146 void AddChannel(uint8_t aChannel) in AddChannel() 159 void RemoveChannel(uint8_t aChannel) in RemoveChannel()
|
D | mac_links.hpp | 201 void SetChannel(uint8_t aChannel) in SetChannel() 474 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *… in UpdateCsl() 514 … void UpdateWakeupListening(bool aEnable, uint32_t aInterval, uint32_t aDuration, uint8_t aChannel) in UpdateWakeupListening() 531 void Receive(uint8_t aChannel) in Receive()
|
D | sub_mac_wed.cpp | 51 …bMac::UpdateWakeupListening(bool aEnable, uint32_t aInterval, uint32_t aDuration, uint8_t aChannel) in UpdateWakeupListening()
|
D | mac.cpp | 423 Error Mac::SetPanChannel(uint8_t aChannel) in SetPanChannel() 447 Error Mac::SetTemporaryChannel(uint8_t aChannel) in SetTemporaryChannel() 1169 void Mac::RecordCcaStatus(bool aCcaSuccess, uint8_t aChannel) in RecordCcaStatus() 2455 void Mac::SetCslChannel(uint8_t aChannel) in SetCslChannel() 2566 Error Mac::SetWakeupChannel(uint8_t aChannel) in SetWakeupChannel()
|
D | sub_mac_callbacks.cpp | 62 void SubMac::Callbacks::RecordCcaStatus(bool aCcaSuccess, uint8_t aChannel) in RecordCcaStatus()
|
D | sub_mac_csl_receiver.cpp | 110 bool SubMac::UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAd… in UpdateCsl()
|
D | link_raw.cpp | 131 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel()
|
/openthread-latest/tests/gtest/ |
D | fake_platform.hpp | 82 virtual otError ReceiveAt(uint8_t aChannel, uint32_t aStart, uint32_t aDuration) in ReceiveAt() 91 virtual otError Receive(uint8_t aChannel) in Receive()
|
/openthread-latest/src/core/radio/ |
D | max_power_table.hpp | 58 …void SetTransmitPower(uint8_t aChannel, int8_t aPower) { mPowerTable[aChannel - Radio::kChannelMin… in SetTransmitPower()
|
D | radio_platform.cpp | 323 uint8_t aChannel, in otPlatRadioSetChannelMaxTransmitPower() 350 uint8_t aChannel, in otPlatRadioReceiveAt()
|
D | trel_link.cpp | 97 void Link::Receive(uint8_t aChannel) in Receive()
|
D | trel_packet.hpp | 137 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel()
|
/openthread-latest/src/core/api/ |
D | channel_monitor_api.cpp | 83 uint16_t otChannelMonitorGetChannelOccupancy(otInstance *aInstance, uint8_t aChannel) in otChannelMonitorGetChannelOccupancy()
|
D | channel_manager_api.cpp | 44 void otChannelManagerRequestChannelChange(otInstance *aInstance, uint8_t aChannel) in otChannelManagerRequestChannelChange()
|
D | link_api.cpp | 59 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel() 88 otError otLinkSetWakeupChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetWakeupChannel() 428 otError otLinkSetCslChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetCslChannel()
|
/openthread-latest/src/core/thread/ |
D | mle_tlvs.cpp | 100 void ChannelTlvValue::SetChannelAndPage(uint16_t aChannel) in SetChannelAndPage()
|
D | csl_tx_scheduler.hpp | 84 void SetCslChannel(uint8_t aChannel) { mCslChannel = aChannel; } in SetCslChannel()
|
D | mle_tlvs.hpp | 966 ChannelTlvValue(uint8_t aChannelPage, uint16_t aChannel) in ChannelTlvValue() 977 ChannelTlvValue(uint16_t aChannel) in ChannelTlvValue() 1008 void SetChannel(uint16_t aChannel) { mChannel = BigEndian::HostSwap16(aChannel); } in SetChannel()
|
/openthread-latest/src/posix/platform/ |
D | radio.cpp | 291 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() 633 void otPlatDiagChannelSet(uint8_t aChannel) in otPlatDiagChannelSet() 721 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings() 966 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower() 974 uint8_t aChannel, in otPlatRadioAddCalibratedPower() 989 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower() 1049 otError otPlatRadioReceiveAt(otInstance *aInstance, uint8_t aChannel, uint32_t aStart, uint32_t aDu… in otPlatRadioReceiveAt()
|
/openthread-latest/src/core/diags/ |
D | factory_diags.cpp | 958 Error Diags::GetPowerSettings(uint8_t aChannel, PowerSettings &aPowerSettings) in GetPowerSettings() 1101 bool Diags::IsChannelValid(uint8_t aChannel) in IsChannelValid() 1311 uint8_t aChannel, in otPlatDiagRadioGetPowerSettings()
|
/openthread-latest/examples/platforms/simulation/ |
D | diag.c | 71 void otPlatDiagChannelSet(uint8_t aChannel) { OT_UNUSED_VARIABLE(aChannel); } in otPlatDiagChannelSet()
|
D | radio.c | 481 otError otPlatRadioReceive(otInstance *aInstance, uint8_t aChannel) in otPlatRadioReceive() 538 static int8_t GetRssi(uint16_t aChannel) in GetRssi() 1177 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower()
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.cpp | 1706 otError RadioSpinel::Receive(uint8_t aChannel) in Receive() 1737 otError RadioSpinel::ReceiveAt(uint64_t aWhen, uint32_t aDuration, uint8_t aChannel) in ReceiveAt() 2310 otError RadioSpinel::SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower) in SetChannelMaxTransmitPower() 2411 otError RadioSpinel::AddCalibratedPower(uint8_t aChannel, in AddCalibratedPower() 2429 otError RadioSpinel::SetChannelTargetPower(uint8_t aChannel, int16_t aTargetPower) in SetChannelTargetPower()
|