Searched refs:OutputByFileLog (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/ |
H A D | exlog.h | 27 Logger::SetToNoReturn, Logger::SetToContinue, Logger::OutputByFileLog, "exlog", NULL) 29 Logger::SetToContinue, Logger::OutputByFileLog, "exlog", NULL) 31 Logger::OutputByFileLog, "exlog", NULL) 33 ExTime, Logger::AppendFunc, Logger::OutputByFileLog, "exlog", NULL) 35 ExTime, Logger::AppendFuncLine, Logger::OutputByFileLog, "exlog", NULL) 37 ExTime, Logger::AppendFileLine, Logger::OutputByFileLog, "exlog", NULL) 39 ExTime, Logger::AppendFileFuncLine, Logger::OutputByFileLog, "exlog", NULL) 41 Logger::AppendPidTid, Logger::OutputByFileLog, "exlog", NULL) 43 ExTime, Logger::AppendPidTid, Logger::AppendFunc, Logger::OutputByFileLog, "exlog", NULL) 45 ExTime, Logger::AppendPidTid, Logger::AppendFuncLine, Logger::OutputByFileLog, "exlog", NULL) [all …]
|
H A D | logger.h | 46 static void OutputByFileLog(Logger &logger, enum LOG_PHASE phase); 208 Logger::SetToNoReturn, Logger::SetToContinue, Logger::OutputByFileLog, FILE_LABEL, NULL) 210 Logger::SetToContinue, Logger::OutputByFileLog, FILE_LABEL, NULL) 212 Logger::OutputByFileLog, FILE_LABEL, NULL) 214 Logger::AppendFunc, Logger::OutputByFileLog, FILE_LABEL, NULL) 216 Logger::AppendFuncLine, Logger::OutputByFileLog, FILE_LABEL, NULL) 218 Logger::AppendFileLine, Logger::OutputByFileLog, FILE_LABEL, NULL) 220 Logger::AppendFileFuncLine, Logger::OutputByFileLog, FILE_LABEL, NULL) 222 Logger::AppendPidTid, Logger::OutputByFileLog, FILE_LABEL, NULL) 224 Logger::AppendPidTid, Logger::AppendFunc, Logger::OutputByFileLog, FILE_LABEL, NULL) [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_test/ |
H A D | texgine_test.cpp | 46 Logger::OutputByFileLog(logger1, Logger::LOG_PHASE::BEGIN); 47 Logger::OutputByFileLog(logger1, Logger::LOG_PHASE::END);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/ |
H A D | logger.cpp | 127 void Logger::OutputByFileLog(Logger &logger, enum LOG_PHASE phase) in OutputByFileLog() function in OHOS::Rosen::TextEngine::Logger
|