/openthread-3.7.0/include/openthread/platform/ |
D | logging.h | 123 typedef enum otLogRegion enum 148 } otLogRegion; typedef 162 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...);
|
/openthread-3.7.0/examples/platforms/utils/ |
D | logging_rtt.h | 135 void utilsLogRttOutput(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list a…
|
D | debug_uart.c | 124 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
D | logging_rtt.c | 141 void utilsLogRttOutput(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list a… in utilsLogRttOutput()
|
/openthread-3.7.0/src/posix/platform/ |
D | logging.cpp | 39 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
/openthread-3.7.0/include/openthread/ |
D | cli.h | 149 void otCliPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list aArgs…
|
D | ncp.h | 142 void otNcpPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list aArgs…
|
/openthread-3.7.0/examples/platforms/simulation/ |
D | logging.c | 93 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
/openthread-3.7.0/src/cli/ |
D | cli.hpp | 104 extern "C" void otCliPlatLogv(otLogLevel, otLogRegion, const char *, va_list); 128 friend void otCliPlatLogv(otLogLevel, otLogRegion, const char *, va_list);
|
D | cli.cpp | 8563 extern "C" void otCliPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va… in otCliPlatLogv()
|
/openthread-3.7.0/examples/apps/cli/ |
D | main.c | 165 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
/openthread-3.7.0/src/ncp/ |
D | ncp_base.hpp | 194 void Log(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aLogString); 550 static unsigned int ConvertLogRegion(otLogRegion aLogRegion);
|
D | ncp_base.cpp | 617 unsigned int NcpBase::ConvertLogRegion(otLogRegion aLogRegion) in ConvertLogRegion() 719 void NcpBase::Log(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aLogString) in Log() 2755 extern "C" void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
/openthread-3.7.0/tests/fuzz/ |
D | fuzzer_platform.cpp | 229 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
/openthread-3.7.0/tests/unit/ |
D | test_platform.cpp | 257 OT_TOOL_WEAK void otPlatLog(otLogLevel, otLogRegion, const char *, ...) {} in otPlatLog() argument
|
D | test_srp_server.cpp | 137 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
D | test_dns_client.cpp | 140 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
D | test_srp_adv_proxy.cpp | 461 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
D | test_routing_manager.cpp | 241 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
D | test_mdns.cpp | 1444 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|