Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dconfiguration.cpp84 otThreadErrorToString(error)); in SetRegion()
117 LogCrit("Failed to get power domain: %s", otThreadErrorToString(error)); in GetDomain()
170 LogCrit("Failed to update channel mask: %s", otThreadErrorToString(error)); in UpdateChannelMasks()
198 LogCrit("Failed to update target power: %s", otThreadErrorToString(error)); in UpdateTargetPower()
240 LogCrit("Failed to update calibrated power table: %s", otThreadErrorToString(error)); in UpdateCalibratedPower()
264 LogCrit("Failed to read target power: %s", otThreadErrorToString(error)); in GetNextTargetPower()
Dnetif.cpp630 LogWarn("Failed to update state %s", otThreadErrorToString(error)); in SetLinkState()
809 …Warn("Failed to delete an OMR route %s in kernel: %s", prefixString, otThreadErrorToString(error)); in UpdateOmrRoutes()
831 …LogWarn("Failed to add an OMR route %s in kernel: %s", prefixString, otThreadErrorToString(error)); in UpdateOmrRoutes()
903 …"Failed to delete an external route %s in kernel: %s", prefixString, otThreadErrorToString(error)); in UpdateExternalRoutes()
926 …rn("Failed to add an external route %s in kernel: %s", prefixString, otThreadErrorToString(error)); in UpdateExternalRoutes()
996 LogWarn("failed to delete route for NAT64: %s", otThreadErrorToString(error)); in processNat64StateChange()
1009 LogWarn("failed to add route for NAT64: %s", otThreadErrorToString(error)); in processNat64StateChange()
1017 LogWarn("failed to delete route for NAT64: %s", otThreadErrorToString(error)); in processNat64StateChange()
1094 LogWarn("Failed to receive, error:%s", otThreadErrorToString(error)); in processReceive()
1276 LogWarn("Failed to transmit, error:%s", otThreadErrorToString(error)); in processTransmit()
[all …]
Dfirewall.cpp127 otLogWarnPlat("Firewall - failed to update ipsets: %s", otThreadErrorToString(error)); in UpdateIpSets()
Drcp_caps_diag.cpp545 Output("Failed to get radio capability flags: %s", otThreadErrorToString(error)); in TestRadioCapbilityFlags()
584 Output("Failed to get Spinel capbility flags: %s", otThreadErrorToString(error)); in TestSpinelCapbilityFlags()
766 Output("Failed to test the Spinel speed: %s", otThreadErrorToString(error)); in ProcessSpinelSpeed()
804 OutputFormat(buffer, otThreadErrorToString(error)); in OutputResult()
Dmulticast_routing.cpp66 …LogInfo(OT_FIRST_ARG(__VA_ARGS__) ": %s" OT_REST_ARGS(__VA_ARGS__), otThreadErrorToString(_err)); \
70 …LogWarn(OT_FIRST_ARG(__VA_ARGS__) ": %s" OT_REST_ARGS(__VA_ARGS__), otThreadErrorToString(_err)); \
Dresolver.cpp217 LogInfo("Failed to forward upstream DNS response: %s", otThreadErrorToString(error)); in ForwardResponse()
Dtrel.cpp256 otThreadErrorToString(error), BufferToString(aBuffer, aLength)); in SendPacket()
Dhdlc_interface.cpp734 LogWarn("Error decoding hdlc frame: %s", otThreadErrorToString(aError)); in HandleHdlcFrame()
Dinfra_if.cpp661 LogDebg("Failed to handle ICMPv6 message: %s", otThreadErrorToString(error)); in ReceiveIcmp6Message()
/openthread-latest/src/core/api/
Derror_api.cpp40 const char *otThreadErrorToString(otError aError) { return ErrorToString(aError); } in otThreadErrorToString() function
/openthread-latest/include/openthread/
Derror.h257 const char *otThreadErrorToString(otError aError);
/openthread-latest/src/cli/
Dcli_joiner.cpp275 OutputLine("Join failed [%s]", otThreadErrorToString(aError)); in HandleCallback()
Dcli_coap.cpp1025 OutputLine("coap send response error %d: %s", error, otThreadErrorToString(error)); in HandleRequest()
1059 …OutputLine("coap receive notification response error %d: %s", aError, otThreadErrorToString(aError… in HandleNotificationResponse()
1075 OutputLine("coap receive response error %d: %s", aError, otThreadErrorToString(aError)); in HandleResponse()
Dcli_coap_secure.cpp923 OutputLine("coaps send response error %d: %s", error, otThreadErrorToString(error)); in HandleRequest()
944 OutputLine("coaps receive response error %d: %s", aError, otThreadErrorToString(aError)); in HandleResponse()
Dcli_srp_client.cpp952 OutputLine("SRP client callback - error:%s", otThreadErrorToString(aError)); in HandleCallback()
Dcli_dataset.cpp1249 OutputLine("Dataset update complete: %s", otThreadErrorToString(aError)); in HandleDatasetUpdater()
Dcli_mdns.cpp437 otThreadErrorToString(aError)); in HandleRegisterationDone()
Dcli.cpp162 OutputLine("Error %u: %s", aError, otThreadErrorToString(aError)); in OutputResult()
178 OutputLine("Error %u: %s", aError, otThreadErrorToString(aError)); in OutputResult()
6319 OutputLine("SNTP error - %s", otThreadErrorToString(aResult)); in HandleSntpResponse()
/openthread-latest/examples/apps/cli/
Dcli_uart.cpp343 otLogWarnPlat("Failed to output CLI: %s", otThreadErrorToString(error)); in CliUartOutput()
/openthread-latest/tests/unit/
Dtest_cmd_line_parser.cpp75 printf("error:%s", otThreadErrorToString(testCase->mError)); in VerifyParser()
Dtest_mdns.cpp956 Log("Register callback - ResuestId:%u Error:%s", aRequestId, otThreadErrorToString(aError)); in HandleCallback()
/openthread-latest/src/lib/spinel/
Dspinel_driver.cpp311 LogWarn("Error handling spinel frame: %s", otThreadErrorToString(error)); in HandleReceivedFrame()
Dlogger.cpp62 LogWarn("%s: %s", aText, otThreadErrorToString(aError)); in LogIfFail()
Dradio_spinel.cpp1794 LogWarn("RadioSpinel enable: %s", otThreadErrorToString(error)); in Enable()
2335 static_cast<char>(aRegionCode), otThreadErrorToString(error)); in SetRadioRegion()