Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 - 25 of 66) sorted by relevance

123

/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/
H A Dexlog.h52 #define LOGNEX_DEBUG(...) LOGNEX(DEBUG, ##__VA_ARGS__)
53 #define LOGCEX_DEBUG(...) LOGCEX(DEBUG, ##__VA_ARGS__)
54 #define LOGEX_FILE_DEBUG(...) LOGEX_FILE(DEBUG, ##__VA_ARGS__)
55 #define LOGEX_FUNC_DEBUG(...) LOGEX_FUNC(DEBUG, ##__VA_ARGS__)
56 #define LOGEX_FUNC_LINE_DEBUG(...) LOGEX_FUNC_LINE(DEBUG, ##__VA_ARGS__)
57 #define LOGEX_FILE_LINE_DEBUG(...) LOGEX_FILE_LINE(DEBUG, ##__VA_ARGS__)
58 #define LOGEX_FFL_DEBUG(...) LOGEX_FFL(DEBUG, ##__VA_ARGS__)
59 #define LOGEX_PT_FILE_DEBUG(...) LOGEX_PT_FILE(DEBUG, ##__VA_ARGS__)
60 #define LOGEX_PT_FUNC_DEBUG(...) LOGEX_PT_FUNC(DEBUG, ##__VA_ARGS__)
61 #define LOGEX_PT_FUNC_LINE_DEBUG(...) LOGEX_PT_FUNC_LINE(DEBUG, ##__VA_ARGS_
[all...]
/foundation/ability/ability_runtime/js_environment/frameworks/utils/include/
H A Djs_env_logger.h22 DEBUG = 0, member in OHOS::JsEnv::JsEnvLogLevel
37 JsEnvLogger::logger(JsEnvLogLevel::DEBUG, __FILENAME__, __FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dlogger.cpp21 int Logger::level_ = DEBUG;
25 if (level_ > DEBUG) { in D()
H A Dlogger.h37 static constexpr int DEBUG = 1; member in OHOS::Idl::Logger
/foundation/ability/idl_tool/util/
H A Dlogger.cpp22 int Logger::level_ = DEBUG;
26 if (level_ > DEBUG) return; in D()
H A Dlogger.h37 static constexpr int DEBUG = 1; member in OHOS::Idl::Logger
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Dcast_engine_log.h33 inline constexpr bool DEBUG = true; member
40 if (DEBUG) { \
/foundation/bundlemanager/bundle_framework/common/test/unittest/common_appexecfwk_log_test/
H A Dappexecfwk_log_test.cpp53 EXPECT_EQ(AppLogLevel::DEBUG, AppLogWrapper::GetLogLevel()); in HWTEST_F()
98 bool res = AppLogWrapper::JudgeLevel(AppLogLevel::DEBUG); in HWTEST_F()
/foundation/communication/netmanager_ext/utils/log/include/
H A Dnetmgr_ext_log_wrapper.h26 DEBUG = 0, member in OHOS::NetManagerStandard::NetMgrExtLogLevel
77 #define NETMGR_EXT_LOG_D(fmt, ...) PRINT_LOG(DEBUG, fmt, ##__VA_ARGS__)
/foundation/communication/netmanager_base/utils/log/include/
H A Dnet_mgr_log_wrapper.h26 DEBUG = 0, member in OHOS::NetManagerStandard::NetMgrLogLevel
69 #define NETMGR_LOG_D(fmt, ...) PRINT_LOG(DEBUG, fmt, ##__VA_ARGS__)
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dplatform_def.h29 #ifdef DEBUG
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Darkui_log.h27 #define LOGD(fmt, ...) PRINT_LOG(DEBUG, fmt, ##__VA_ARGS__)
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor_log.h28 #define HILOGD(fmt, ...) PRINT_HILOG(DEBUG, fmt, ##__VA_ARGS__)
/foundation/bundlemanager/bundle_framework/common/log/src/
H A Dapp_log_wrapper.cpp22 AppLogLevel AppLogWrapper::level_ = AppLogLevel::DEBUG;
/foundation/communication/bluetooth_service/services/bluetooth/common/
H A Dlog.h85 #ifdef DEBUG
92 #ifdef DEBUG
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dlog_wrapper.h73 #define TAG_LOGD(tag, fmt, ...) PRINT_LOG(DEBUG, tag, fmt, ##__VA_ARGS__)
81 #define APP_LOGD(fmt, ...) PRINT_APP_LOG(DEBUG, fmt, ##__VA_ARGS__)
221 DEBUG = 0, member in OHOS::Ace::LogLevel
232 if (level == LogLevel::DEBUG) { in JudgeLevel()
/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/include/
H A Dui_service_hilog.h39 #define LOGD(fmt, ...) PRINT_LOG(DEBUG, fmt, ##__VA_ARGS__)
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/include/
H A Dui_service_hilog.h39 #define LOGD(fmt, ...) PRINT_LOG(DEBUG, fmt, ##__VA_ARGS__)
/foundation/arkui/ui_appearance/services/include/
H A Dui_appearance_log.h30 #define LOGD(fmt, ...) PRINT_LOG(DEBUG, fmt, ##__VA_ARGS__)
/foundation/resourceschedule/device_usage_statistics/utils/src/
H A Dbundle_active_log.cpp20 BundleActiveLogLevel BundleActiveLog::logLevel_ = {BundleActiveLogLevel::DEBUG};
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetnative_log_wrapper.h36 #define NETNATIVE_LOG_D(fmt, ...) PRINT_NATIVE_LOG(DEBUG, fmt, ##__VA_ARGS__)
/foundation/communication/netmanager_ext/utils/log/src/
H A Dnetmgr_ext_log_wrapper.cpp21 NetMgrExtLogLevel NetMgrExtLogWrapper::level_ = NetMgrExtLogLevel::DEBUG;
/foundation/communication/netmanager_base/utils/log/src/
H A Dnet_mgr_log_wrapper.cpp21 NetMgrLogLevel NetMgrLogWrapper::level_ = NetMgrLogLevel::DEBUG;
/foundation/ability/dmsfwk_lite/include/
H A Ddmslite_log.h38 #define HILOGD(fmt, ...) DMSLITE_LOG(DEBUG, fmt, ##__VA_ARGS__)
/foundation/communication/bluetooth_service/services/bluetooth/service/src/base/
H A Dbase_def.h26 #ifdef DEBUG

Completed in 6 milliseconds

123