Home
last modified time | relevance | path

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

/openthread-3.7.0/examples/platforms/simulation/
Ddiag.c63 bool otPlatDiagModeGet(void) { return sDiagMode; } in otPlatDiagModeGet() function
/openthread-3.7.0/tests/fuzz/
Dfuzzer_platform.cpp508 bool otPlatDiagModeGet(void) { return false; } in otPlatDiagModeGet() function
/openthread-3.7.0/src/posix/platform/
Dradio.cpp537 bool otPlatDiagModeGet(void) { return GetRadioSpinel().IsDiagEnabled(); } in otPlatDiagModeGet() function
/openthread-3.7.0/tests/unit/
Dtest_platform.cpp235 OT_TOOL_WEAK bool otPlatDiagModeGet() { return sDiagMode; } in otPlatDiagModeGet() function