Home
last modified time | relevance | path

Searched defs:HILOG_INFO (Results 1 – 8 of 8) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/
Dhilog_wrapper.h61 #define HILOG_INFO(...) { \ macro
78 #define HILOG_INFO(...) macro
/base/telephony/core_service/services/sim/include/
Dhilog_wrapper.h49 #define HILOG_INFO(...) (void)OHOS::HiviewDFX::HiLog::Info(LOG_LABEL, __VA_ARGS__) macro
56 #define HILOG_INFO(...) macro
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dhilog_wrapper.h62 #define HILOG_INFO(...) { \ macro
79 #define HILOG_INFO(...) macro
/base/theme/wallpaper_mgr/utils/include/
Dhilog_wrapper.h64 #define HILOG_INFO(fmt, ...) … macro
75 #define HILOG_INFO(...) macro
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
Dlog_c.h97 #define HILOG_INFO(type, ...) ((void)HILOG_IMPL((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog/
Dlog.h236 #define HILOG_INFO(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS_… macro
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
Dhiview_log.h251 #define HILOG_INFO(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS_… macro
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
Dhiview_log.h336 #define HILOG_INFO(mod, fmt, ...) HiLogPrintf(mod, HILOG_LV_INFO, FUN_ARG_NUM(__VA_ARGS__), fmt, ##… macro
338 #define HILOG_INFO(mod, fmt, ...) macro