Searched refs:LogDebug (Results 1 – 4 of 4) sorted by relevance
24 void LogDebug(const char* format, ...);39 LogDebug("%u:%s:%d " format "\n", GetLogId(), __func__, __LINE__, ##__VA_ARGS__); \
30 CreateNamedFunction(debug, LogDebug); in Init()37 jerry_value_t ConsoleModule::LogDebug(const jerry_value_t func, in LogDebug() function in OHOS::ACELite::ConsoleModule
59 static jerry_value_t LogDebug(const jerry_value_t func,
102 void LogDebug(const char* fmt, ...) in LogDebug() function