Searched refs:AppendFileFuncLine (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/ |
H A D | logger.h | 54 static void AppendFileFuncLine(Logger &logger, enum LOG_PHASE phase); 163 Logger::AppendFileFuncLine, Logger::OutputByStdout, NULL) 173 Logger::AppendPidTid, Logger::AppendFileFuncLine, Logger::OutputByStdout, NULL) 191 Logger::AppendFileFuncLine, Logger::OutputByStderr, NULL) 201 Logger::AppendPidTid, Logger::AppendFileFuncLine, Logger::OutputByStderr, NULL) 220 Logger::AppendFileFuncLine, Logger::OutputByFileLog, FILE_LABEL, NULL) 230 Logger::AppendPidTid, Logger::AppendFileFuncLine, Logger::OutputByFileLog, FILE_LABEL, NULL)
|
H A D | exlog.h | 39 ExTime, Logger::AppendFileFuncLine, Logger::OutputByFileLog, "exlog", NULL) 49 … ExTime, Logger::AppendPidTid, Logger::AppendFileFuncLine, Logger::OutputByFileLog, "exlog", NULL)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_test/ |
H A D | texgine_test.cpp | 50 Logger::AppendFileFuncLine(logger1, Logger::LOG_PHASE::BEGIN);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/ |
H A D | logger.cpp | 186 void Logger::AppendFileFuncLine(Logger &logger, enum LOG_PHASE phase) in AppendFileFuncLine() function in OHOS::Rosen::TextEngine::Logger
|