Searched refs:DfxLogPrint (Results 1 – 3 of 3) sorted by relevance
/base/hiviewdfx/faultloggerd/common/dfxlog/ |
D | musl_log.h | 75 __attribute__ ((visibility("hidden"))) int DfxLogPrint( in DfxLogPrint() function 88 #define DFXLOG_PRINT(prio, domain, tag, ...) DfxLogPrint(prio, domain, tag, ##__VA_ARGS__)
|
D | dfx_log.h | 38 int DfxLogPrint(const LogLevel logLevel, const unsigned int domain, const char* tag, 42 #define DFXLOG_PRINT(prio, domain, tag, ...) DfxLogPrint(prio, domain, tag, ##__VA_ARGS__)
|
D | dfx_log.cpp | 81 int DfxLogPrint(const LogLevel logLevel, const unsigned int domain, const char* tag, const char *fm… in DfxLogPrint() function
|