Home
last modified time | relevance | path

Searched defs:aLogRegion (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/openthread/src/posix/platform/
H A Dlogging.cpp39 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/aosp_15_r20/external/openthread/src/android/
H A Dlogging.c42 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dlogging.c93 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base.cpp628 unsigned int NcpBase::ConvertLogRegion(otLogRegion aLogRegion) in ConvertLogRegion()
730 void NcpBase::Log(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aLogString) in Log()
2805 extern "C" void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/aosp_15_r20/external/openthread/examples/apps/cli/
H A Dmain.c165 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/aosp_15_r20/external/openthread/examples/platforms/utils/
H A Ddebug_uart.c124 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
H A Dlogging_rtt.c141 void utilsLogRttOutput(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list a… in utilsLogRttOutput()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_srp_server.cpp137 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
H A Dtest_dns_client.cpp140 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
H A Dtest_srp_adv_proxy.cpp461 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
H A Dtest_dnssd_discovery_proxy.cpp142 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
H A Dtest_routing_manager.cpp245 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
H A Dtest_mdns.cpp1499 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/aosp_15_r20/external/ot-br-posix/src/ncp/
H A Drcp_host.cpp621 extern "C" void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp244 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp8596 extern "C" void otCliPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va… in otCliPlatLogv()