Searched refs:otLogCritPlat (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/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 | misc.cpp | 85 otLogCritPlat("assert failed at %s:%d", aFilename, aLineNumber); in otPlatAssertFail()
|
D | spinel_manager.cpp | 127 otLogCritPlat("The Spinel interface name \"%s\" is not supported!", aInterfaceName); in CreateSpinelInterface()
|
D | settings.cpp | 530 void otLogCritPlat(const char *aFormat, ...) { OT_UNUSED_VARIABLE(aFormat); } in otLogCritPlat() function
|
/openthread-latest/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-latest/tools/ot-fct/ |
D | logging.cpp | 34 void otLogCritPlat(const char *aFormat, ...) in otLogCritPlat() function
|
/openthread-latest/include/openthread/ |
D | logging.h | 89 void otLogCritPlat(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2);
|
/openthread-latest/src/core/api/ |
D | logging_api.cpp | 62 void otLogCritPlat(const char *aFormat, ...) in otLogCritPlat() function
|