/openthread-3.4.0/src/posix/platform/ |
D | logging.cpp | 39 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 41 OT_UNUSED_VARIABLE(aLogRegion); in otPlatLog()
|
/openthread-3.4.0/examples/platforms/simulation/ |
D | logging.c | 93 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 96 OT_UNUSED_VARIABLE(aLogRegion); in otPlatLog()
|
/openthread-3.4.0/examples/platforms/utils/ |
D | debug_uart.c | 124 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 127 OT_UNUSED_VARIABLE(aLogRegion); in otPlatLog()
|
D | logging_rtt.c | 141 void utilsLogRttOutput(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list a… in utilsLogRttOutput() argument 143 (void)aLogRegion; in utilsLogRttOutput()
|
D | logging_rtt.h | 135 void utilsLogRttOutput(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list a…
|
/openthread-3.4.0/examples/apps/cli/ |
D | main.c | 149 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 154 otCliPlatLogv(aLogLevel, aLogRegion, aFormat, ap); in otPlatLog()
|
/openthread-3.4.0/include/openthread/platform/ |
D | logging.h | 162 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...);
|
/openthread-3.4.0/include/openthread/ |
D | ncp.h | 132 void otNcpPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list aArgs…
|
D | cli.h | 149 void otCliPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list aArgs…
|
/openthread-3.4.0/tests/fuzz/ |
D | fuzzer_platform.cpp | 224 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 227 OT_UNUSED_VARIABLE(aLogRegion); in otPlatLog()
|
/openthread-3.4.0/src/ncp/ |
D | ncp_base.hpp | 119 void Log(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aLogString); 461 static unsigned int ConvertLogRegion(otLogRegion aLogRegion);
|
D | ncp_base.cpp | 542 unsigned int NcpBase::ConvertLogRegion(otLogRegion aLogRegion) in ConvertLogRegion() argument 546 switch (aLogRegion) in ConvertLogRegion() 644 void NcpBase::Log(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aLogString) in Log() argument 661 SuccessOrExit(error = mEncoder.WriteUintPacked(ConvertLogRegion(aLogRegion))); in Log() 2635 extern "C" void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 2647 ncp->Log(aLogLevel, aLogRegion, logString); in otPlatLog()
|
/openthread-3.4.0/tests/unit/ |
D | test_srp_server.cpp | 134 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 137 OT_UNUSED_VARIABLE(aLogRegion); in otPlatLog()
|
D | test_dns_client.cpp | 137 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 140 OT_UNUSED_VARIABLE(aLogRegion); in otPlatLog()
|
D | test_routing_manager.cpp | 164 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 167 OT_UNUSED_VARIABLE(aLogRegion); in otPlatLog()
|
/openthread-3.4.0/src/cli/ |
D | cli.cpp | 8775 extern "C" void otCliPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va… in otCliPlatLogv() argument 8778 OT_UNUSED_VARIABLE(aLogRegion); in otCliPlatLogv()
|