Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp100 bool otPlatRadioIsEnabled(otInstance *aInstance) { return AsNode(aInstance).mRadio.mState != Radio:… in otPlatRadioIsEnabled() function
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp300 bool otPlatRadioIsEnabled(otInstance *aInstance) in otPlatRadioIsEnabled() function
/openthread-latest/examples/platforms/simulation/
Dradio.c434 bool otPlatRadioIsEnabled(otInstance *aInstance) in otPlatRadioIsEnabled() function
/openthread-latest/src/posix/platform/
Dradio.cpp271 bool otPlatRadioIsEnabled(otInstance *aInstance) in otPlatRadioIsEnabled() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp371 bool otPlatRadioIsEnabled(otInstance *) { return true; } in otPlatRadioIsEnabled() function
/openthread-latest/tests/unit/
Dtest_platform.cpp157 OT_TOOL_WEAK bool otPlatRadioIsEnabled(otInstance *) { return true; } in otPlatRadioIsEnabled() function