Home
last modified time | relevance | path

Searched refs:aError (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dhdlc_interface.cpp300 void HdlcInterface::HandleHdlcFrame(void *aContext, otError aError) in HandleHdlcFrame() argument
302 static_cast<HdlcInterface *>(aContext)->HandleHdlcFrame(aError); in HandleHdlcFrame()
305 void HdlcInterface::HandleHdlcFrame(otError aError) in HandleHdlcFrame() argument
312 if (aError == OT_ERROR_NONE && bufLength > 0) { in HandleHdlcFrame()
338 otLogCritPlat("Frame will be discarded error = 0x%x", aError); in HandleHdlcFrame()
Dhdlc_interface.hpp187 void HandleHdlcFrame(otError aError);
188 static void HandleHdlcFrame(void *aContext, otError aError);
Ddiag.c118 otError aError) in otPlatDiagRadioReceived() argument
122 ARG_UNUSED(aError); in otPlatDiagRadioReceived()
Dradio_spinel.cpp401 void otPlatDiagRadioReceived(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatDiagRadioReceived() argument
405 OT_UNUSED_VARIABLE(aError); in otPlatDiagRadioReceived()
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c108 void otPlatRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatRadioReceiveDone() argument
115 zassert_equal(otPlatRadioReceiveDone_expected_error, aError); in otPlatRadioReceiveDone()