Searched refs:otPlatRadioSetChannelTargetPower (Results 1 – 9 of 9) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_power_calibration.cpp | 68 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 4999)); in TestPowerCalibration() 74 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 5000)); in TestPowerCalibration() 80 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 9999)); in TestPowerCalibration() 86 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 10000)); in TestPowerCalibration() 92 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 14999)); in TestPowerCalibration() 98 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 15000)); in TestPowerCalibration() 104 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 15001)); in TestPowerCalibration() 126 SuccessOrQuit(otPlatRadioSetChannelTargetPower(instance, 11, 15000)); in TestPowerCalibration()
|
D | test_platform.cpp | 727 OT_TOOL_WEAK otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int1… in otPlatRadioSetChannelTargetPower() function
|
/openthread-latest/src/posix/platform/ |
D | configuration.cpp | 191 …SuccessOrExit(error = otPlatRadioSetChannelTargetPower(gInstance, ch, targetPower.GetTargetPower()… in UpdateTargetPower()
|
D | radio.cpp | 989 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower() function
|
/openthread-latest/src/core/utils/ |
D | power_calibration.cpp | 217 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower() function
|
/openthread-latest/include/openthread/platform/ |
D | radio.h | 1376 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo…
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_radio.cpp | 240 otError otPlatRadioSetChannelTargetPower(otInstance *, uint8_t, int16_t) { return kErrorNotImplemen… in otPlatRadioSetChannelTargetPower() function
|
/openthread-latest/tests/gtest/ |
D | fake_platform.cpp | 437 OT_TOOL_WEAK otError otPlatRadioSetChannelTargetPower(otInstance *, uint8_t, int16_t) { return OT_E… in otPlatRadioSetChannelTargetPower() function
|
/openthread-latest/src/ncp/ |
D | ncp_base.cpp | 2773 error = otPlatRadioSetChannelTargetPower(mInstance, channel, targetPower); in HandlePropertySet()
|