Home
last modified time | relevance | path

Searched refs:otLogLevel (Results 1 – 25 of 27) sorted by relevance

12

/openthread-latest/include/openthread/
Dlogging.h62 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…
Dcli.h140 void otCliPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list aArgs…
Dncp.h135 void otNcpPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list aArgs…
/openthread-latest/include/openthread/platform/
Dlogging.h105 typedef int otLogLevel; typedef
152 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...);
164 void otPlatLogHandleLevelChanged(otLogLevel aLogLevel);
/openthread-latest/src/core/api/
Dlogging_api.cpp40 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/
Dlogging_rtt.c72 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()
Dlogging_rtt.h127 void utilsLogRttOutput(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list a…
Ddebug_uart.c124 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/openthread-latest/src/posix/platform/
Dlogging.cpp39 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/openthread-latest/examples/platforms/simulation/
Dlogging.c93 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/openthread-latest/src/posix/
Dmain.c120 otLogLevel mLogLevel; ///< Debug level of logging.
211 aConfig->mLogLevel = (otLogLevel)atoi(optarg); in ParseArg()
/openthread-latest/src/cli/
Dcli.hpp98 extern "C" void otCliPlatLogv(otLogLevel, otLogRegion, const char *, va_list);
122 friend void otCliPlatLogv(otLogLevel, otLogRegion, const char *, va_list);
Dcli.cpp2984 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/
Dmain.c168 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/openthread-latest/tests/nexus/platform/
Dnexus_misc.cpp59 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/openthread-latest/src/ncp/
Dncp_base.hpp188 void Log(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aLogString);
643 static uint8_t ConvertLogLevel(otLogLevel aLogLevel);
Dncp_base.cpp604 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/
Dinstance.cpp523 extern "C" OT_TOOL_WEAK void otPlatLogHandleLevelChanged(otLogLevel aLogLevel) { OT_UNUSED_VARIABLE… in otPlatLogHandleLevelChanged()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp251 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/openthread-latest/tests/gtest/
Dfake_platform.cpp473 OT_TOOL_WEAK void otPlatLog(otLogLevel, otLogRegion, const char *, ...) {} in otPlatLog() argument
/openthread-latest/tests/unit/
Dtest_platform.cpp281 OT_TOOL_WEAK void otPlatLog(otLogLevel, otLogRegion, const char *, ...) {} in otPlatLog() argument
Dtest_srp_server.cpp137 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
Dtest_dns_client.cpp141 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
Dtest_srp_adv_proxy.cpp461 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
Dtest_dnssd_discovery_proxy.cpp142 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()

12