Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/cffi/
H A 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__)
H A Dlog.cpp21 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx() function
/developtools/hdc/src/common/
H A Ddefine.h197 #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 Dbase.h45 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...);
H A Dbase.cpp580 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