Searched defs:LOGI (Results 1 – 7 of 7) sorted by relevance
/base/security/device_auth/frameworks/deviceauth_lite/source/log/ |
D | log.h | 35 #define LOGI(...) get_logi()("[HiChain]", __func__, __VA_ARGS__) macro 40 #define LOGI(...) {} macro
|
/base/security/crypto_framework/common/inc/ |
D | log.h | 45 #define LOGI(fmt, ...) (HcfLogPrint(HCF_LOG_LEVEL_INFO, __FUNCTION__, fmt, ##__VA_ARGS__)) macro 59 #define LOGI(fmt, ...) printf("[HCF][I][%s]: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/ |
D | hc_log.h | 57 #define LOGI(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_INFO, __FUNCTION__, fmt, ##__VA_ARGS__)) macro 83 #define LOGI(fmt, ...) printf("[I][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
|
/base/hiviewdfx/hilog/platform/interface/native/ |
D | log.h | 44 #define LOGI(fmt, ...) LOG_PRINT(Info, fmt, ##__VA_ARGS__) macro
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
D | hc_log.h | 23 #define LOGI(fmt, ...) HILOG_INFO(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) macro
|
/base/hiviewdfx/faultloggerd/common/dfxlog/ |
D | dfx_log.h | 31 #define LOGI(fmt, ...) macro
|
/base/security/certificate_framework/frameworks/common/v1.0/inc/ |
D | cf_log.h | 67 #define LOGI CF_LOG_I macro
|