Home
last modified time | relevance | path

Searched defs:logLevel (Results 1 – 20 of 20) 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/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/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/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/log/
DLogger.cpp50 const char* Logger::GetLogLevelName(LogLevel logLevel, bool shortName) in GetLogLevelName()
71 void Logger::Vlog(LogLevel logLevel, const char* filename, int linenumber, const char* format, va_l… in Vlog()
97 void Logger::Write(LogLevel logLevel, const char* filename, int linenumber, const char* buffer) in Write()
105 void Logger::Log(LogLevel logLevel, const char* filename, int linenumber, FORMAT_ATTRIBUTE const ch… in Log()
142 void Logger::SetLogLevel(LogLevel logLevel) in SetLogLevel()
DLoggerOutput.cpp159 …void Write(ILogger::LogLevel logLevel, const char* filename, int linenumber, const char* message) … in Write()
203 …void Write(ILogger::LogLevel logLevel, const char* filename, int linenumber, const char* message) … in Write()
241 …void Write(ILogger::LogLevel logLevel, const char* filename, int linenumber, const char* message) … in Write()
/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/graphic/graphic_3d/lume/LumeEngine/src/log/
Dlogger.cpp69 string_view Logger::GetLogLevelName(LogLevel logLevel, bool shortName) in GetLogLevelName()
98LogLevel logLevel, const string_view filename, int lineNumber, const string_view format, std::va_l… in VLog()
130 void Logger::VLogOnce(const string_view id, LogLevel logLevel, const string_view filename, int line… in VLogOnce()
183LogLevel logLevel, const string_view filename, int lineNumber, FORMAT_ATTRIBUTE const char* format… in Log()
209 void Logger::SetLogLevel(LogLevel logLevel) in SetLogLevel()
Dlogger_output.cpp63ILogger::LogLevel logLevel, const string_view filename, int linenumber, const string_view message)… in Write()
/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.c28 void SetDFileLogLevel(uint32_t logLevel) in SetDFileLogLevel()
/foundation/graphic/graphic_3d/lume/LumeMeta/environment_setup/
Dmeta_object_initializer.cpp52 void InitializeMetaObject(const char* const dllPath, CORE_NS::ILogger::LogLevel logLevel) in InitializeMetaObject()
/foundation/communication/dsoftbus/dfx/log/src/
Dsoftbus_log.c34 void NstackxLogInnerImpl(const char *moduleName, uint32_t logLevel, const char *fmt, ...) in NstackxLogInnerImpl()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
Dnstackx_log.c42 void SetLogLevel(uint32_t logLevel) in SetLogLevel()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
Dlogger_output.cpp63ILogger::LogLevel logLevel, const string_view filename, int linenumber, const string_view message)… in Write()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
Dnstackx_log.h60 #define NSTACKX_LOG_COMMON(moduleName, logLevel, moduleDebugLevel, format, ...) \ argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
Dlog.h152 inline FORMAT_FUNC(4, 5) void PluginLog(CORE_NS::ILogger::LogLevel logLevel, const BASE_NS::string_… in PluginLog()
164 …T_FUNC(5, 6) void PluginLogOnce(const BASE_NS::string_view id, CORE_NS::ILogger::LogLevel logLevel, in PluginLogOnce()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
Dlog.h183 inline FORMAT_FUNC(4, 5) void Log(ILogger::LogLevel logLevel, const BASE_NS::string_view filename, … in Log()
195 inline FORMAT_FUNC(5, 6) void LogOnce(const BASE_NS::string_view id, ILogger::LogLevel logLevel, in LogOnce()
/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/include/
Dcj_interface.h57 enum RTLogLevel logLevel; member
/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/
Dperformance_data_manager.cpp331ILogger::LogLevel logLevel, BASE_NS::string_view filename, int lineNumber, BASE_NS::string_view me… in Write()