Home
last modified time | relevance | path

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

/base/global/resmgr_standard/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/resmgr_lite/frameworks/resmgr_lite/include/
Dhilog_wrapper.h68 #define HILOG_DEBUG(...) { \ macro
80 #define HILOG_DEBUG(...) macro
/base/miscservices/wallpaper/utils/include/
Dhilog_wrapper.h67 #define HILOG_DEBUG(fmt, ...) \ macro
76 #define HILOG_DEBUG(...) macro
/base/accessibility/common/log/include/
Dhilog_wrapper.h71 #define HILOG_DEBUG(fmt, ...) \ macro
80 #define HILOG_DEBUG(...) macro
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
Dlog_c.h61 #define HILOG_DEBUG(type, ...) ((void)HiLogPrint((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.h308 #define HILOG_DEBUG(mod, fmt, ...) HiLogPrintf(mod, HILOG_LV_DEBUG, FUN_ARG_NUM(__VA_ARGS__), fmt, … macro
310 #define HILOG_DEBUG(mod, fmt, ...) macro