Home
last modified time | relevance | path

Searched refs:otThreadErrorToString (Results 1 – 22 of 22) sorted by relevance

/external/openthread/src/android/thread_network_hal/
Dhal_interface.cpp207 otLogWarnPlat("[HAL] Wait for frame failed: %s", otThreadErrorToString(error)); in WaitForFrame()
222 otLogWarnPlat("[HAL] Send frame to HAL interface failed: %s", otThreadErrorToString(error)); in SendFrame()
238 otLogNotePlat("[HAL] Drop the received spinel frame: %s", otThreadErrorToString(error)); in ReceiveFrameCallback()
/external/openthread/src/posix/platform/
Dnetif.cpp563 otLogWarnPlat("[netif] Failed to update state %s", otThreadErrorToString(error)); in UpdateLink()
719 otThreadErrorToString(error)); in UpdateOmrRoutes()
742 otThreadErrorToString(error)); in UpdateOmrRoutes()
817 otThreadErrorToString(error)); in UpdateExternalRoutes()
841 otThreadErrorToString(error)); in UpdateExternalRoutes()
927 otLogWarnPlat("[netif] Failed to receive, error:%s", otThreadErrorToString(error)); in processReceive()
982 otLogInfoPlat("[netif] Message dropped by Thread", otThreadErrorToString(error)); in processTransmit()
986 otLogWarnPlat("[netif] Failed to transmit, error:%s", otThreadErrorToString(error)); in processTransmit()
1008 aAddress.ToString().AsCString(), otThreadErrorToString(error)); in logAddrEvent()
1106 otLogWarnPlat("[netif] Failed to process event, error:%s", otThreadErrorToString(error)); in processNetifAddrEvent()
[all …]
Dfirewall.cpp127 otLogWarnPlat("Failed to update ipsets: %s", otThreadErrorToString(error)); in UpdateIpSets()
Dmulticast_routing.cpp64 …nfoPlat(OT_FIRST_ARG(__VA_ARGS__) ": %s" OT_REST_ARGS(__VA_ARGS__), otThreadErrorToString(_err)); \
68 …arnPlat(OT_FIRST_ARG(__VA_ARGS__) ": %s" OT_REST_ARGS(__VA_ARGS__), otThreadErrorToString(_err)); \
Dtrel.cpp193 … aDestSockAddr->mPort, otThreadErrorToString(error), BufferToString(aBuffer, aLength)); in SendPacket()
Dhdlc_interface.cpp685 otLogWarnPlat("Error decoding hdlc frame: %s", otThreadErrorToString(aError)); in HandleHdlcFrame()
Dinfra_if.cpp514 otLogDebgPlat("Failed to handle ICMPv6 message: %s", otThreadErrorToString(error)); in ReceiveIcmp6Message()
/external/openthread/src/core/api/
Derror_api.cpp40 const char *otThreadErrorToString(otError aError) in otThreadErrorToString() function
/external/openthread/include/openthread/
Derror.h261 const char *otThreadErrorToString(otError aError);
/external/ot-br-posix/src/utils/
Dthread_helper.cpp147 otbrLogWarning("Error handling active dataset change: %s", otThreadErrorToString(error)); in ActiveDatasetChangedCallback()
483 otbrLogWarning("Failed to join Thread network: %s", otThreadErrorToString(aError)); in JoinerCallback()
519 otbrLogInfo("%s: %s", aAction, otThreadErrorToString(aError)); in LogOpenThreadResult()
523 otbrLogWarning("%s: %s", aAction, otThreadErrorToString(aError)); in LogOpenThreadResult()
/external/openthread/src/cli/
Dcli_joiner.cpp269 OutputLine("Join failed [%s]", otThreadErrorToString(aError)); in HandleCallback()
Dcli_coap.cpp791 OutputLine("coap send response error %d: %s", error, otThreadErrorToString(error)); in HandleRequest()
825 …OutputLine("coap receive notification response error %d: %s", aError, otThreadErrorToString(aError… in HandleNotificationResponse()
841 OutputLine("coap receive response error %d: %s", aError, otThreadErrorToString(aError)); in HandleResponse()
Dcli_coap_secure.cpp627 OutputLine("coaps send response error %d: %s", error, otThreadErrorToString(error)); in HandleRequest()
648 OutputLine("coaps receive response error %d: %s", aError, otThreadErrorToString(aError)); in HandleResponse()
Dcli_srp_client.cpp571 OutputLine("SRP client callback - error:%s", otThreadErrorToString(aError)); in HandleCallback()
Dcli_dataset.cpp908 OutputLine("Dataset update complete: %s", otThreadErrorToString(aError)); in HandleDatasetUpdater()
Dcli.cpp159 OutputLine("Error %d: %s", aError, otThreadErrorToString(aError)); in OutputResult()
4328 OutputLine("SNTP error - %s", otThreadErrorToString(aResult)); in HandleSntpResponse()
/external/openthread/examples/apps/cli/
Dcli_uart.cpp347 otLogWarnPlat("Failed to output CLI: %s", otThreadErrorToString(error)); in CliUartOutput()
/external/openthread/tests/unit/
Dtest_cmd_line_parser.cpp73 printf("error:%s", otThreadErrorToString(testCase->mError)); in VerifyParser()
/external/ot-br-posix/src/border_agent/
Dborder_agent.cpp259 otbrLogWarning("Failed to get active dataset: %s", otThreadErrorToString(error)); in PublishMeshCopService()
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp165 otLogWarnPlat("%s: %s", aText, otThreadErrorToString(aError)); in LogIfFail()
484 otLogWarnPlat("Error handling hdlc frame: %s", otThreadErrorToString(error)); in HandleReceivedFrame()
2058 otLogWarnPlat("RadioSpinel enable: %s", otThreadErrorToString(error)); in Enable()
2433 static_cast<char>(aRegionCode), otThreadErrorToString(error)); in SetRadioRegion()
/external/ot-br-posix/src/rest/
Dresource.cpp586 otbrLogWarning("Failed to get diagnostic data: %s", otThreadErrorToString(aError)); in DiagnosticResponseHandler()
/external/ot-br-posix/src/openwrt/ubus/
Dotubus.cpp1408 otbrLogWarning("Failed to receive diagnostic response: %s", otThreadErrorToString(aError)); in HandleDiagnosticGetResponse()