Home
last modified time | relevance | path

Searched defs:logLevel (Results 1 – 15 of 15) sorted by relevance

/foundation/ace/ace_engine_lite/frameworks/src/core/modules/presets/
Dconsole_log_impl.cpp39 jerry_value_t LogNative(const LogLevel logLevel, in LogNative()
110 void LogOutLevel(const LogLevel logLevel) in LogOutLevel()
141 void LogString(const LogLevel logLevel, const char * const str) in LogString()
159 void LogChar(char c, const LogLevel logLevel, bool endFlag) in LogChar()
183 static void OutputToHiLog(const LogLevel logLevel, const char * const str) in OutputToHiLog()
209 static void OutputToHiLog(const LogLevel logLevel, const char * const str) in OutputToHiLog()
243 void Output(const LogLevel logLevel, const char * const str, const uint8_t length) in Output()
/foundation/distributedhardware/distributedhardwarefwk/utils/src/log/
Ddh_log.cpp30 static void DHLogOut(DHLogLevel logLevel, const char *logBuf) in DHLogOut()
71 void DHLog(DHLogLevel logLevel, const char *fmt, ...) in DHLog()
/foundation/distributedhardware/devicemanager/ext/mini/utils/src/log/
Ddm_log.cpp31 static void DMLogOut(DMLogLevel logLevel, const char *logBuf) in DMLogOut()
72 void DMLog(DMLogLevel logLevel, const char *fmt, ...) in DMLog()
/foundation/distributedhardware/distributedscreen/common/src/
Ddscreen_log.cpp30 static void DHLogOut(DHLogLevel logLevel, const char *logBuf) in DHLogOut()
71 void DHLog(DHLogLevel logLevel, const char *fmt, ...) in DHLog()
/foundation/distributedhardware/devicemanager/utils/src/
Ddm_log.cpp31 static void DmLogOut(DmLogLevel logLevel, const char *logBuf) in DmLogOut()
72 void DmLog(DmLogLevel logLevel, const char *fmt, ...) in DmLog()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
Dlog.c22 FILLP_INT32 FillpApiSetDebugLogLevel(IN FILLP_UINT8 logLevel) in FillpApiSetDebugLogLevel()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
Dsys_log.c19 void PrintfImpl(const char *moduleName, uint32_t logLevel, const char *format, ...) in PrintfImpl()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
Dsys_log.c19 void PrintfImpl(const char *moduleName, uint32_t logLevel, const char *format, ...) in PrintfImpl()
/foundation/communication/dsoftbus/components/nstackx_mini/nstackx_util/platform/liteos/
Dsys_log.c19 void PrintfImpl(const char *moduleName, uint32_t logLevel, const char *format, ...) in PrintfImpl()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
Dnstackx_log.c39 void SetLogLevel(uint32_t logLevel) in SetLogLevel()
/foundation/communication/dsoftbus/components/nstackx_mini/nstackx_util/core/
Dnstackx_log.c39 void SetLogLevel(uint32_t logLevel) in SetLogLevel()
/foundation/communication/dsoftbus/components/nstackx_mini/nstackx_util/interface/
Dnstackx_log.h52 #define NSTACKX_LOG_COMMON(moduleName, logLevel, format, ...) \ argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
Dnstackx_log.h52 #define NSTACKX_LOG_COMMON(moduleName, logLevel, format, ...) \ argument
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/v8/
Dv8_declarative_engine.cpp160 void GetLogLevelAndContent(const v8::FunctionCallbackInfo<v8::Value>& args, JsLogLevel& logLevel, s… in GetLogLevelAndContent()
199 JsLogLevel logLevel = JsLogLevel::INFO; in AppLogPrint() local
220 JsLogLevel logLevel = JsLogLevel::INFO; in JsLogPrint() local
/foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/v8/
Dv8_engine.cpp2725 void GetLogLevelAndContent(const v8::FunctionCallbackInfo<v8::Value>& args, JsLogLevel& logLevel, s… in GetLogLevelAndContent()
2765 JsLogLevel logLevel = JsLogLevel::INFO; in AppLogPrint() local
2788 JsLogLevel logLevel = JsLogLevel::INFO; in JsLogPrint() local