Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/include/
Dhilog_wrapper.h67 #define HILOG_DEBUG(...) { \ macro
79 #define HILOG_DEBUG(...) macro
/base/telephony/core_service/services/sim/include/
Dhilog_wrapper.h50 #define HILOG_DEBUG(...) (void)OHOS::HiviewDFX::HiLog::Debug(LOG_LABEL, __VA_ARGS__) macro
57 #define HILOG_DEBUG(...) macro
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dhilog_wrapper.h68 #define HILOG_DEBUG(...) { \ macro
80 #define HILOG_DEBUG(...) macro
/base/theme/wallpaper_mgr/utils/include/
Dhilog_wrapper.h67 #define HILOG_DEBUG(fmt, ...) … macro
76 #define HILOG_DEBUG(...) macro
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
Dlog_c.h95 #define HILOG_DEBUG(type, ...) ((void)HILOG_IMPL((type), LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS_… macro
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog/
Dlog.h216 #define HILOG_DEBUG(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARG… macro
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
Dhiview_log.h231 #define HILOG_DEBUG(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARG… macro
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
Dhiview_log.h314 #define HILOG_DEBUG(mod, fmt, ...) HiLogPrintf(mod, HILOG_LV_DEBUG, FUN_ARG_NUM(__VA_ARGS__), fmt, … macro
316 #define HILOG_DEBUG(mod, fmt, ...) macro