Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dconsole_log_impl.cpp79 LogChar(chr, logLevel); in LogNative()
87 LogChar('\n', logLevel, true); in LogNative()
131 LogChar(str[i], logLevel, false); in LogString()
143 void LogChar(char c, const LogLevel logLevel, bool endFlag) in LogChar() function
H A Dconsole_log_impl.h97 void LogChar(char c, const LogLevel logLevel, bool endFlag = false);