Searched refs:PrintLogEx (Results 1 - 5 of 5) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/ |
H A 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__)
|
H A D | log.cpp | 21 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx() function
|
/developtools/hdc/src/common/ |
H A D | define.h | 197 #define WRITE_LOG(level, fmt, ...) Base::PrintLogEx(__FUNCTION__, __LINE__, level, fmt, ##__VA_ARGS__) 199 #define WRITE_LOG(level, fmt, ...) Base::PrintLogEx(__FILE_NAME__, __LINE__, level, fmt, ##__VA_ARGS__)
|
H A D | base.h | 45 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...);
|
H A D | base.cpp | 580 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx() function 645 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, char *msg, ...) in PrintLogEx() function
|
Completed in 6 milliseconds