Home
last modified time | relevance | path

Searched refs:LogDebug (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/log/
H A Dlog_base.h24 void LogDebug(const char* format, ...);
39 LogDebug("%u:%s:%d " format "\n", GetLogId(), __func__, __LINE__, ##__VA_ARGS__); \
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dconsole_module.cpp30 CreateNamedFunction(debug, LogDebug); in Init()
37 jerry_value_t ConsoleModule::LogDebug(const jerry_value_t func, in LogDebug() function in OHOS::ACELite::ConsoleModule
H A Dconsole_module.h59 static jerry_value_t LogDebug(const jerry_value_t func,
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/log/linux/
H A Dlog_base.cpp102 void LogDebug(const char* fmt, ...) in LogDebug() function