Searched refs:PrintLogEx (Results 1 – 5 of 5) sorted by relevance
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | log.h | 52 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__)
|
| D | log.cpp | 21 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx() function
|
| /developtools/hdc/src/common/ |
| D | base.h | 24 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...);
|
| D | define_plus.h | 37 #define WRITE_LOG(level, fmt, ...) Base::PrintLogEx(__FILE__, __LINE__, level, fmt, ##__VA_ARGS__)
|
| D | base.cpp | 196 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
|