Lines Matching defs:fmt
81 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
161 #define HILOG_PRINT_ERROR(type, fmt, ...) \ argument
164 #define HILOG_PRINT_DEBUG(type, fmt, ...) \ argument
166 #define HILOG_PRINT_INFO(type, fmt, ...) \ argument
168 #define HILOG_PRINT_WARN(type, fmt, ...) \ argument
170 #define HILOG_PRINT_ERROR(type, fmt, ...) \ argument
174 #define PROFILER_LOG_DEBUG(type, fmt, ...) HILOG_PRINT_DEBUG(type, fmt, ##__VA_ARGS__) argument
175 #define PROFILER_LOG_INFO(type, fmt, ...) HILOG_PRINT_INFO(type, fmt, ##__VA_ARGS__) argument
176 #define PROFILER_LOG_WARN(type, fmt, ...) HILOG_PRINT_WARN(type, fmt, ##__VA_ARGS__) argument
177 #define PROFILER_LOG_ERROR(type, fmt, ...) HILOG_PRINT_ERROR(type, fmt, ##__VA_ARGS__) argument
184 #define CHECK_NOTNULL(ptr, retval, fmt, ...) … argument
195 #define CHECK_TRUE(expr, retval, fmt, ...) … argument
205 #define CHECK_TRUE(expr, retval, fmt, ...) \ argument
213 #define RETURN_IF(expr, retval, fmt, ...) \ argument