Home
last modified time | relevance | path

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

/base/update/updateservice/services/service/include/
Ddupdate_log.h45 #define HILOGI(fmt, ...) HILOG_INFO(LOG_CORE, "[%{public}s:%{public}d]: " fmt, \ macro
48 #define HILOGI(fmt, ...) macro
75 #define HILOGI(fmt, ...) printf(LOG_TAG ": " "<INFO>[%{public}s:%{public}d]: " fmt "\n", \ macro
78 #define HILOGI(fmt, ...) macro
/base/notification/eventhandler/frameworks/eventhandler/include/
Devent_handler_utils.h33 #define HILOGI(...) OHOS::HiviewDFX::HiLog::Info(LOG_LABEL, ##__VA_ARGS__) macro
/base/notification/eventhandler/frameworks/napi/src/
Devents_emitter.cpp27 #define HILOGI(...) OHOS::HiviewDFX::HiLog::Info(LOG_LABEL, ##__VA_ARGS__) macro