Searched refs:OutputJSConsoleLog (Results 1 – 3 of 3) sorted by relevance
203 ProductAdapter::OutputJSConsoleLog((uint8_t)(LOG_LEVEL_ERR), str); in OutputToHiLog()206 ProductAdapter::OutputJSConsoleLog((uint8_t)(LOG_LEVEL_WARN), str); in OutputToHiLog()209 ProductAdapter::OutputJSConsoleLog((uint8_t)(LOG_LEVEL_INFO), str); in OutputToHiLog()216 ProductAdapter::OutputJSConsoleLog((uint8_t)(LOG_LEVEL_DEBUG), str); in OutputToHiLog()
153 static void OutputJSConsoleLog(uint8_t level, const char *content);
142 void ProductAdapter::OutputJSConsoleLog(uint8_t level, const char *content) in OutputJSConsoleLog() function in OHOS::ACELite::ProductAdapter