Home
last modified time | relevance | path

Searched refs:Log (Results 1 - 25 of 31) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/
H A Ddrawing_demo.cpp49 TestCommon::Log("eg: drawing_demo function [cpu | gpu] {caseName?} {displayTime?}"); in Test()
50 TestCommon::Log("eg: drawing_demo performance [cpu | gpu] caseName count {displayTime?}"); in Test()
77 TestCommon::Log("Failed to create rsUiDirector_"); in InitWindow()
88 TestCommon::Log("Failed to create rootNode"); in InitWindow()
98 TestCommon::Log("Failed to create canvasNode"); in InitWindow()
131 TestCommon::Log("create window start"); in CreateWindow()
134 TestCommon::Log("Failed to get display!"); in CreateWindow()
141 TestCommon::Log(stream.str()); in CreateWindow()
158 TestCommon::Log("Failed to create window"); in CreateWindow()
169 TestCommon::Log("Faile in CreateWindow()
[all...]
/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/
H A Dlog_print.h39 static void Log(Level level, const std::string &tag, const char *func, int line, const char *format, ...);
50 #define LOGD(...) Logger::Log(Logger::Level::LEVEL_DEBUG, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA_ARGS__)
51 #define LOGI(...) Logger::Log(Logger::Level::LEVEL_INFO, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA_ARGS__)
52 #define LOGW(...) Logger::Log(Logger::Level::LEVEL_WARN, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA_ARGS__)
53 #define LOGE(...) Logger::Log(Logger::Level::LEVEL_ERROR, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA_ARGS__)
54 #define LOGF(...) Logger::Log(Logger::Level::LEVEL_FATAL, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA_ARGS__)
55 #define ZLOGD(...) Logger::Log(Logger::Level::LEVEL_DEBUG, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA_ARGS__)
56 #define ZLOGI(...) Logger::Log(Logger::Level::LEVEL_INFO, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA_ARGS__)
57 #define ZLOGW(...) Logger::Log(Logger::Level::LEVEL_WARN, LOG_TAG_KV, __FILE_NAME__, __LINE__, __VA_ARGS__)
58 #define ZLOGE(...) Logger::Log(Logge
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Drd_log_print.h34 static void Log(Level level, const char *tag, const char *format, ...);
39 #define GLOGD(...) LogPrint::Log(LogPrint::Level::LEVEL_DEBUG, LOG_TAG_DOC, __VA_ARGS__)
40 #define GLOGI(...) LogPrint::Log(LogPrint::Level::LEVEL_INFO, LOG_TAG_DOC, __VA_ARGS__)
41 #define GLOGW(...) LogPrint::Log(LogPrint::Level::LEVEL_WARN, LOG_TAG_DOC, __VA_ARGS__)
42 #define GLOGE(...) LogPrint::Log(LogPrint::Level::LEVEL_ERROR, LOG_TAG_DOC, __VA_ARGS__)
43 #define GLOGF(...) LogPrint::Log(LogPrint::Level::LEVEL_FATAL, LOG_TAG_DOC, __VA_ARGS__)
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dlog_print.h40 static void Log(Level level, const std::string &tag, const char *func, int line, const char *format, ...);
50 #define LOGD(...) Logger::Log(Logger::Level::LEVEL_DEBUG, LOG_TAG_KV, __FUNCTION__, __LINE__, __VA_ARGS__)
51 #define LOGI(...) Logger::Log(Logger::Level::LEVEL_INFO, LOG_TAG_KV, __FUNCTION__, __LINE__, __VA_ARGS__)
52 #define LOGW(...) Logger::Log(Logger::Level::LEVEL_WARN, LOG_TAG_KV, __FUNCTION__, __LINE__, __VA_ARGS__)
53 #define LOGE(...) Logger::Log(Logger::Level::LEVEL_ERROR, LOG_TAG_KV, __FUNCTION__, __LINE__, __VA_ARGS__)
54 #define LOGF(...) Logger::Log(Logger::Level::LEVEL_FATAL, LOG_TAG_KV, __FUNCTION__, __LINE__, __VA_ARGS__)
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H A Dlog.h24 class Log { class
28 explicit Log(const char* severity) in Log() function in tflite::label_classify::Log
36 ~Log() in ~Log()
42 #define LOG(severity) tflite::label_classify::Log(#severity).Stream()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Dtest_base.cpp40 TestCommon::Log("failed to create pixelmap"); in CreateBitmapCanvas()
54 TestCommon::Log("failed to GetPixels"); in CreateBitmapCanvas()
60 TestCommon::Log("failed to create bitmapCanvas"); in CreateBitmapCanvas()
70 TestCommon::Log("playbackCanvas_ is null "); in DiasplayToScreen()
107 TestCommon::Log("playbackCanvas_ is null "); in TestFunctionGpuUpScreen()
115 TestCommon::Log("playbackCanvas_ is null "); in TestPerformanceGpuUpScreen()
133 TestCommon::Log(stream.str()); in LogEnd()
H A Dtest_common.cpp25 void TestCommon::Log(std::string info) in Log() function in OHOS::Rosen::TestCommon
34 Log("invalied param"); in PackingPixmap()
41 Log("failed to GetSupportedFormats"); in PackingPixmap()
48 Log("failed to open"); in PackingPixmap()
56 Log("failed to StartPacking"); in PackingPixmap()
62 Log("failed to AddImage"); in PackingPixmap()
69 Log("failed to FinalizePacking"); in PackingPixmap()
H A Dtest_common.h36 static void Log(std::string info);
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dlog.h66 CHECK_FORMAT_STRING(__VA_ARGS__), CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_INFO, "", 0, __VA_ARGS__)
69 CHECK_FORMAT_STRING(__VA_ARGS__), CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_WARNING, "", 0, __VA_ARGS__)
72 CHECK_FORMAT_STRING(__VA_ARGS__), CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_ERROR, "", 0, __VA_ARGS__)
75 CHECK_FORMAT_STRING(__VA_ARGS__), CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_FATAL, "", 0, __VA_ARGS__)
103 CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_VERBOSE, __FILE__, __LINE__, __VA_ARGS__)
108 CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_DEBUG, __FILE__, __LINE__, __VA_ARGS__)
113 CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_INFO, __FILE__, __LINE__, __VA_ARGS__)
118 CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_WARNING, __FILE__, __LINE__, __VA_ARGS__)
123 CORE_NS::Log(CORE_NS::ILogger::LogLevel::LOG_ERROR, __FILE__, __LINE__, __VA_ARGS__)
128 CORE_NS::Log(CORE_N
183 inline FORMAT_FUNC(4, 5) void Log(ILogger::LogLevel logLevel, const BASE_NS::string_view filename, int lineNumber, Log() function
[all...]
H A Dintf_logger.h110 virtual FORMAT_FUNC(5, 6) void Log(
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dlogger.cpp31 Log(tag, format, args); in D()
55 Log(tag, format, args); in V()
59 void Logger::Log(const char *tag, const char *format, va_list args) in Log() function in OHOS::Idl::Logger
H A Dlogger.h46 static void Log(const char *tag, const char *format, va_list args);
/foundation/ability/idl_tool/util/
H A Dlogger.cpp30 Log(tag, format, args); in D()
50 Log(tag, format, args); in V()
54 void Logger::Log(const char* tag, const char* format, va_list args) in Log() function in OHOS::Idl::Logger
H A Dlogger.h46 static void Log(const char* tag, const char* format, va_list args);
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dconsole_module.cpp33 CreateNamedFunction(log, Log); in Init()
73 jerry_value_t ConsoleModule::Log(const jerry_value_t func, in Log() function in OHOS::ACELite::ConsoleModule
H A Dconsole_module.h93 * @fn ConsoleModule::Log()
101 static jerry_value_t Log(const jerry_value_t func,
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Dlogger.h28 virtual void Log(const std::string &line) = 0;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_global_config.cpp44 sqlite3_config(SQLITE_CONFIG_LOG, &Log, in SqliteGlobalConfig()
56 void SqliteGlobalConfig::Log(const void *data, int err, const char *msg) in Log() function in OHOS::NativeRdb::SqliteGlobalConfig
/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/
H A Dlogger.cpp155 Log(LogLevel::LOG_FATAL, filename, lineNumber, "Assert failed (%s). %s", expressionString.data(), buffer); in VLogAssert()
159 Log(LogLevel::LOG_FATAL, filename, lineNumber, "Java trace:"); in VLogAssert()
184 void Logger::Log( in Log() function in Logger
H A Dlogger.h51 void Log(LogLevel logLevel, BASE_NS::string_view filename, int lineNumber, FORMAT_ATTRIBUTE const char* format,
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/log/
H A DLogger.h19 #include <lume/Log.h>
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_transaction_metric_collector.h62 void Log();
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_metric_collector.cpp153 Log();
159 void RSTransactionMetricCollector::Log()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Drd_log_print.cpp66 void LogPrint::Log(Level level, const char *tag, const char *format, ...) in Log() function in DocumentDB::LogPrint
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_global_config.h72 static void Log(const void *data, int err, const char *msg);

Completed in 6 milliseconds

12