| /openthread-latest/include/openthread/platform/ |
| D | logging.h | 114 typedef enum otLogRegion enum 139 } otLogRegion; typedef 152 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...);
|
| /openthread-latest/examples/platforms/utils/ |
| D | logging_rtt.h | 127 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 | 140 void utilsLogRttOutput(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list a… in utilsLogRttOutput()
|
| /openthread-latest/src/posix/platform/ |
| D | logging.cpp | 39 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| /openthread-latest/include/openthread/ |
| D | cli.h | 140 void otCliPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list aArgs…
|
| D | ncp.h | 135 void otNcpPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list aArgs…
|
| /openthread-latest/examples/platforms/simulation/ |
| D | logging.c | 93 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| /openthread-latest/src/cli/ |
| D | cli.hpp | 98 extern "C" void otCliPlatLogv(otLogLevel, otLogRegion, const char *, va_list); 122 friend void otCliPlatLogv(otLogLevel, otLogRegion, const char *, va_list);
|
| D | cli.cpp | 8392 extern "C" void otCliPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va… in otCliPlatLogv()
|
| /openthread-latest/examples/apps/cli/ |
| D | main.c | 168 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| /openthread-latest/tests/nexus/platform/ |
| D | nexus_misc.cpp | 59 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| /openthread-latest/src/ncp/ |
| D | ncp_base.hpp | 188 void Log(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aLogString); 644 static unsigned int ConvertLogRegion(otLogRegion aLogRegion);
|
| D | ncp_base.cpp | 638 unsigned int NcpBase::ConvertLogRegion(otLogRegion aLogRegion) in ConvertLogRegion() 740 void NcpBase::Log(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aLogString) in Log() 2840 extern "C" void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| /openthread-latest/tests/fuzz/ |
| D | fuzzer_platform.cpp | 251 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| /openthread-latest/tests/gtest/ |
| D | fake_platform.cpp | 473 OT_TOOL_WEAK void otPlatLog(otLogLevel, otLogRegion, const char *, ...) {} in otPlatLog() argument
|
| /openthread-latest/tests/unit/ |
| D | test_platform.cpp | 281 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 | 141 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_dnssd_discovery_proxy.cpp | 142 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| D | test_routing_manager.cpp | 245 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| D | test_mdns.cpp | 1499 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|