Home
last modified time | relevance | path

Searched refs:otLogRegion (Results 1 – 20 of 20) sorted by relevance

/openthread-3.7.0/include/openthread/platform/
Dlogging.h123 typedef enum otLogRegion enum
148 } otLogRegion; typedef
162 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...);
/openthread-3.7.0/examples/platforms/utils/
Dlogging_rtt.h135 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()
Dlogging_rtt.c141 void utilsLogRttOutput(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list a… in utilsLogRttOutput()
/openthread-3.7.0/src/posix/platform/
Dlogging.cpp39 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/openthread-3.7.0/include/openthread/
Dcli.h149 void otCliPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list aArgs…
Dncp.h142 void otNcpPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list aArgs…
/openthread-3.7.0/examples/platforms/simulation/
Dlogging.c93 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/openthread-3.7.0/src/cli/
Dcli.hpp104 extern "C" void otCliPlatLogv(otLogLevel, otLogRegion, const char *, va_list);
128 friend void otCliPlatLogv(otLogLevel, otLogRegion, const char *, va_list);
Dcli.cpp8563 extern "C" void otCliPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va… in otCliPlatLogv()
/openthread-3.7.0/examples/apps/cli/
Dmain.c165 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/openthread-3.7.0/src/ncp/
Dncp_base.hpp194 void Log(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aLogString);
550 static unsigned int ConvertLogRegion(otLogRegion aLogRegion);
Dncp_base.cpp617 unsigned int NcpBase::ConvertLogRegion(otLogRegion aLogRegion) in ConvertLogRegion()
719 void NcpBase::Log(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aLogString) in Log()
2755 extern "C" void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/openthread-3.7.0/tests/fuzz/
Dfuzzer_platform.cpp229 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/openthread-3.7.0/tests/unit/
Dtest_platform.cpp257 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.cpp140 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_routing_manager.cpp241 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
Dtest_mdns.cpp1444 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()