Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/log/
H A Dlog_base.h22 void LogWarn(const char* format, ...);
35 LogWarn("%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.cpp32 CreateNamedFunction(warn, LogWarn); in Init()
61 jerry_value_t ConsoleModule::LogWarn(const jerry_value_t func, in LogWarn() function in OHOS::ACELite::ConsoleModule
H A Dconsole_module.h87 static jerry_value_t LogWarn(const jerry_value_t func,
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/log/linux/
H A Dlog_base.cpp76 void LogWarn(const char* fmt, ...) in LogWarn() function