Searched refs:PrintLongLog (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/update/updateservice/foundations/ability/log/include/ |
H A D | update_log.h | 86 static void PrintLongLog(const uint32_t subModuleTag, const UpdateLogContent &logContent); 122 #define PRINT_LONG_LOGD(subtag, label, fmt, args) UpdateLog::PrintLongLog(subtag, {label, \ 124 #define PRINT_LONG_LOGI(subtag, label, fmt, args) UpdateLog::PrintLongLog(subtag, {label, \ 126 #define PRINT_LONG_LOGE(subtag, label, fmt, args) UpdateLog::PrintLongLog(subtag, {label, \
|
/ohos5.0/base/update/updateservice/foundations/ability/log/src/ |
H A D | update_log.cpp | 56 void UpdateLog::PrintLongLog(const uint32_t subModuleTag, const UpdateLogContent &logContent) in PrintLongLog() function in OHOS::UpdateEngine::UpdateLog
|