Home
last modified time | relevance | path

Searched refs:IS_DISABLED (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dconsole_module.cpp42 #if IS_DISABLED(CONSOLE_LOG_OUTPUT) in LogDebug()
54 #if IS_DISABLED(CONSOLE_LOG_OUTPUT) in LogInfo()
66 #if IS_DISABLED(CONSOLE_LOG_OUTPUT) in LogWarn()
78 #if IS_DISABLED(CONSOLE_LOG_OUTPUT) in Log()
90 #if IS_DISABLED(CONSOLE_LOG_OUTPUT) in LogError()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Djs_config.h27 #define IS_DISABLED(CONFIGURATION) ((CONFIGURATION) != 1) macro