Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/platform/
Dnexus_misc.cpp112 bool otPlatDiagModeGet() { return false; } in otPlatDiagModeGet() function
/openthread-latest/examples/platforms/simulation/
Ddiag.c69 bool otPlatDiagModeGet(void) { return sDiagMode; } in otPlatDiagModeGet() function
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp531 bool otPlatDiagModeGet(void) { return false; } in otPlatDiagModeGet() function
/openthread-latest/src/posix/platform/
Dradio.cpp620 bool otPlatDiagModeGet(void) { return GetRadioSpinel().IsDiagEnabled(); } in otPlatDiagModeGet() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp463 bool otPlatDiagModeGet() { return false; } in otPlatDiagModeGet() function
/openthread-latest/tests/unit/
Dtest_platform.cpp259 OT_TOOL_WEAK bool otPlatDiagModeGet() { return sDiagMode; } in otPlatDiagModeGet() function