Searched defs:otError (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/include/openthread/ |
D | error.h | 56 typedef enum OT_MUST_USE_RESULT otError enum 248 } otError; typedef
|
/openthread-latest/src/core/radio/ |
D | radio_platform.cpp | 165 extern "C" void otPlatRadioReceiveDone(otInstance *, otRadioFrame *, otError) {} in otPlatRadioReceiveDone() argument 169 extern "C" void otPlatRadioTxDone(otInstance *, otRadioFrame *, otRadioFrame *, otError) {} in otPlatRadioTxDone() argument 176 extern "C" void otPlatDiagRadioReceiveDone(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioReceiveDone() argument 178 extern "C" void otPlatDiagRadioTransmitDone(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioTransmitDone() argument
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_misc.cpp | 115 void otPlatDiagRadioReceived(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioReceived() argument
|
/openthread-latest/tests/gtest/ |
D | fake_platform.cpp | 469 void otPlatDiagRadioReceived(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioReceived() argument
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 265 OT_TOOL_WEAK void otPlatDiagRadioReceived(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioReceived() argument
|