Home
last modified time | relevance | path

Searched refs:PrintLogEx (Results 1 – 5 of 5) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
Dlog.h52 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...);
54 #define WRITE_LOG(level, fmt, ...) PrintLogEx(__FILE__, __LINE__, level, fmt, ##__VA_ARGS__)
Dlog.cpp21 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx() function
/developtools/hdc/src/common/
Dbase.h24 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...);
Ddefine_plus.h37 #define WRITE_LOG(level, fmt, ...) Base::PrintLogEx(__FILE__, __LINE__, level, fmt, ##__VA_ARGS__)
Dbase.cpp196 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx() function
262 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, char *msg, ...) in PrintLogEx() function