Home
last modified time | relevance | path

Searched defs:HILOGE (Results 1 – 3 of 3) sorted by relevance

/base/update/updateservice/services/service/include/
Ddupdate_log.h59 #define HILOGE(fmt, ...) HILOG_ERROR(LOG_CORE, "[%{public}s:%{public}d]: " fmt, \ macro
62 #define HILOGE(fmt, ...) macro
89 #define HILOGE(fmt, ...) printf(LOG_TAG ": " "<ERROR>[%{public}s:%{public}d]: " fmt "\n", \ macro
92 #define HILOGE(fmt, ...) macro
/base/notification/eventhandler/frameworks/eventhandler/include/
Devent_handler_utils.h31 #define HILOGE(...) OHOS::HiviewDFX::HiLog::Error(LOG_LABEL, ##__VA_ARGS__) macro
/base/notification/eventhandler/frameworks/napi/src/
Devents_emitter.cpp25 #define HILOGE(...) OHOS::HiviewDFX::HiLog::Error(LOG_LABEL, ##__VA_ARGS__) macro