| /external/openthread/src/core/api/ |
| D | logging_api.cpp | 64 void otLogCritPlat(const char *aFormat, ...) in otLogCritPlat() 78 void otLogWarnPlat(const char *aFormat, ...) in otLogWarnPlat() 91 void otLogNotePlat(const char *aFormat, ...) in otLogNotePlat() 104 void otLogInfoPlat(const char *aFormat, ...) in otLogInfoPlat() 117 void otLogDebgPlat(const char *aFormat, ...) in otLogDebgPlat() 185 void otLogCli(otLogLevel aLogLevel, const char *aFormat, ...) in otLogCli()
|
| /external/openthread/src/cli/ |
| D | cli_output.cpp | 63 void Output::OutputFormat(const char *aFormat, ...) in OutputFormat() 72 void Output::OutputFormat(uint8_t aIndentSize, const char *aFormat, ...) in OutputFormat() 83 void Output::OutputLine(const char *aFormat, ...) in OutputLine() 94 void Output::OutputLine(uint8_t aIndentSize, const char *aFormat, ...) in OutputLine() 240 void Output::OutputFormatV(const char *aFormat, va_list aArguments) in OutputFormatV()
|
| D | cli_output.hpp | 464 template <typename... Args> void OutputFormat(const char *aFormat, Args... aArgs) in OutputFormat() 469 …template <typename... Args> void OutputFormat(uint8_t aIndentSize, const char *aFormat, Args... aA… in OutputFormat() 474 template <typename... Args> void OutputLine(const char *aFormat, Args... aArgs) in OutputLine() 479 …template <typename... Args> void OutputLine(uint8_t aIndentSize, const char *aFormat, Args... aArg… in OutputLine()
|
| /external/openthread/src/core/common/ |
| D | log.cpp | 65 template <LogLevel kLogLevel> void Logger::LogAtLevel(const char *aModuleName, const char *aFormat,… in LogAtLevel() 82 void Logger::LogInModule(const char *aModuleName, LogLevel aLogLevel, const char *aFormat, ...) in LogInModule() 91 void Logger::LogVarArgs(const char *aModuleName, LogLevel aLogLevel, const char *aFormat, va_list a… in LogVarArgs()
|
| D | string.cpp | 221 StringWriter &StringWriter::Append(const char *aFormat, ...) in Append() 231 StringWriter &StringWriter::AppendVarArgs(const char *aFormat, va_list aArgs) in AppendVarArgs()
|
| D | log.hpp | 309 static void Log(const char *aFormat, Args... aArgs) in Log()
|
| /external/ot-br-posix/src/common/ |
| D | logging.cpp | 108 void otbrLog(otbrLogLevel aLevel, const char *aLogTag, const char *aFormat, ...) in otbrLog() 127 void otbrLogv(otbrLogLevel aLevel, const char *aFormat, va_list aArgList) in otbrLogv() 137 void otbrLogvNoFilter(otbrLogLevel aLevel, const char *aFormat, va_list aArgList) in otbrLogvNoFilter()
|
| D | logging.hpp | 160 #define otbrLogResult(aError, aFormat, ...) … argument
|
| /external/openthread/examples/platforms/cc2538/ |
| D | logging.c | 41 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| /external/openthread/src/lib/spinel/ |
| D | radio_spinel_impl.hpp | 1555 …dioSpinel<InterfaceType, ProcessContextType>::Get(spinel_prop_key_t aKey, const char *aFormat, ...) in Get() 1581 const char * aFormat, in GetWithParam() 1605 …dioSpinel<InterfaceType, ProcessContextType>::Set(spinel_prop_key_t aKey, const char *aFormat, ...) in Set() 1628 …Spinel<InterfaceType, ProcessContextType>::Insert(spinel_prop_key_t aKey, const char *aFormat, ...) in Insert() 1651 …Spinel<InterfaceType, ProcessContextType>::Remove(spinel_prop_key_t aKey, const char *aFormat, ...) in Remove() 1749 const char * aFormat, in SendCommand() 1783 const char * aFormat, in RequestV() 1815 const char * aFormat, in Request() 1829 … const char * aFormat, in RequestWithPropertyFormat() 1846 … const char * aFormat, in RequestWithPropertyFormatV() [all …]
|
| /external/openthread/src/posix/platform/ |
| D | logging.cpp | 39 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| D | daemon.cpp | 74 int Daemon::OutputFormatV(const char *aFormat, va_list aArguments) in OutputFormatV() 241 [](void *aContext, const char *aFormat, va_list aArguments) -> int { in SetUp()
|
| D | utils.cpp | 53 otError ExecuteCommand(const char *aFormat, ...) in ExecuteCommand()
|
| /external/openthread/examples/platforms/simulation/ |
| D | logging.c | 47 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| /external/ot-br-posix/src/utils/ |
| D | system_utils.cpp | 52 int ExecuteCommand(const char *aFormat, ...) in ExecuteCommand()
|
| /external/openthread/tests/fuzz/ |
| D | cli_received.cpp | 47 static int CliOutput(void *aContext, const char *aFormat, va_list aArguments) in CliOutput()
|
| /external/openthread/src/posix/ |
| D | cli_readline.cpp | 76 static int OutputCallback(void *aContext, const char *aFormat, va_list aArguments) in OutputCallback()
|
| D | cli_stdio.cpp | 53 int OutputCallback(void *aContext, const char *aFormat, va_list aArguments) in OutputCallback()
|
| /external/openthread/examples/apps/cli/ |
| D | main.c | 134 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| D | cli_uart.cpp | 297 static int CliUartOutput(void *aContext, const char *aFormat, va_list aArguments) in CliUartOutput()
|
| /external/openthread/examples/platforms/utils/ |
| D | debug_uart.c | 133 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| D | logging_rtt.c | 144 void utilsLogRttOutput(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list a… in utilsLogRttOutput()
|
| /external/ot-br-posix/src/web/web-service/ |
| D | ot_client.cpp | 139 char *OpenThreadClient::Execute(const char *aFormat, ...) in Execute()
|
| /external/ot-br-posix/src/ncp/ |
| D | ncp_openthread.cpp | 310 extern "C" void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| /external/openthread/src/core/net/ |
| D | tcp6.cpp | 1120 void tcplp_sys_log(const char *aFormat, ...) in tcplp_sys_log() 1131 void tcplp_sys_panic(const char *aFormat, ...) in tcplp_sys_panic()
|