Searched defs:SLOGW (Results 1 – 3 of 3) sorted by relevance
39 #define SLOGW(fmt, ...) DECORATOR_HILOG(HILOG_WARN, fmt, ##__VA_ARGS__) macro
68 #define SLOGW(x, ...) HILOG_WARN(LOG_CORE, HLOG_FMT x, \ macro
129 #define SLOGW(...) SLOG(LOG_WARN, __VA_ARGS__) macro