Searched refs:otLogCritPlat (Results 1 – 15 of 15) sorted by relevance
/openthread-3.6.0/src/posix/platform/ |
D | backtrace.cpp | 56 virtual void printLine(const char *string) { otLogCritPlat("%s", string); } in printLine() 100 otLogCritPlat("#%2d: %s %s+0x%x [0x%x]\n", aIndex, program, functionName, offset, address); in demangleSymbol() 104 otLogCritPlat("#%2d: %s\n", aIndex, aSymbol); in demangleSymbol() 152 otLogCritPlat("------------------ BEGINNING OF CRASH -------------"); in signalCritical() 153 otLogCritPlat("*** FATAL ERROR: Caught signal: %d (%s)", sig, strsignal(sig)); in signalCritical() 157 otLogCritPlat("------------------ END OF CRASH ------------------"); in signalCritical()
|
D | configuration.cpp | 81 …otLogCritPlat("Failed to set region \"%c%c\": %s", (aRegionCode >> 8) & 0xff, (aRegionCode & 0xff), in SetRegion() 115 otLogCritPlat("Failed to get power domain: %s", otThreadErrorToString(error)); in GetDomain() 168 otLogCritPlat("Failed to update channel mask: %s", otThreadErrorToString(error)); in UpdateChannelMasks() 196 otLogCritPlat("Failed to update target power: %s", otThreadErrorToString(error)); in UpdateTargetPower() 238 otLogCritPlat("Failed to update calibrated power table: %s", otThreadErrorToString(error)); in UpdateCalibratedPower() 262 otLogCritPlat("Failed to read target power: %s", otThreadErrorToString(error)); in GetNextTargetPower()
|
D | misc.cpp | 85 otLogCritPlat("assert failed at %s:%d", aFilename, aLineNumber); in otPlatAssertFail()
|
D | resolver.cpp | 108 … otLogCritPlat("No domain name servers found in %s, default to 127.0.0.1", kResolvConfFullPath); in LoadDnsServerListFromConf() 145 … otLogCritPlat("Failed to forward DNS query %p to server: %d", static_cast<void *>(aTxn), error); in Query()
|
D | infra_if.cpp | 312 otLogCritPlat("The infra link %s may be lost. Exiting.", mInfraIfName); in GetFlags() 382 otLogCritPlat("failed to get netif addresses: %s", strerror(errno)); in HasLinkLocalAddress() 439 otLogCritPlat("Failed to get the index for infra interface %s", aIfName); in SetInfraNetif() 532 otLogCritPlat("Failed to receive netlink message: %s", strerror(errno)); in ReceiveNetLinkMessage()
|
D | trel.cpp | 144 otLogCritPlat("[trel] Failed to bind socket"); in PrepareSocket() 152 otLogCritPlat("[trel] Failed to get the socket name"); in PrepareSocket()
|
D | udp.cpp | 286 otLogCritPlat("Failed to bind UDP socket: %s", strerror(errno)); in otPlatUdpBind() 495 otLogCritPlat("IPV6_JOIN_GROUP failed: %s", strerror(errno)); in otPlatUdpJoinMulticastGroup() 535 otLogCritPlat("IPV6_LEAVE_GROUP failed: %s", strerror(errno)); in otPlatUdpLeaveMulticastGroup()
|
D | hdlc_interface.cpp | 167 otLogCritPlat("Radio file '%s' not supported", mRadioUrl.GetPath()); in Init() 745 otLogCritPlat("Failed to reopen UART connection after resetting the RCP device."); in ResetConnection()
|
D | radio.cpp | 148 otLogCritPlat("The Spinel interface name \"%s\" is not supported!", aInterfaceName); in CreateSpinelInterface() 162 otLogCritPlat("The argument \"ncp-dataset\" is no longer supported"); in ProcessRadioUrl()
|
D | settings.cpp | 529 void otLogCritPlat(const char *aFormat, ...) { OT_UNUSED_VARIABLE(aFormat); } in otLogCritPlat() function
|
D | spi_interface.cpp | 456 otLogCritPlat("PushPullSpi:DoSpiTransfer: errno=%s", strerror(errno)); in PushPullSpi()
|
/openthread-3.6.0/src/lib/platform/ |
D | exit_code.h | 119 otLogCritPlat("%s() at %s:%d: %s", __func__, (start ? start + 1 : __FILE__), __LINE__, \ 154 otLogCritPlat("exit(%d): %s line %d, %s, %s", aExitCode, __func__, __LINE__, aMessage, \
|
/openthread-3.6.0/tools/ot-fct/ |
D | logging.cpp | 34 void otLogCritPlat(const char *aFormat, ...) in otLogCritPlat() function
|
/openthread-3.6.0/include/openthread/ |
D | logging.h | 89 void otLogCritPlat(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2);
|
/openthread-3.6.0/src/core/api/ |
D | logging_api.cpp | 62 void otLogCritPlat(const char *aFormat, ...) in otLogCritPlat() function
|