Home
last modified time | relevance | path

Searched refs:LOG_LEVEL_NONE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dconsole_log_impl.cpp110 case LOG_LEVEL_NONE: in LogOutLevel()
191 case LOG_LEVEL_NONE: in OutputToHiLog()
215 case LOG_LEVEL_NONE: in OutputToHiLog()
H A Dconsole_log_impl.h32 LOG_LEVEL_NONE = 0, // console.log enumerator
H A Dconsole_module.cpp81 return LogNative(LOG_LEVEL_NONE, args, length); in Log()