Searched defs:SLOGD (Results 1 – 3 of 3) sorted by relevance
37 #define SLOGD(fmt, ...) DECORATOR_HILOG(HILOG_DEBUG, fmt, ##__VA_ARGS__) macro
72 #define SLOGD(x, ...) \ macro
131 #define SLOGD(...) SLOG(LOG_DEBUG, __VA_ARGS__) macro