Searched refs:LogWarn (Results 1 – 4 of 4) sorted by relevance
22 void LogWarn(const char* format, ...);35 LogWarn("%u:%s:%d " format "\n", GetLogId(), __func__, __LINE__, ##__VA_ARGS__); \
32 CreateNamedFunction(warn, LogWarn); in Init()61 jerry_value_t ConsoleModule::LogWarn(const jerry_value_t func, in LogWarn() function in OHOS::ACELite::ConsoleModule
87 static jerry_value_t LogWarn(const jerry_value_t func,
76 void LogWarn(const char* fmt, ...) in LogWarn() function