Home
last modified time | relevance | path

Searched refs:HILOG_HILOGE (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
Dhilog_wrapper.h46 #ifdef HILOG_HILOGE
47 #undef HILOG_HILOGE
58 #define HILOG_HILOGE(...) HILOG_ERROR(HILOG_MODULE_POWERMGR, __VA_ARGS__) macro
64 #define HILOG_HILOGE(...) HILOG_ERROR(LOG_CORE, FORMATED(__VA_ARGS__))
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
Dhilog_module.cpp180 HILOG_HILOGE("IsLoggable: args is invalid."); in IsLoggable()
185 HILOG_HILOGE("IsLoggable: args type is null."); in IsLoggable()
190 HILOG_HILOGE("IsLoggable: args type is invalid."); in IsLoggable()
196 HILOG_HILOGE("IsLoggable: domain is invalid."); in IsLoggable()
201 HILOG_HILOGE("IsLoggable: tag is null or tag > %{public}d.", MAX_TAG); in IsLoggable()
206 HILOG_HILOGE("IsLoggable:level is error."); in IsLoggable()
218 HILOG_HILOGE("ParseNapiValue: element or params is nullptr."); in ParseNapiValue()
234 HILOG_HILOGE("ParseNapiValue: type mismatch."); in ParseNapiValue()
246 HILOG_HILOGE("HilogImpl: args is invalid."); in HilogImpl()
252 HILOG_HILOGE("HilogImpl: domain is invalid."); in HilogImpl()
[all …]