Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp76 bool otPlatRadioGetPromiscuous(otInstance *aInstance) { return AsNode(aInstance).mRadio.mPromiscuou… in otPlatRadioGetPromiscuous() function
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp377 bool otPlatRadioGetPromiscuous(otInstance *aInstance) in otPlatRadioGetPromiscuous() function
/openthread-latest/examples/platforms/simulation/
Dradio.c569 bool otPlatRadioGetPromiscuous(otInstance *aInstance) in otPlatRadioGetPromiscuous() function
/openthread-latest/src/posix/platform/
Dradio.cpp333 bool otPlatRadioGetPromiscuous(otInstance *aInstance) in otPlatRadioGetPromiscuous() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp397 bool otPlatRadioGetPromiscuous(otInstance *) { return false; } in otPlatRadioGetPromiscuous() function
/openthread-latest/tests/unit/
Dtest_platform.cpp175 OT_TOOL_WEAK bool otPlatRadioGetPromiscuous(otInstance *) { return false; } in otPlatRadioGetPromiscuous() function