Searched defs:HILOG_DEBUG (Results 1 – 9 of 9) sorted by relevance
/base/global/resmgr_standard/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/resmgr_lite/frameworks/resmgr_lite/include/ |
D | hilog_wrapper.h | 68 #define HILOG_DEBUG(...) { \ macro 80 #define HILOG_DEBUG(...) macro
|
/base/miscservices/wallpaper/utils/include/ |
D | hilog_wrapper.h | 67 #define HILOG_DEBUG(fmt, ...) \ macro 76 #define HILOG_DEBUG(...) macro
|
/base/accessibility/common/log/include/ |
D | hilog_wrapper.h | 71 #define HILOG_DEBUG(fmt, ...) \ macro 80 #define HILOG_DEBUG(...) macro
|
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/ |
D | log_c.h | 61 #define HILOG_DEBUG(type, ...) ((void)HiLogPrint((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 | 308 #define HILOG_DEBUG(mod, fmt, ...) HiLogPrintf(mod, HILOG_LV_DEBUG, FUN_ARG_NUM(__VA_ARGS__), fmt, … macro 310 #define HILOG_DEBUG(mod, fmt, ...) macro
|