Home
last modified time | relevance | path

Searched refs:otPlatRadioSetChannelTargetPower (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_power_calibration.cpp68 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()
H A Dtest_platform.cpp725 OT_TOOL_WEAK otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int1… in otPlatRadioSetChannelTargetPower() function
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dconfiguration.cpp191 …SuccessOrExit(error = otPlatRadioSetChannelTargetPower(gInstance, ch, targetPower.GetTargetPower()… in UpdateTargetPower()
H A Dradio.cpp982 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower() function
/aosp_15_r20/external/openthread/src/core/utils/
H A Dpower_calibration.cpp219 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo… in otPlatRadioSetChannelTargetPower() function
/aosp_15_r20/external/openthread/include/openthread/platform/
H A Dradio.h1399 otError otPlatRadioSetChannelTargetPower(otInstance *aInstance, uint8_t aChannel, int16_t aTargetPo…
/aosp_15_r20/external/ot-br-posix/src/ncp/
H A Drcp_host.cpp565 SuccessOrExit(error = otPlatRadioSetChannelTargetPower( in SetChannelMaxPowers()
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base.cpp2738 error = otPlatRadioSetChannelTargetPower(mInstance, channel, targetPower); in HandlePropertySet()