Home
last modified time | relevance | path

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

/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/device_auth/deps_adapter/os_adapter/interfaces/linux/
Dhc_log.h46 #define LOGD(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_DEBUG, __FUNCTION__, fmt, ##__VA_ARGS__)) macro
61 #define LOGD(fmt, ...) printf("[D][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
/base/security/crypto_framework/common/inc/
Dlog.h44 #define LOGD(fmt, ...) (HcfLogPrint(HCF_LOG_LEVEL_DEBUG, __FUNCTION__, fmt, ##__VA_ARGS__)) macro
58 #define LOGD(fmt, ...) printf("[HCF][D][%s]: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
/base/hiviewdfx/faultloggerd/common/dfxlog/
Ddfx_log.h38 #define LOGD(fmt, ...) macro