/openthread-latest/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-latest/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-latest/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 | 140 void utilsLogRttOutput(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list a… in utilsLogRttOutput() argument 142 (void)aLogRegion; in utilsLogRttOutput()
|
D | logging_rtt.h | 127 void utilsLogRttOutput(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list a…
|
/openthread-latest/examples/apps/cli/ |
D | main.c | 168 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 173 otCliPlatLogv(aLogLevel, aLogRegion, aFormat, ap); in otPlatLog()
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_misc.cpp | 59 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 62 OT_UNUSED_VARIABLE(aLogRegion); in otPlatLog()
|
/openthread-latest/include/openthread/platform/ |
D | logging.h | 152 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...);
|
/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/tests/fuzz/ |
D | fuzzer_platform.cpp | 251 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 254 OT_UNUSED_VARIABLE(aLogRegion); 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() argument 642 switch (aLogRegion) in ConvertLogRegion() 740 void NcpBase::Log(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aLogString) in Log() argument 757 SuccessOrExit(error = mEncoder.WriteUintPacked(ConvertLogRegion(aLogRegion))); in Log() 2840 extern "C" void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 2852 ncp->Log(aLogLevel, aLogRegion, logString); in otPlatLog()
|
/openthread-latest/tests/unit/ |
D | test_srp_server.cpp | 137 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 140 OT_UNUSED_VARIABLE(aLogRegion); in otPlatLog()
|
D | test_dns_client.cpp | 141 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 144 OT_UNUSED_VARIABLE(aLogRegion); in otPlatLog()
|
D | test_srp_adv_proxy.cpp | 461 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 464 OT_UNUSED_VARIABLE(aLogRegion); in otPlatLog()
|
D | test_dnssd_discovery_proxy.cpp | 142 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 145 OT_UNUSED_VARIABLE(aLogRegion); in otPlatLog()
|
D | test_routing_manager.cpp | 245 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 248 OT_UNUSED_VARIABLE(aLogRegion); in otPlatLog()
|
D | test_mdns.cpp | 1499 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() argument 1502 OT_UNUSED_VARIABLE(aLogRegion); in otPlatLog()
|
/openthread-latest/src/cli/ |
D | cli.cpp | 8392 extern "C" void otCliPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va… in otCliPlatLogv() argument 8395 OT_UNUSED_VARIABLE(aLogRegion); in otCliPlatLogv()
|