| /external/openthread/src/posix/platform/ |
| D | logger.hpp | 64 static void LogCrit(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2) in LogCrit() 80 static void LogWarn(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2) in LogWarn() 96 static void LogNote(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2) in LogNote() 112 static void LogInfo(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2) in LogInfo() 128 static void LogDebg(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2) in LogDebg()
|
| D | trel.cpp | 79 static void LogCrit(const char *aFormat, ...) in LogCrit() 88 static void LogWarn(const char *aFormat, ...) in LogWarn() 97 static void LogNote(const char *aFormat, ...) in LogNote() 106 static void LogInfo(const char *aFormat, ...) in LogInfo() 115 static void LogDebg(const char *aFormat, ...) in LogDebg()
|
| D | logging.cpp | 39 OT_TOOL_WEAK void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| D | daemon.cpp | 80 int Daemon::OutputFormat(const char *aFormat, ...) in OutputFormat() 92 int Daemon::OutputFormatV(const char *aFormat, va_list aArguments) in OutputFormatV()
|
| D | utils.cpp | 53 otError ExecuteCommand(const char *aFormat, ...) in ExecuteCommand()
|
| D | system.cpp | 416 [](void *aContext, const char *aFormat, va_list aArguments) -> int { in otSysCliInitUsingDaemon()
|
| /external/openthread/src/core/api/ |
| D | logging_api.cpp | 62 void otLogCritPlat(const char *aFormat, ...) in otLogCritPlat() 76 void otLogWarnPlat(const char *aFormat, ...) in otLogWarnPlat() 89 void otLogNotePlat(const char *aFormat, ...) in otLogNotePlat() 102 void otLogInfoPlat(const char *aFormat, ...) in otLogInfoPlat() 115 void otLogDebgPlat(const char *aFormat, ...) in otLogDebgPlat() 183 void otLogPlat(otLogLevel aLogLevel, const char *aPlatModuleName, const char *aFormat, ...) in otLogPlat() 198 void otLogPlatArgs(otLogLevel aLogLevel, const char *aPlatModuleName, const char *aFormat, va_list … in otLogPlatArgs() 215 void otLogCli(otLogLevel aLogLevel, const char *aFormat, ...) in otLogCli()
|
| /external/openthread/src/lib/spinel/ |
| D | logger.cpp | 61 void Logger::LogCrit(const char *aFormat, ...) in LogCrit() 70 void Logger::LogWarn(const char *aFormat, ...) in LogWarn() 79 void Logger::LogNote(const char *aFormat, ...) in LogNote() 88 void Logger::LogInfo(const char *aFormat, ...) in LogInfo() 97 void Logger::LogDebg(const char *aFormat, ...) in LogDebg() 106 uint32_t Logger::Snprintf(char *aDest, uint32_t aSize, const char *aFormat, ...) in Snprintf()
|
| D | radio_spinel.cpp | 1423 otError RadioSpinel::Get(spinel_prop_key_t aKey, const char *aFormat, ...) in Get() 1448 const char *aFormat, in GetWithParam() 1471 otError RadioSpinel::Set(spinel_prop_key_t aKey, const char *aFormat, ...) in Set() 1493 otError RadioSpinel::Insert(spinel_prop_key_t aKey, const char *aFormat, ...) in Insert() 1515 otError RadioSpinel::Remove(spinel_prop_key_t aKey, const char *aFormat, ...) in Remove() 1618 const char *aFormat, in SendCommand() 1650 otError RadioSpinel::RequestV(uint32_t command, spinel_prop_key_t aKey, const char *aFormat, va_lis… in RequestV() 1678 otError RadioSpinel::Request(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, ...) in Request() 1690 const char *aFormat, in RequestWithPropertyFormat() 1706 const char *aFormat, in RequestWithPropertyFormatV() [all …]
|
| /external/openthread/src/cli/ |
| D | cli_utils.cpp | 63 void Utils::OutputFormat(const char *aFormat, ...) in OutputFormat() 72 void Utils::OutputFormat(uint8_t aIndentSize, const char *aFormat, ...) in OutputFormat() 83 void Utils::OutputLine(const char *aFormat, ...) in OutputLine() 94 void Utils::OutputLine(uint8_t aIndentSize, const char *aFormat, ...) in OutputLine() 278 void Utils::OutputFormatV(const char *aFormat, va_list aArguments) { mImplementer.OutputV(aFormat, … in OutputFormatV() 280 void OutputImplementer::OutputV(const char *aFormat, va_list aArguments) in OutputV()
|
| /external/openthread/src/core/common/ |
| D | log.cpp | 67 template <LogLevel kLogLevel> void Logger::LogAtLevel(const char *aModuleName, const char *aFormat,… in LogAtLevel() 84 void Logger::LogInModule(const char *aModuleName, LogLevel aLogLevel, const char *aFormat, ...) in LogInModule() 93 void Logger::LogVarArgs(const char *aModuleName, LogLevel aLogLevel, const char *aFormat, va_list a… in LogVarArgs()
|
| D | string.cpp | 279 StringWriter &StringWriter::Append(const char *aFormat, ...) in Append() 289 StringWriter &StringWriter::AppendVarArgs(const char *aFormat, va_list aArgs) in AppendVarArgs()
|
| /external/ot-br-posix/src/common/ |
| D | logging.cpp | 134 void otbrLog(otbrLogLevel aLevel, const char *aLogTag, const char *aFormat, ...) in otbrLog() 160 void otbrLogv(otbrLogLevel aLevel, const char *aFormat, va_list aArgList) in otbrLogv() 171 void otbrLogvNoFilter(otbrLogLevel aLevel, const char *aFormat, va_list aArgList) in otbrLogvNoFilter()
|
| D | logging.hpp | 166 #define otbrLogResult(aError, aFormat, ...) … argument
|
| /external/openthread/tools/ot-fct/ |
| D | logging.cpp | 34 void otLogCritPlat(const char *aFormat, ...) in otLogCritPlat()
|
| /external/ot-br-posix/src/utils/ |
| D | system_utils.cpp | 52 int ExecuteCommand(const char *aFormat, ...) in ExecuteCommand()
|
| /external/openthread/src/posix/ |
| D | cli_stdio.cpp | 53 int OutputCallback(void *aContext, const char *aFormat, va_list aArguments) in OutputCallback()
|
| D | cli_readline.cpp | 76 static int OutputCallback(void *aContext, const char *aFormat, va_list aArguments) in OutputCallback()
|
| /external/openthread/tests/fuzz/ |
| D | cli_received.cpp | 47 static int CliOutput(void *aContext, const char *aFormat, va_list aArguments) in CliOutput()
|
| /external/openthread/examples/platforms/simulation/ |
| D | logging.c | 93 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| /external/openthread/examples/apps/cli/ |
| D | main.c | 165 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 | 124 void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, ...) in otPlatLog()
|
| D | logging_rtt.c | 141 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()
|