/openthread-latest/include/openthread/ |
D | logging.h | 62 otLogLevel otLoggingGetLevel(void); 74 otError otLoggingSetLevel(otLogLevel aLogLevel); 207 void otLogPlat(otLogLevel aLogLevel, const char *aPlatModuleName, const char *aFormat, ...) 226 void otLogPlatArgs(otLogLevel aLogLevel, const char *aPlatModuleName, const char *aFormat, va_list … 238 void otLogCli(otLogLevel aLogLevel, const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK…
|
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/include/openthread/platform/ |
D | logging.h | 105 typedef int otLogLevel; typedef 152 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...); 164 void otPlatLogHandleLevelChanged(otLogLevel aLogLevel);
|
/openthread-latest/src/core/api/ |
D | logging_api.cpp | 40 otLogLevel otLoggingGetLevel(void) { return static_cast<otLogLevel>(Instance::GetLogLevel()); } in otLoggingGetLevel() 43 otError otLoggingSetLevel(otLogLevel aLogLevel) in otLoggingSetLevel() 178 void otLogPlat(otLogLevel aLogLevel, const char *aPlatModuleName, const char *aFormat, ...) in otLogPlat() 193 void otLogPlatArgs(otLogLevel aLogLevel, const char *aPlatModuleName, const char *aFormat, va_list … in otLogPlatArgs() 210 void otLogCli(otLogLevel aLogLevel, const char *aFormat, ...) in otLogCli()
|
/openthread-latest/examples/platforms/utils/ |
D | logging_rtt.c | 72 static inline const char *levelToString(otLogLevel aLogLevel) in levelToString() 116 static inline int logLevel(char *aLogString, uint16_t aMaxSize, otLogLevel aLogLevel) in logLevel() 140 void utilsLogRttOutput(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list a… in utilsLogRttOutput()
|
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()
|
/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/examples/platforms/simulation/ |
D | logging.c | 93 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
/openthread-latest/src/posix/ |
D | main.c | 120 otLogLevel mLogLevel; ///< Debug level of logging. 211 aConfig->mLogLevel = (otLogLevel)atoi(optarg); in ParseArg()
|
/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 | 2984 error = otLoggingSetLevel(static_cast<otLogLevel>(level)); in Process() 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); 643 static uint8_t ConvertLogLevel(otLogLevel aLogLevel);
|
D | ncp_base.cpp | 604 uint8_t NcpBase::ConvertLogLevel(otLogLevel aLogLevel) in ConvertLogLevel() 740 void NcpBase::Log(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aLogString) in Log() 2590 otLogLevel logLevel; in HandlePropertySet() 2840 extern "C" void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
/openthread-latest/src/core/instance/ |
D | instance.cpp | 523 extern "C" OT_TOOL_WEAK void otPlatLogHandleLevelChanged(otLogLevel aLogLevel) { OT_UNUSED_VARIABLE… in otPlatLogHandleLevelChanged()
|
/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()
|