Searched defs:LOGD (Results 1 – 7 of 7) sorted by relevance
| /base/security/crypto_framework/common/inc/ |
| D | log.h | 44 #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/security/asset/frameworks/os_dependency/log/inc/ |
| D | asset_log.h | 31 #define LOGD(fmt, arg...) \ macro
|
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/ |
| D | hc_log.h | 56 #define LOGD(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_DEBUG, __FUNCTION__, fmt, ##__VA_ARGS__)) macro 82 #define LOGD(fmt, ...) printf("[D][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
|
| /base/hiviewdfx/hilog/platform/interface/native/ |
| D | log.h | 45 #define LOGD(fmt, ...) LOG_PRINT(Debug, fmt, ##__VA_ARGS__) macro
|
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
| D | hc_log.h | 22 #define LOGD(fmt, ...) HILOG_DEBUG(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) macro
|
| /base/security/certificate_framework/frameworks/common/v1.0/inc/ |
| D | cf_log.h | 64 #define LOGD CF_LOG_D macro
|
| /base/hiviewdfx/faultloggerd/common/dfxlog/ |
| D | dfx_log.h | 51 #define LOGD(fmt, ...) \ macro
|