/openthread-latest/include/openthread/platform/ |
D | logging.h | 162 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...);
|
/openthread-latest/src/posix/platform/ |
D | logging.cpp | 39 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
D | system.cpp | 204 otPlatLog(OT_LOG_LEVEL_CRIT, OT_LOG_REGION_PLATFORM, "Unknown type of the co-processor!\n"); in platformInit()
|
/openthread-latest/examples/platforms/simulation/ |
D | logging.c | 93 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
/openthread-latest/examples/platforms/utils/ |
D | debug_uart.c | 124 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
/openthread-latest/examples/apps/cli/ |
D | main.c | 165 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
/openthread-latest/src/core/common/ |
D | log.cpp | 131 otPlatLog(aLogLevel, OT_LOG_REGION_CORE, "%s", logString.AsCString()); in LogVarArgs()
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 244 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 281 OT_TOOL_WEAK void otPlatLog(otLogLevel, otLogRegion, const char *, ...) {} in otPlatLog() function
|
D | test_srp_server.cpp | 137 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
D | test_dns_client.cpp | 140 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
D | test_srp_adv_proxy.cpp | 461 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
D | test_dnssd_discovery_proxy.cpp | 142 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
D | test_routing_manager.cpp | 245 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
D | test_mdns.cpp | 1499 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
/openthread-latest/src/ncp/ |
D | ncp_base.cpp | 2805 extern "C" void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
|
/openthread-latest/src/cli/ |
D | README.md | 2175 Specifies filename to capture otPlatLog() messages, useful when debugging automated test scripts on…
|