Home
last modified time | relevance | path

Searched refs:otLogCritPlat (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/posix/platform/
Dbacktrace.cpp56 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()
Dmisc.cpp85 otLogCritPlat("assert failed at %s:%d", aFilename, aLineNumber); in otPlatAssertFail()
Dspinel_manager.cpp127 otLogCritPlat("The Spinel interface name \"%s\" is not supported!", aInterfaceName); in CreateSpinelInterface()
Dsettings.cpp530 void otLogCritPlat(const char *aFormat, ...) { OT_UNUSED_VARIABLE(aFormat); } in otLogCritPlat() function
/openthread-latest/src/lib/platform/
Dexit_code.h119 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-latest/tools/ot-fct/
Dlogging.cpp34 void otLogCritPlat(const char *aFormat, ...) in otLogCritPlat() function
/openthread-latest/include/openthread/
Dlogging.h89 void otLogCritPlat(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2);
/openthread-latest/src/core/api/
Dlogging_api.cpp62 void otLogCritPlat(const char *aFormat, ...) in otLogCritPlat() function