Home
last modified time | relevance | path

Searched defs:otPlatRadioGetReceiveSensitivity (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp48 int8_t otPlatRadioGetReceiveSensitivity(otInstance *aInstance) in otPlatRadioGetReceiveSensitivity() function
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp450 int8_t otPlatRadioGetReceiveSensitivity(otInstance *aInstance) in otPlatRadioGetReceiveSensitivity() function
/openthread-latest/examples/platforms/simulation/
Dradio.c999 int8_t otPlatRadioGetReceiveSensitivity(otInstance *aInstance) in otPlatRadioGetReceiveSensitivity() function
/openthread-latest/src/posix/platform/
Dradio.cpp494 int8_t otPlatRadioGetReceiveSensitivity(otInstance *aInstance) in otPlatRadioGetReceiveSensitivity() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp417 int8_t otPlatRadioGetReceiveSensitivity(otInstance *) { return -100; } in otPlatRadioGetReceiveSensitivity() function
/openthread-latest/tests/unit/
Dtest_platform.cpp195 OT_TOOL_WEAK int8_t otPlatRadioGetReceiveSensitivity(otInstance *) { return -100; } in otPlatRadioGetReceiveSensitivity() function