/aosp_15_r20/external/ot-br-posix/src/utils/ |
H A D | sha256.cpp | 50 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 D | thread_helper.cpp | 243 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 D | configuration.cpp | 84 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 D | netif.cpp | 630 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 D | rcp_caps_diag.cpp | 545 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 D | multicast_routing.cpp | 66 …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 D | firewall.cpp | 127 otLogWarnPlat("Firewall - failed to update ipsets: %s", otThreadErrorToString(error)); in UpdateIpSets()
|
H A D | resolver.cpp | 217 LogInfo("Failed to forward upstream DNS response: %s", otThreadErrorToString(error)); in ForwardResponse()
|
H A D | trel.cpp | 256 otThreadErrorToString(error), BufferToString(aBuffer, aLength)); in SendPacket()
|
H A D | hdlc_interface.cpp | 734 LogWarn("Error decoding hdlc frame: %s", otThreadErrorToString(aError)); in HandleHdlcFrame()
|
H A D | infra_if.cpp | 661 LogDebg("Failed to handle ICMPv6 message: %s", otThreadErrorToString(error)); in ReceiveIcmp6Message()
|
/aosp_15_r20/external/openthread/src/android/thread_network_hal/ |
H A D | hal_interface.cpp | 213 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 D | cli_coap.cpp | 1025 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 D | cli_coap_secure.cpp | 923 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 D | cli_joiner.cpp | 275 OutputLine("Join failed [%s]", otThreadErrorToString(aError)); in HandleCallback()
|
H A D | cli_srp_client.cpp | 952 OutputLine("SRP client callback - error:%s", otThreadErrorToString(aError)); in HandleCallback()
|
H A D | cli_dataset.cpp | 1219 OutputLine("Dataset update complete: %s", otThreadErrorToString(aError)); in HandleDatasetUpdater()
|
/aosp_15_r20/external/openthread/src/core/api/ |
H A D | error_api.cpp | 40 const char *otThreadErrorToString(otError aError) { return ErrorToString(aError); } in otThreadErrorToString() function
|
/aosp_15_r20/external/openthread/include/openthread/ |
H A D | error.h | 261 const char *otThreadErrorToString(otError aError);
|
/aosp_15_r20/external/ot-br-posix/src/border_agent/ |
H A D | border_agent.cpp | 474 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 D | cli_uart.cpp | 347 otLogWarnPlat("Failed to output CLI: %s", otThreadErrorToString(error)); in CliUartOutput()
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_cmd_line_parser.cpp | 75 printf("error:%s", otThreadErrorToString(testCase->mError)); in VerifyParser()
|
/aosp_15_r20/external/ot-br-posix/src/android/ |
H A D | android_rcp_host.cpp | 387 otThreadErrorToString(error)); in SetBorderRouterEnabled()
|
/aosp_15_r20/hardware/interfaces/threadnetwork/aidl/default/ |
H A D | socket_interface.cpp | 270 LogWarn("Process socket frame failed: %s", otThreadErrorToString(aError)); in HandleSocketFrame()
|
/aosp_15_r20/external/openthread/src/lib/spinel/ |
H A D | spinel_driver.cpp | 310 LogWarn("Error handling spinel frame: %s", otThreadErrorToString(error)); in HandleReceivedFrame()
|