Home
last modified time | relevance | path

Searched refs:LONG_PRINT_HILOG (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp83 LONG_PRINT_HILOG(LOG_DEBUG, subModuleTag, logContent.log, in PrintSingleLine()
87 LONG_PRINT_HILOG(LOG_INFO, subModuleTag, logContent.log, in PrintSingleLine()
91 LONG_PRINT_HILOG(LOG_ERROR, subModuleTag, logContent.log, in PrintSingleLine()
/ohos5.0/base/update/updateservice/foundations/ability/log/include/
H A Dupdate_log.h101 #define LONG_PRINT_HILOG(level, subtag, fmtlabel, fileName, line, fmt, ...) \ macro