| /external/openthread/src/android/thread_network_hal/ | 
| D | hal_interface.cpp | 207         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/ | 
| D | netif.cpp | 563         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 …]
 
 | 
| D | firewall.cpp | 127         otLogWarnPlat("Failed to update ipsets: %s", otThreadErrorToString(error));  in UpdateIpSets()
 | 
| D | multicast_routing.cpp | 64 …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)); \
 
 | 
| D | trel.cpp | 193 …             aDestSockAddr->mPort, otThreadErrorToString(error), BufferToString(aBuffer, aLength));  in SendPacket()
 | 
| D | hdlc_interface.cpp | 685         otLogWarnPlat("Error decoding hdlc frame: %s", otThreadErrorToString(aError));  in HandleHdlcFrame()
 | 
| D | infra_if.cpp | 514         otLogDebgPlat("Failed to handle ICMPv6 message: %s", otThreadErrorToString(error));  in ReceiveIcmp6Message()
 | 
| /external/openthread/src/core/api/ | 
| D | error_api.cpp | 40 const char *otThreadErrorToString(otError aError)  in otThreadErrorToString()  function
 | 
| /external/openthread/include/openthread/ | 
| D | error.h | 261 const char *otThreadErrorToString(otError aError);
 | 
| /external/ot-br-posix/src/utils/ | 
| D | thread_helper.cpp | 147         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/ | 
| D | cli_joiner.cpp | 269         OutputLine("Join failed [%s]", otThreadErrorToString(aError));  in HandleCallback()
 | 
| D | cli_coap.cpp | 791             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()
 
 | 
| D | cli_coap_secure.cpp | 627             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()
 
 | 
| D | cli_srp_client.cpp | 571         OutputLine("SRP client callback - error:%s", otThreadErrorToString(aError));  in HandleCallback()
 | 
| D | cli_dataset.cpp | 908     OutputLine("Dataset update complete: %s", otThreadErrorToString(aError));  in HandleDatasetUpdater()
 | 
| D | cli.cpp | 159         OutputLine("Error %d: %s", aError, otThreadErrorToString(aError));  in OutputResult()4328         OutputLine("SNTP error - %s", otThreadErrorToString(aResult));  in HandleSntpResponse()
 
 | 
| /external/openthread/examples/apps/cli/ | 
| D | cli_uart.cpp | 347                     otLogWarnPlat("Failed to output CLI: %s", otThreadErrorToString(error));  in CliUartOutput()
 | 
| /external/openthread/tests/unit/ | 
| D | test_cmd_line_parser.cpp | 73             printf("error:%s", otThreadErrorToString(testCase->mError));  in VerifyParser()
 | 
| /external/ot-br-posix/src/border_agent/ | 
| D | border_agent.cpp | 259             otbrLogWarning("Failed to get active dataset: %s", otThreadErrorToString(error));  in PublishMeshCopService()
 | 
| /external/openthread/src/lib/spinel/ | 
| D | radio_spinel_impl.hpp | 165         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/ | 
| D | resource.cpp | 586         otbrLogWarning("Failed to get diagnostic data: %s", otThreadErrorToString(aError));  in DiagnosticResponseHandler()
 | 
| /external/ot-br-posix/src/openwrt/ubus/ | 
| D | otubus.cpp | 1408         otbrLogWarning("Failed to receive diagnostic response: %s", otThreadErrorToString(aError));  in HandleDiagnosticGetResponse()
 |