Home
last modified time | relevance | path

Searched refs:DfxLogPrint (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/common/dfxlog/
Dmusl_log.h75 __attribute__ ((visibility("hidden"))) int DfxLogPrint( in DfxLogPrint() function
88 #define DFXLOG_PRINT(prio, domain, tag, ...) DfxLogPrint(prio, domain, tag, ##__VA_ARGS__)
Ddfx_log.h38 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__)
Ddfx_log.cpp81 int DfxLogPrint(const LogLevel logLevel, const unsigned int domain, const char* tag, const char *fm… in DfxLogPrint() function