Home
last modified time | relevance | path

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

/base/security/crypto_framework/common/inc/
Dlog.h50 #define LOGD(...) HcfLogPrint(HCF_LOG_LEVEL_D, __func__, __LINE__, __VA_ARGS__) macro
55 #define LOGD(fmt, ...) printf("[HCF][D][%s]: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
/base/notification/common_event_service/interfaces/kits/cj/src/
Dnative_log.h31 #define LOGD(...) \ macro
/base/notification/eventhandler/frameworks/cj/src/
Demitter_log.h36 #define LOGD(...) \ macro
/base/security/asset/frameworks/os_dependency/log/inc/
Dasset_log.h30 #define LOGD(fmt, arg...) \ macro
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
Dhc_log.h60 #define LOGD(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_DEBUG, __FUNCTION__, fmt, ##__VA_ARGS__)) macro
86 #define LOGD(fmt, ...) printf("[D][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
/base/security/security_guard/frameworks/common/log/include/
Dsecurity_collector_log.h48 #define LOGD(fmt, ...) \ macro
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
Dhc_log.h22 #define LOGD(fmt, ...) HILOG_DEBUG(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) macro
/base/security/certificate_framework/frameworks/common/v1.0/inc/
Dcf_log.h64 #define LOGD CF_LOG_D macro
/base/hiviewdfx/faultloggerd/common/dfxlog/
Ddfx_log.h47 #define LOGD(fmt, ...) DFXLOG_PRINT(LOG_DEBUG, "[%s:%d] " fmt, (__FILE_NAME__), (__LINE__), ##__VA_… macro
93 #define LOGD(fmt, ...) DFXLOG_STD_ARRAY_FILE(LOG_DEBUG, fmt, ##__VA_ARGS__) macro