Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
Dconsole_log_impl.cpp46 jerry_value_t LogNative(const LogLevel logLevel, in LogNative()
92 void LogOutLevel(const LogLevel logLevel) in LogOutLevel()
123 void LogString(const LogLevel logLevel, const char * const str) in LogString()
143 void LogChar(char c, const LogLevel logLevel, bool endFlag) in LogChar()
173 static void OutputToHiLog(const LogLevel logLevel, const char * const str) in OutputToHiLog()
199 static void OutputToHiLog(const LogLevel logLevel, const char * const str) in OutputToHiLog()
233 void Output(const LogLevel logLevel, const char * const str, const uint8_t length) in Output()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
Dsys_log.c23 void PrintfImpl(const char *moduleName, uint32_t logLevel, const char *format, ...) in PrintfImpl()
35 static void HiLogPrintWrapper(const char *tag, uint32_t domain, const char *buf, uint32_t logLevel) in HiLogPrintWrapper()
67 uint32_t logLevel, in NstackxHiLogImpl()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
Dsys_log.c23 void PrintfImpl(const char *moduleName, uint32_t logLevel, const char *format, ...) in PrintfImpl()
35 static void HiLogPrintWrapper(const char *tag, uint32_t domain, const char *buf, uint32_t logLevel) in HiLogPrintWrapper()
67 uint32_t logLevel, in NstackxHiLogImpl()
/foundation/distributedhardware/distributed_audio/common/src/
Ddaudio_log.cpp29 static void DHLogOut(DHLogLevel logLevel, const char *logBuf) in DHLogOut()
70 void DHLog(DHLogLevel logLevel, const char *fmt, ...) in DHLog()
/foundation/distributedhardware/distributed_screen/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/distributed_hardware_fwk/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/distributed_input/utils/src/
Ddinput_log.cpp30 static void DHLogOut(DHLogLevel logLevel, const char *logBuf) in DHLogOut()
71 void DHLog(DHLogLevel logLevel, const char *fmt, ...) in DHLog()
/foundation/distributedhardware/device_manager/common/src/
Ddm_log.cpp32 static void DmLogOut(DmLogLevel logLevel, const char *logBuf) in DmLogOut()
73 void DmLog(DmLogLevel logLevel, const char *fmt, ...) in DmLog()
/foundation/distributedhardware/distributed_camera/common/src/utils/
Ddh_log.cpp34 static void DHLogOut(DHLogLevel logLevel, const char *logBuf) in DHLogOut()
75 void DHLog(DHLogLevel logLevel, const char *fmt, ...) in DHLog()
/foundation/distributedhardware/distributed_audio/hdf_service/distributed_audio/hdi_service/common/log/src/
Ddaudio_log.cpp31 static void DHLogOut(DHLogLevel logLevel, const char *logBuf) in DHLogOut()
72 void DHLog(DHLogLevel logLevel, const char *fmt, ...) in DHLog()
/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_ctrl/core/
Dnstackx_dfinder_log.c31 void SetDFinderLogLevel(uint32_t logLevel) in SetDFinderLogLevel()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
Dnstackx_dfile_log.c30 void SetDFileLogLevel(uint32_t logLevel) in SetDFileLogLevel()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
Dav_trans_log.cpp31 static void AVTransLogOut(DHLogLevel logLevel, const char *logBuf) in AVTransLogOut()
72 void AVTransLog(DHLogLevel logLevel, const char *fmt, ...) in AVTransLog()
/foundation/resourceschedule/resource_schedule_service/cgroup_sched/common/include/
Dcgroup_sched_log.h74 #define CGS_PRINT_LOG(logLevel, Logger, ...) do { \ argument
/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/include/
Dprocess_group_log.h80 #define PGCGS_PRINT_LOG(logLevel, Logger, ...) do { \ argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
Dnstackx_log.c44 void SetLogLevel(uint32_t logLevel) in SetLogLevel()
/foundation/resourceschedule/ffrt/src/dfx/log/hmos/
Dlog_base.cpp32 static inline void PrintLogString(LogLevel logLevel, const char* fmt, va_list arg) in PrintLogString()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
Dnstackx_log.h60 #define NSTACKX_LOG_COMMON(moduleName, logLevel, moduleDebugLevel, format, ...) \ argument