Searched refs:PrintLogEx (Results 1 – 3 of 3) sorted by relevance
| /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 | 199 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx() function 265 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, char *msg, ...) in PrintLogEx() function
|