Home
last modified time | relevance | path

Searched defs:aThreshold (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dmle_router.hpp311 void SetRouterUpgradeThreshold(uint8_t aThreshold) { mRouterUpgradeThreshold = aThreshold; } in SetRouterUpgradeThreshold()
327 void SetRouterDowngradeThreshold(uint8_t aThreshold) { mRouterDowngradeThreshold = aThreshold; } in SetRouterDowngradeThreshold()
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_ftd_api.cpp153 void otThreadSetRouterUpgradeThreshold(otInstance *aInstance, uint8_t aThreshold) in otThreadSetRouterUpgradeThreshold()
213 void otThreadSetRouterDowngradeThreshold(otInstance *aInstance, uint8_t aThreshold) in otThreadSetRouterDowngradeThreshold()
H A Dchannel_manager_api.cpp142 void otChannelManagerSetCcaFailureRateThreshold(otInstance *aInstance, uint16_t aThreshold) in otChannelManagerSetCcaFailureRateThreshold()
/aosp_15_r20/external/openthread/src/core/radio/
H A Dradio.hpp907 inline Error Radio::GetCcaEnergyDetectThreshold(int8_t &aThreshold) in GetCcaEnergyDetectThreshold()
912 inline Error Radio::SetCcaEnergyDetectThreshold(int8_t aThreshold) in SetCcaEnergyDetectThreshold()
/aosp_15_r20/external/openthread/src/core/utils/
H A Djam_detector.cpp127 void JamDetector::SetRssiThreshold(int8_t aThreshold) in SetRssiThreshold()
H A Dchannel_manager.cpp490 void ChannelManager::SetCcaFailureRateThreshold(uint16_t aThreshold) in SetCcaFailureRateThreshold()
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp429 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold()
436 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dradio.c1052 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold()
1063 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dradio.cpp461 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t *aThreshold) in otPlatRadioGetCcaEnergyDetectThreshold()
468 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp1110 otError RadioSpinel::GetCcaEnergyDetectThreshold(int8_t &aThreshold) in GetCcaEnergyDetectThreshold()
1216 otError RadioSpinel::SetCcaEnergyDetectThreshold(int8_t aThreshold) in SetCcaEnergyDetectThreshold()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_platform.cpp575 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *aInstance, int8_t aThreshold) in otPlatRadioSetCcaEnergyDetectThreshold()