| /developtools/smartperf_host/smartperf_device/device_command/utils/include/ |
| D | sp_log.h | 30 #define LOGD(fmt, ...) \ argument 34 #define LOGI(fmt, ...) \ argument 38 #define LOGW(fmt, ...) \ argument 42 #define LOGE(fmt, ...) \ argument 46 #define WLOGD(fmt, ...) \ argument 50 #define WLOGI(fmt, ...) \ argument 54 #define WLOGW(fmt, ...) \ argument 58 #define WLOGE(fmt, ...) \ argument
|
| /developtools/profiler/host/smartperf/client/client_command/include/ |
| D | sp_log.h | 30 #define LOGD(fmt, ...) \ argument 34 #define LOGI(fmt, ...) \ argument 38 #define LOGW(fmt, ...) \ argument 42 #define LOGE(fmt, ...) \ argument 46 #define WLOGD(fmt, ...) \ argument 50 #define WLOGI(fmt, ...) \ argument 54 #define WLOGW(fmt, ...) \ argument 58 #define WLOGE(fmt, ...) \ argument
|
| /developtools/profiler/device/base/include/ |
| D | logging.h | 85 static inline int HiLogPrintArgs(int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, va_list … in HiLogPrintArgs() 100 static inline int HiLogPrint(int type, int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, ..… in HiLogPrint() 114 #define HILOG_BASE_DEBUG(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, f… argument 115 #define HILOG_BASE_INFO(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_INFO, LOG_DOMAIN, LOG_TAG, fmt… argument 116 #define HILOG_BASE_WARN(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_WARN, LOG_DOMAIN, LOG_TAG, fmt… argument 117 #define HILOG_BASE_ERROR(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_ERROR, LOG_DOMAIN, LOG_TAG, f… argument 136 static inline std::string StringFormat(const char* fmt, ...) in StringFormat() 159 #define HILOG_PRINT_DEBUG(type, fmt, ...) \ argument 162 #define HILOG_PRINT_INFO(type, fmt, ...) \ argument 165 #define HILOG_PRINT_WARN(type, fmt, ...) \ argument [all …]
|
| /developtools/hapsigner/hapsigntool_cpp/common/include/ |
| D | signature_tools_log.h | 35 #define SIGNATURE_LOG(level, fmt, ...) \ argument 39 #define SIGNATURE_TOOLS_LOGI(fmt, ...) SIGNATURE_LOG("Info", fmt, ##__VA_ARGS__) argument 40 #define SIGNATURE_TOOLS_LOGD(fmt, ...) SIGNATURE_LOG("Debug", fmt, ##__VA_ARGS__) argument 41 #define SIGNATURE_TOOLS_LOGW(fmt, ...) SIGNATURE_LOG("Warn", fmt, ##__VA_ARGS__) argument 43 #define SIGNATURE_TOOLS_LOGI(fmt, ...) argument 44 #define SIGNATURE_TOOLS_LOGD(fmt, ...) argument 45 #define SIGNATURE_TOOLS_LOGW(fmt, ...) argument 48 #define SIGNATURE_TOOLS_LOGF(fmt, ...) SIGNATURE_LOG("Fatal", fmt, ##__VA_ARGS__) argument 49 #define SIGNATURE_TOOLS_LOGE(fmt, ...) SIGNATURE_LOG("Error", fmt, ##__VA_ARGS__) argument
|
| /developtools/packing_tool/packing_tool/frameworks/include/ |
| D | app_log_wrapper.h | 58 #define APP_LOGD(fmt, ...) \ argument 61 #define APP_LOGI(fmt, ...) \ argument 64 #define APP_LOGW(fmt, ...) \ argument 67 #define APP_LOGE(fmt, ...) \ argument 70 #define APP_LOGF(fmt, ...) \ argument 74 #define APP_LOGI_NOFUNC(fmt, ...) \ argument 76 #define APP_LOGW_NOFUNC(fmt, ...) \ argument 78 #define APP_LOGE_NOFUNC(fmt, ...) \ argument
|
| /developtools/hdc/hdcd_user_permit/src/ |
| D | common.h | 19 #define AUTH_LOGF(fmt, ...) printf("[f:" fmt ".]\n", ##__VA_ARGS__) argument 20 #define AUTH_LOGE(fmt, ...) printf("[e:" fmt ".]\n", ##__VA_ARGS__) argument 21 #define AUTH_LOGW(fmt, ...) printf("[w:" fmt ".]\n", ##__VA_ARGS__) argument 22 #define AUTH_LOGI(fmt, ...) printf("[i:" fmt ".]\n", ##__VA_ARGS__) argument 23 #define AUTH_LOGD(fmt, ...) printf("[d:" fmt ".]\n", ##__VA_ARGS__) argument
|
| /developtools/hdc/src/common/ |
| D | log.h | 38 #define WRITE_LOG(level, fmt, ...) Base::PrintLogEx(__FUNCTION__, __LINE__, level, fmt, ##__VA_AR… argument 40 #define WRITE_LOG(level, fmt, ...) Base::PrintLogEx(__FILE_NAME__, __LINE__, level, fmt, ##__VA_A… argument 44 #define WRITE_LOG_DAEMON(level, fmt, ...) WRITE_LOG(level, fmt, ##__VA_ARGS__) argument 46 #define WRITE_LOG_DAEMON(level, fmt, ...) argument 50 #define DEBUG_LOG(fmt, ...) WRITE_LOG(LOG_DEBUG, fmt, ##__VA_ARGS__) argument 52 #define DEBUG_LOG(fmt, ...) argument
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/base/ |
| D | log.h | 32 #define LOGWITHLEVEL(level, motify, fmt, ...) … argument 41 #define TS_LOGE(fmt, ...) LOGWITHLEVEL(LOG_ERROR, 'E', fmt, ##__VA_ARGS__) argument 42 #define TS_LOGF(fmt, ...) LOGWITHLEVEL(LOG_FATAL, 'F', fmt, ##__VA_ARGS__) argument 43 #define TS_LOGD(fmt, ...) LOGWITHLEVEL(LOG_DEBUG, 'D', fmt, ##__VA_ARGS__) argument 44 #define TS_LOGI(fmt, ...) LOGWITHLEVEL(LOG_INFO, 'I', fmt, ##__VA_ARGS__) argument 45 #define TS_LOGW(fmt, ...) LOGWITHLEVEL(LOG_WARN, 'W', fmt, ##__VA_ARGS__) argument
|
| /developtools/hiperf/include/ |
| D | hiperf_hilog.h | 31 #define FORMATTED(fmt, ...) "[%" HILOG_PUBLIC "s]" fmt HILOG_NEWLINE, __FUNCTION__, ##__VA_ARGS__ argument 33 #define FORMATTED(fmt, ...) … argument 107 static inline std::string StringFormat(const char* fmt, ...) in StringFormat() 125 #define CHECK_TRUE(expr, retval, log, fmt, ...) \ argument
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | hiperf_hilog.h | 30 #define FORMATED(fmt, ...) \ argument
|
| D | debug_logger.h | 300 #define UNWIND_CHECK_NOTNULL(ptr, retval, fmt, ...) … argument 309 #define UNWIND_CHECK_TRUE(expr, retval, fmt, ...) … argument 362 #define UNWIND_CHECK_NOTNULL(ptr, retval, fmt, ...) … argument 369 #define UNWIND_CHECK_TRUE(expr, retval, fmt, ...) … argument
|
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | log.h | 54 #define WRITE_LOG(level, fmt, ...) PrintLogEx(__FILE__, __LINE__, level, fmt, ##__VA_ARGS__) argument
|
| /developtools/profiler/hiebpf/test/unittest/ |
| D | libbpf_logger_test.cpp | 63 char fmt[] = "text"; variable
|
| /developtools/hdc/src/test/jdwp/ |
| D | main.cpp | 25 static void PrintMessage(const char *fmt, ...) in PrintMessage()
|
| /developtools/profiler/device/plugins/native_hook/test/ |
| D | perf_test_data.cpp | 89 #define PRINTF_DATA(fileptr, fmt, ...) \ argument
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | debug_logger.cpp | 81 int DebugLogger::Log(DebugLevel level, const std::string &logTag, const char *fmt, ...) const in Log() argument
|
| /developtools/profiler/hiebpf/include/ |
| D | hhlog.h | 189 #define CHECK_NOTNULL(ptr, retval, fmt, ...) … argument 198 #define CHECK_TRUE(expr, retval, fmt, ...) … argument
|
| /developtools/hiperf/src/ |
| D | debug_logger.cpp | 77 int DebugLogger::Log(const DebugLevel level, const std::string &logTag, const char *fmt, ...) const in Log() argument
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/rawtrace_parser/ |
| D | ftrace_processor.cpp | 155 for (auto &fmt : format.commonFields) { in HandleEventFormat() local 158 for (auto &fmt : format.fields) { in HandleEventFormat() local
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | sp_log.cpp | 368 void SpLog(SpLogLevel logLevel, bool isWriteLog, const char *fmt, ...) in SpLog()
|
| /developtools/smartperf_host/smartperf_device/device_command/utils/src/ |
| D | sp_log.cpp | 368 void SpLog(SpLogLevel logLevel, bool isWriteLog, const char *fmt, ...) in SpLog()
|
| /developtools/global_resource_tool/include/ |
| D | restool_errors.h | 168 std::string FormatString(const std::string &fmt, Args... args) in FormatString()
|
| /developtools/hdc/hdc_rust/src/tar/ |
| D | header.rs | 108 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | ftrace_parser.cpp | 37 #define HILOG_DEBUG(LOG_CORE, fmt, ...) \ argument
|
| /developtools/hdc/test/scripts/testModule/ |
| D | stability_utils.py | 85 def get_time_str(fmt=TIME_REPORT_FORMAT, need_ms=False): argument
|