Home
last modified time | relevance | path

Searched refs:otPlatDiagModeGet (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/include/openthread/platform/
Ddiag.h109 bool otPlatDiagModeGet(void);
/openthread-latest/examples/platforms/simulation/virtual_time/
Dalarm-sim.c147 if (otPlatDiagModeGet()) in platformAlarmProcess()
/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
Dalarm.c275 if (otPlatDiagModeGet()) in platformAlarmProcess()
Dradio.c616 if (otPlatDiagModeGet()) in radioReceive()
672 if (otPlatDiagModeGet()) in radioSendMessage()
888 if (otPlatDiagModeGet()) in radioProcessFrame()
/openthread-latest/src/posix/platform/
Dalarm.cpp262 if (otPlatDiagModeGet()) in platformAlarmProcess()
Dradio.cpp620 bool otPlatDiagModeGet(void) { return GetRadioSpinel().IsDiagEnabled(); } in otPlatDiagModeGet() function
/openthread-latest/src/core/diags/
Dfactory_diags.cpp1173 Output("diagnostics mode is %s\r\n", otPlatDiagModeGet() ? "enabled" : "disabled"); in ProcessCmd()
1177 if (!otPlatDiagModeGet() && !StringMatch(aArgs[0], "start")) in ProcessCmd()
1227 bool Diags::IsEnabled(void) { return otPlatDiagModeGet(); } in IsEnabled()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp531 bool otPlatDiagModeGet(void) { return false; } 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
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp757 if (otPlatDiagModeGet()) in RadioReceive()
773 if (otPlatDiagModeGet()) in TransmitDone()