Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/ot-br-posix/src/utils/
H A Dsha256.cpp50 otbrLogErr("Error otPlatCryptoSha256Init: %s", otThreadErrorToString(error)); in Sha256()
63 otbrLogErr("Error otPlatCryptoSha256Deinit: %s", otThreadErrorToString(error)); in ~Sha256()
76 otbrLogErr("Error otPlatCryptoSha256Start: %s", otThreadErrorToString(error)); in Start()
89 otbrLogErr("Error otPlatCryptoSha256Update: %s", otThreadErrorToString(error)); in Update()
102 otbrLogErr("Error otPlatCryptoSha256Finish: %s", otThreadErrorToString(error)); in Finish()
H A Dthread_helper.cpp243 otbrLogWarning("Error otPlatCryptoRandomGet: %s", otThreadErrorToString(error)); in ThreadHelper()
328 otbrLogWarning("Error handling active dataset change: %s", otThreadErrorToString(error)); in ActiveDatasetChangedCallback()
660 otbrLogWarning("Failed to join Thread network: %s", otThreadErrorToString(aError)); in JoinerCallback()
696 otbrLogInfo("%s: %s", aAction, otThreadErrorToString(aError)); in LogOpenThreadResult()
700 otbrLogWarning("%s: %s", aAction, otThreadErrorToString(aError)); in LogOpenThreadResult()
/aosp_15_r20/external/openthread/src/posix/platform/
H A 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()
H A 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()
1278 LogWarn("Failed to transmit, error:%s", otThreadErrorToString(error)); in processTransmit()
[all …]
H A 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()
H A 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)); \
H A Dfirewall.cpp127 otLogWarnPlat("Firewall - failed to update ipsets: %s", otThreadErrorToString(error)); in UpdateIpSets()
H A Dresolver.cpp217 LogInfo("Failed to forward upstream DNS response: %s", otThreadErrorToString(error)); in ForwardResponse()
H A Dtrel.cpp256 otThreadErrorToString(error), BufferToString(aBuffer, aLength)); in SendPacket()
H A Dhdlc_interface.cpp734 LogWarn("Error decoding hdlc frame: %s", otThreadErrorToString(aError)); in HandleHdlcFrame()
H A Dinfra_if.cpp661 LogDebg("Failed to handle ICMPv6 message: %s", otThreadErrorToString(error)); in ReceiveIcmp6Message()
/aosp_15_r20/external/openthread/src/android/thread_network_hal/
H A Dhal_interface.cpp213 otLogWarnPlat("[HAL] Wait for frame failed: %s", otThreadErrorToString(error)); in WaitForFrame()
228 otLogWarnPlat("[HAL] Send frame to HAL interface failed: %s", otThreadErrorToString(error)); in SendFrame()
251 otLogNotePlat("[HAL] Drop the received spinel frame: %s", otThreadErrorToString(error)); in ReceiveFrameCallback()
/aosp_15_r20/external/openthread/src/cli/
H A 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()
H A 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()
H A Dcli_joiner.cpp275 OutputLine("Join failed [%s]", otThreadErrorToString(aError)); in HandleCallback()
H A Dcli_srp_client.cpp952 OutputLine("SRP client callback - error:%s", otThreadErrorToString(aError)); in HandleCallback()
H A Dcli_dataset.cpp1219 OutputLine("Dataset update complete: %s", otThreadErrorToString(aError)); in HandleDatasetUpdater()
/aosp_15_r20/external/openthread/src/core/api/
H A Derror_api.cpp40 const char *otThreadErrorToString(otError aError) { return ErrorToString(aError); } in otThreadErrorToString() function
/aosp_15_r20/external/openthread/include/openthread/
H A Derror.h261 const char *otThreadErrorToString(otError aError);
/aosp_15_r20/external/ot-br-posix/src/border_agent/
H A Dborder_agent.cpp474 otbrLogWarning("Failed to get active dataset: %s", otThreadErrorToString(error)); in AppendActiveTimestampTxtEntry()
540 otbrLogWarning("Failed to retrieve Border Agent ID: %s", otThreadErrorToString(error)); in PublishMeshCopService()
/aosp_15_r20/external/openthread/examples/apps/cli/
H A Dcli_uart.cpp347 otLogWarnPlat("Failed to output CLI: %s", otThreadErrorToString(error)); in CliUartOutput()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_cmd_line_parser.cpp75 printf("error:%s", otThreadErrorToString(testCase->mError)); in VerifyParser()
/aosp_15_r20/external/ot-br-posix/src/android/
H A Dandroid_rcp_host.cpp387 otThreadErrorToString(error)); in SetBorderRouterEnabled()
/aosp_15_r20/hardware/interfaces/threadnetwork/aidl/default/
H A Dsocket_interface.cpp270 LogWarn("Process socket frame failed: %s", otThreadErrorToString(aError)); in HandleSocketFrame()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_driver.cpp310 LogWarn("Error handling spinel frame: %s", otThreadErrorToString(error)); in HandleReceivedFrame()

12