Home
last modified time | relevance | path

Searched refs:otPlatLog (Results 1 – 17 of 17) sorted by relevance

/openthread-latest/include/openthread/platform/
Dlogging.h162 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...);
/openthread-latest/src/posix/platform/
Dlogging.cpp39 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
Dsystem.cpp204 otPlatLog(OT_LOG_LEVEL_CRIT, OT_LOG_REGION_PLATFORM, "Unknown type of the co-processor!\n"); in platformInit()
/openthread-latest/examples/platforms/simulation/
Dlogging.c93 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
/openthread-latest/examples/platforms/utils/
Ddebug_uart.c124 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
/openthread-latest/examples/apps/cli/
Dmain.c165 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
/openthread-latest/src/core/common/
Dlog.cpp131 otPlatLog(aLogLevel, OT_LOG_REGION_CORE, "%s", logString.AsCString()); in LogVarArgs()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp244 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
/openthread-latest/tests/unit/
Dtest_platform.cpp281 OT_TOOL_WEAK void otPlatLog(otLogLevel, otLogRegion, const char *, ...) {} in otPlatLog() function
Dtest_srp_server.cpp137 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
Dtest_dns_client.cpp140 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
Dtest_srp_adv_proxy.cpp461 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
Dtest_dnssd_discovery_proxy.cpp142 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
Dtest_routing_manager.cpp245 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
Dtest_mdns.cpp1499 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
/openthread-latest/src/ncp/
Dncp_base.cpp2805 extern "C" void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog() function
/openthread-latest/src/cli/
DREADME.md2175 Specifies filename to capture otPlatLog() messages, useful when debugging automated test scripts on…