Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Dlogging.h114 typedef enum otLogRegion enum
139 } otLogRegion; typedef
152 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...);
/openthread-latest/examples/platforms/utils/
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()
Dlogging_rtt.c140 void utilsLogRttOutput(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list a… in utilsLogRttOutput()
/openthread-latest/src/posix/platform/
Dlogging.cpp39 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/openthread-latest/include/openthread/
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/examples/platforms/simulation/
Dlogging.c93 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/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.cpp8392 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);
644 static unsigned int ConvertLogRegion(otLogRegion aLogRegion);
Dncp_base.cpp638 unsigned int NcpBase::ConvertLogRegion(otLogRegion aLogRegion) in ConvertLogRegion()
740 void NcpBase::Log(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aLogString) in Log()
2840 extern "C" void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/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()
Dtest_routing_manager.cpp245 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
Dtest_mdns.cpp1499 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()