Searched defs:otPlatLog (Results 1 – 9 of 9) sorted by relevance
/openthread-2.7.6/examples/platforms/cc2538/ |
D | logging.c | 41 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
/openthread-2.7.6/src/posix/platform/ |
D | logging.cpp | 39 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
/openthread-2.7.6/examples/platforms/simulation/ |
D | logging.c | 55 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
/openthread-2.7.6/examples/apps/cli/ |
D | main.c | 157 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
/openthread-2.7.6/examples/platforms/utils/ |
D | debug_uart.c | 133 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
/openthread-2.7.6/src/core/common/ |
D | logging.cpp | 323 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
/openthread-2.7.6/tests/fuzz/ |
D | fuzzer_platform.cpp | 231 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
/openthread-2.7.6/tests/unit/ |
D | test_platform.cpp | 479 void otPlatLog(otLogLevel, otLogRegion, const char *, ...) in otPlatLog() function
|
/openthread-2.7.6/src/ncp/ |
D | ncp_base.cpp | 2580 extern "C" void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|