Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 25 of 26) sorted by relevance

12

/developtools/profiler/device/base/include/
Dlogging.h81 static inline int HiLogPrintArgs(int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, va_list … in HiLogPrintArgs()
96 static inline int HiLogPrint(int type, int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, ..… in HiLogPrint()
110 #define HILOG_DEBUG(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, fmt, #… argument
111 #define HILOG_INFO(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_INFO, LOG_DOMAIN, LOG_TAG, fmt, ##_… argument
112 #define HILOG_WARN(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_WARN, LOG_DOMAIN, LOG_TAG, fmt, ##_… argument
113 #define HILOG_ERROR(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_ERROR, LOG_DOMAIN, LOG_TAG, fmt, #… argument
132 static inline std::string StringFormat(const char* fmt, ...) in StringFormat()
155 #define HILOG_PRINT_DEBUG(type, fmt, ...) \ argument
157 #define HILOG_PRINT_INFO(type, fmt, ...) \ argument
159 #define HILOG_PRINT_WARN(type, fmt, ...) \ argument
[all …]
/developtools/hdc/hdcd_user_permit/src/
Dcommon.h19 #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/smartperf_host/trace_streamer/src/base/
Dlog.h32 #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/profiler/host/smartperf/client/client_command/include/
Dsp_log.h29 #define LOGD(fmt, ...) \ argument
32 #define LOGI(fmt, ...) \ argument
35 #define LOGW(fmt, ...) \ argument
38 #define LOGE(fmt, ...) \ argument
/developtools/hiperf/include/
Dhiperf_hilog.h31 #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/
Dhiperf_hilog.h30 #define FORMATED(fmt, ...) \ argument
Ddebug_logger.h300 #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/profiler/host/smartperf/client/client_command/
Dsp_log.cpp77 void SpLog(SpLogLevel logLevel, const char *fmt, ...) in SpLog()
/developtools/profiler/hiebpf/test/unittest/
Dlibbpf_logger_test.cpp63 char fmt[] = "text"; variable
/developtools/hdc/hdc_rust/src/cffi/
Dlog.h54 #define WRITE_LOG(level, fmt, ...) PrintLogEx(__FILE__, __LINE__, level, fmt, ##__VA_ARGS__) argument
/developtools/hdc/src/test/jdwp/
Dmain.cpp25 static void PrintMessage(const char *fmt, ...) in PrintMessage()
/developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/
Dcommon.py25 fmt = logging.Formatter(fmt="%(asctime)s %(message)s", datefmt='%Y-%m-%d %H:%M:%S %a') variable
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/APL_compare_03/
Dcommon.py25 fmt = logging.Formatter(fmt="%(asctime)s %(message)s", datefmt='%Y-%m-%d %H:%M:%S %a') variable
/developtools/profiler/device/plugins/native_hook/test/
Dperf_test_data.cpp89 #define PRINTF_DATA(fileptr, fmt, ...) \ argument
/developtools/hdc/src/common/
Ddefine.h187 #define WRITE_LOG(level, fmt, ...) Base::PrintLogEx(__FUNCTION__, __LINE__, level, fmt, ##__VA_AR… argument
189 #define WRITE_LOG(level, fmt, ...) Base::PrintLogEx(__FILE_NAME__, __LINE__, level, fmt, ##__VA_A… argument
Dbase.cpp419 void PrintMessage(const char *fmt, ...) in PrintMessage()
/developtools/profiler/device/plugins/native_daemon/src/
Ddebug_logger.cpp81 int DebugLogger::Log(DebugLevel level, const std::string &logTag, const char *fmt, ...) const in Log() argument
/developtools/profiler/hiebpf/include/
Dhhlog.h187 #define CHECK_NOTNULL(ptr, retval, fmt, ...) … argument
196 #define CHECK_TRUE(expr, retval, fmt, ...) … argument
/developtools/hiperf/src/
Ddebug_logger.cpp81 int DebugLogger::Log(DebugLevel level, const std::string &logTag, const char *fmt, ...) const in Log() argument
Dspe_decoder.cpp252 const char *fmt, ...) in SpePktOutString()
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dftrace_processor.cpp155 for (auto &fmt : format.commonFields) { in HandleEventFormat() local
158 for (auto &fmt : format.fields) { in HandleEventFormat() local
/developtools/hdc/hdc_rust/src/tar/
Dheader.rs108 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp36 #define HILOG_DEBUG(LOG_CORE, fmt, ...) \ argument
/developtools/profiler/hiebpf/src/
Dhiebpf.bpf.c352 char fmt[] = "current comm is %s\n"; in is_target_process() local
/developtools/hdc/hdc_rust/src/transfer/
Duart_wrapper.rs139 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt() method

12