Searched defs:HILOG_DEBUG (Results 1 – 8 of 8) sorted by relevance
/base/global/resource_management/frameworks/resmgr/include/ |
D | hilog_wrapper.h | 67 #define HILOG_DEBUG(...) { \ macro 79 #define HILOG_DEBUG(...) macro
|
/base/telephony/core_service/services/sim/include/ |
D | hilog_wrapper.h | 50 #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/ |
D | hilog_wrapper.h | 68 #define HILOG_DEBUG(...) { \ macro 80 #define HILOG_DEBUG(...) macro
|
/base/theme/wallpaper_mgr/utils/include/ |
D | hilog_wrapper.h | 67 #define HILOG_DEBUG(fmt, ...) … macro 76 #define HILOG_DEBUG(...) macro
|
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/ |
D | log_c.h | 95 #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/ |
D | log.h | 216 #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/ |
D | hiview_log.h | 231 #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/ |
D | hiview_log.h | 314 #define HILOG_DEBUG(mod, fmt, ...) HiLogPrintf(mod, HILOG_LV_DEBUG, FUN_ARG_NUM(__VA_ARGS__), fmt, … macro 316 #define HILOG_DEBUG(mod, fmt, ...) macro
|