| /base/security/access_token/frameworks/common/include/ |
| D | accesstoken_log.h | 25 #define ACCESSTOKEN_LOG_DEBUG(fmt, ...) HILOG_DEBUG(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA… argument 26 #define ACCESSTOKEN_LOG_INFO(fmt, ...) HILOG_INFO(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_A… argument 27 #define ACCESSTOKEN_LOG_WARN(fmt, ...) HILOG_WARN(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_A… argument 28 #define ACCESSTOKEN_LOG_ERROR(fmt, ...) HILOG_ERROR(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA… argument 29 #define ACCESSTOKEN_LOG_FATAL(fmt, ...) HILOG_FATAL(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA… argument 33 #define ACCESSTOKEN_LOG_DEBUG(label, fmt, ...) \ argument 35 #define ACCESSTOKEN_LOG_INFO(label, fmt, ...) \ argument 37 #define ACCESSTOKEN_LOG_WARN(label, fmt, ...) \ argument 39 #define ACCESSTOKEN_LOG_ERROR(label, fmt, ...) \ argument 41 #define ACCESSTOKEN_LOG_FATAL(label, fmt, ...) \ argument [all …]
|
| /base/hiviewdfx/faultloggerd/common/dfxlog/ |
| D | dfx_log.h | 32 #define DfxLogDebug(fmt, ...) argument 33 #define DfxLogInfo(fmt, ...) argument 34 #define DfxLogWarn(fmt, ...) argument 35 #define DfxLogError(fmt, ...) argument 36 #define DfxLogFatal(fmt, ...) argument 38 #define LOGD(fmt, ...) argument 39 #define LOGI(fmt, ...) argument 40 #define LOGW(fmt, ...) argument 41 #define LOGE(fmt, ...) argument 42 #define LOGF(fmt, ...) argument
|
| /base/security/access_token/interfaces/innerkits/nativetoken/include/ |
| D | nativetoken_log.h | 23 #define AT_LOG_DEBUG(fmt, ...) HILOG_DEBUG(LOG_CORE, fmt, ##__VA_ARGS__) argument 24 #define AT_LOG_INFO(fmt, ...) HILOG_INFO(LOG_CORE, fmt, ##__VA_ARGS__) argument 25 #define AT_LOG_WARN(fmt, ...) HILOG_WARN(LOG_CORE, fmt, ##__VA_ARGS__) argument 26 #define AT_LOG_ERROR(fmt, ...) HILOG_ERROR(LOG_CORE, fmt, ##__VA_ARGS__) argument 27 #define AT_LOG_FATAL(fmt, ...) HILOG_FATAL(LOG_CORE, fmt, ##__VA_ARGS__) argument 41 #define AT_LOG_DEBUG(fmt, ...) printf("[%s] debug: " fmt "\n", LOG_TAG, ##__VA_ARGS__) argument 42 #define AT_LOG_INFO(fmt, ...) printf("[%s] info: " fmt "\n", LOG_TAG, ##__VA_ARGS__) argument 43 #define AT_LOG_WARN(fmt, ...) printf("[%s] warn: " fmt "\n", LOG_TAG, ##__VA_ARGS__) argument 44 #define AT_LOG_ERROR(fmt, ...) printf("[%s] error: " fmt "\n", LOG_TAG, ##__VA_ARGS__) argument 45 #define AT_LOG_FATAL(fmt, ...) printf("[%s] fatal: " fmt "\n", LOG_TAG, ##__VA_ARGS__) argument
|
| /base/security/device_security_level/baselib/utils/include/ |
| D | utils_log.h | 32 #define SECURITY_LOG_DEBUG(fmt, ...) HILOG_DEBUG(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_AR… argument 33 #define SECURITY_LOG_INFO(fmt, ...) HILOG_INFO(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_ARGS… argument 34 #define SECURITY_LOG_WARN(fmt, ...) HILOG_WARN(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_ARGS… argument 35 #define SECURITY_LOG_ERROR(fmt, ...) HILOG_ERROR(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_AR… argument 36 #define SECURITY_LOG_FATAL(fmt, ...) HILOG_FATAL(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_AR… argument 41 #define SECURITY_LOG_DEBUG(fmt, ...) \ argument 43 #define SECURITY_LOG_INFO(fmt, ...) \ argument 45 #define SECURITY_LOG_WARN(fmt, ...) \ argument 47 #define SECURITY_LOG_ERROR(fmt, ...) \ argument 49 #define SECURITY_LOG_FATAL(fmt, ...) \ argument
|
| /base/request/request/download/utils/include/ |
| D | log.h | 49 #define DOWNLOAD_HILOGF(fmt, ...) \ argument 53 #define DOWNLOAD_HILOGE(fmt, ...) \ argument 57 #define DOWNLOAD_HILOGW(fmt, ...) \ argument 61 #define DOWNLOAD_HILOGD(fmt, ...) \ argument 65 #define DOWNLOAD_HILOGI(fmt, ...) \ argument 71 #define DOWNLOAD_HILOGF(fmt, ...) argument 72 #define DOWNLOAD_HILOGE(fmt, ...) argument 73 #define DOWNLOAD_HILOGW(fmt, ...) argument 74 #define DOWNLOAD_HILOGD(fmt, ...) argument 75 #define DOWNLOAD_HILOGI(fmt, ...) argument
|
| /base/notification/distributed_notification_service/frameworks/core/common/include/ |
| D | ans_log_wrapper.h | 84 #define PRINT_LOG(LEVEL, Level, fmt, ...) \ argument 93 #define ANS_LOGD(fmt, ...) PRINT_LOG(DEBUG, Debug, fmt, ##__VA_ARGS__) argument 94 #define ANS_LOGI(fmt, ...) PRINT_LOG(INFO, Info, fmt, ##__VA_ARGS__) argument 95 #define ANS_LOGW(fmt, ...) PRINT_LOG(WARN, Warn, fmt, ##__VA_ARGS__) argument 96 #define ANS_LOGE(fmt, ...) PRINT_LOG(ERROR, Error, fmt, ##__VA_ARGS__) argument 97 #define ANS_LOGF(fmt, ...) PRINT_LOG(FATAL, Fatal, fmt, ##__VA_ARGS__) argument 99 #define PRINT_REMINDER_LOG(LEVEL, Level, fmt, ...) \ argument 108 #define ANSR_LOGD(fmt, ...) PRINT_REMINDER_LOG(DEBUG, Debug, fmt, ##__VA_ARGS__) argument 109 #define ANSR_LOGI(fmt, ...) PRINT_REMINDER_LOG(INFO, Info, fmt, ##__VA_ARGS__) argument 110 #define ANSR_LOGW(fmt, ...) PRINT_REMINDER_LOG(WARN, Warn, fmt, ##__VA_ARGS__) argument [all …]
|
| /base/web/webview/test/ohos_nweb/ |
| D | nweb_test_log.h | 24 #define TESTLOG(func, fmt, ...) \ argument 27 #define TESTLOG_F(fmt, ...) TESTLOG(HiviewDFX::HiLog::Fatal, fmt, ##__VA_ARGS__) argument 28 #define TESTLOG_E(fmt, ...) TESTLOG(HiviewDFX::HiLog::Error, fmt, ##__VA_ARGS__) argument 29 #define TESTLOG_W(fmt, ...) TESTLOG(HiviewDFX::HiLog::Warn, fmt, ##__VA_ARGS__) argument 30 #define TESTLOG_I(fmt, ...) TESTLOG(HiviewDFX::HiLog::Info, fmt, ##__VA_ARGS__) argument 31 #define TESTLOG_D(fmt, ...) TESTLOG(HiviewDFX::HiLog::Debug, fmt, ##__VA_ARGS__) argument
|
| /base/security/crypto_framework/common/inc/ |
| D | log.h | 44 #define LOGD(fmt, ...) (HcfLogPrint(HCF_LOG_LEVEL_DEBUG, __FUNCTION__, fmt, ##__VA_ARGS__)) argument 45 #define LOGI(fmt, ...) (HcfLogPrint(HCF_LOG_LEVEL_INFO, __FUNCTION__, fmt, ##__VA_ARGS__)) argument 46 #define LOGW(fmt, ...) (HcfLogPrint(HCF_LOG_LEVEL_WARN, __FUNCTION__, fmt, ##__VA_ARGS__)) argument 47 #define LOGE(fmt, ...) (HcfLogPrint(HCF_LOG_LEVEL_ERROR, __FUNCTION__, fmt, ##__VA_ARGS__)) argument 49 #define HCF_LOG_DEBUG(fmt, ...) HiLogPrint(LOG_CORE, LOG_DEBUG, CRYPTO_LOG_DOMAIN, "[HCF]", "%{publ… argument 58 #define LOGD(fmt, ...) printf("[HCF][D][%s]: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) argument 59 #define LOGI(fmt, ...) printf("[HCF][I][%s]: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) argument 60 #define LOGW(fmt, ...) printf("[HCF][W][%s]: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) argument 61 #define LOGE(fmt, ...) printf("[HCF][E][%s]: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) argument
|
| /base/telephony/ril_adapter/utils/native/include/ |
| D | telephony_log_c.h | 36 #define DECORATOR_HILOG(op, fmt, args...) \ argument 56 #define TELEPHONY_LOGE(fmt, args...) DECORATOR_HILOG(HILOG_ERROR, fmt, ##args) argument 57 #define TELEPHONY_LOGW(fmt, args...) DECORATOR_HILOG(HILOG_WARN, fmt, ##args) argument 58 #define TELEPHONY_LOGI(fmt, args...) DECORATOR_HILOG(HILOG_INFO, fmt, ##args) argument 59 #define TELEPHONY_LOGF(fmt, args...) DECORATOR_HILOG(HILOG_FATAL, fmt, ##args) argument 60 #define TELEPHONY_LOGD(fmt, args...) DECORATOR_HILOG(HILOG_DEBUG, fmt, ##args) argument
|
| D | telephony_log_wrapper.h | 36 #define PRINT_TELEPHONY_LOG(op, fmt, ...) (void)OHOS::HiviewDFX::HiLog::op(TELEPHONY_LABEL, fmt, ##… argument 58 #define PRINT_TELEPHONY_LOG(op, fmt, ...) … argument 63 #define TELEPHONY_LOGE(fmt, ...) PRINT_TELEPHONY_LOG(Error, fmt, ##__VA_ARGS__) argument 64 #define TELEPHONY_LOGW(fmt, ...) PRINT_TELEPHONY_LOG(Warn, fmt, ##__VA_ARGS__) argument 65 #define TELEPHONY_LOGI(fmt, ...) PRINT_TELEPHONY_LOG(Info, fmt, ##__VA_ARGS__) argument 66 #define TELEPHONY_LOGF(fmt, ...) PRINT_TELEPHONY_LOG(Fatal, fmt, ##__VA_ARGS__) argument 67 #define TELEPHONY_LOGD(fmt, ...) PRINT_TELEPHONY_LOG(Debug, fmt, ##__VA_ARGS__) argument
|
| /base/security/dataclassification/interfaces/innerkits/datatransmitmgr/include/ |
| D | dev_slinfo_log.h | 28 #define DATA_SEC_LOG_DEBUG(fmt, ...) HILOG_DEBUG(LOG_CORE, fmt, ##__VA_ARGS__) argument 29 #define DATA_SEC_LOG_INFO(fmt, ...) HILOG_INFO(LOG_CORE, fmt, ##__VA_ARGS__) argument 30 #define DATA_SEC_LOG_WARN(fmt, ...) HILOG_WARN(LOG_CORE, fmt, ##__VA_ARGS__) argument 31 #define DATA_SEC_LOG_ERROR(fmt, ...) HILOG_ERROR(LOG_CORE, fmt, ##__VA_ARGS__) argument 32 #define DATA_SEC_LOG_FATAL(fmt, ...) HILOG_FATAL(LOG_CORE, fmt, ##__VA_ARGS__) argument
|
| /base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/include/ |
| D | hks_test_log.h | 24 #define HKS_TEST_LOG_E(fmt...) \ argument 31 #define HKS_TEST_LOG_I(fmt...) \ argument 38 #define HKS_TEST_LOG_W(fmt...) \ argument 45 #define HKS_TEST_LOG_D(fmt...) \ argument
|
| /base/security/certificate_manager/test/unittest/include/ |
| D | cm_test_log.h | 24 #define CM_TEST_LOG_E(fmt...) \ argument 31 #define CM_TEST_LOG_I(fmt...) \ argument 38 #define CM_TEST_LOG_W(fmt...) \ argument 45 #define CM_TEST_LOG_D(fmt...) \ argument
|
| /base/web/webview/ohos_nweb/include/ |
| D | nweb_log.h | 27 #define WVLOG_D(fmt, ...) \ argument 29 #define WVLOG_I(fmt, ...) \ argument 31 #define WVLOG_W(fmt, ...) \ argument 33 #define WVLOG_E(fmt, ...) \ argument 35 #define WVLOG_F(fmt, ...) \ argument
|
| /base/security/appverify/interfaces/innerkits/appverify_lite/products/ipcamera/ |
| D | app_verify_base.h | 32 #define LOG_INFO(fmt, args...) HILOG_INFO(LOG_DOMAIN, "[%s:%d]: "fmt, __FUNCTION__, __LINE__, ##arg… argument 33 #define LOG_DEBUG(fmt, args...) HILOG_DEBUG(LOG_DOMAIN, "[%s:%d]: "fmt, __FUNCTION__, __LINE__, ##a… argument 34 #define LOG_WARN(fmt, args...) HILOG_WARN(LOG_DOMAIN, "[%s:%d]: "fmt, __FUNCTION__, __LINE__, ##arg… argument 35 #define LOG_ERROR(fmt, args...) HILOG_ERROR(LOG_DOMAIN, "[%s:%d]: "fmt, __FUNCTION__, __LINE__, ##a… argument 36 #define LOG_PRINT_STR(fmt, args...) HILOG_INFO(LOG_DOMAIN, "[%s:%d]: "fmt, __FUNCTION__, __LINE__, … argument
|
| /base/sensors/sensor/utils/include/ |
| D | sensor_log.h | 33 #define SEN_HILOGD(fmt, ...) do { \ argument 36 #define SEN_HILOGI(fmt, ...) do { \ argument 39 #define SEN_HILOGW(fmt, ...) do { \ argument 42 #define SEN_HILOGE(fmt, ...) do { \ argument 45 #define SENSOR_LOGF(fmt, ...) do { \ argument
|
| /base/sensors/miscdevice/utils/include/ |
| D | miscdevice_log.h | 37 #define MISC_HILOGD(fmt, ...) do { \ argument 40 #define MISC_HILOGI(fmt, ...) do { \ argument 43 #define MISC_HILOGW(fmt, ...) do { \ argument 46 #define MISC_HILOGE(fmt, ...) do { \ argument 49 #define MISC_LOGF(fmt, ...) do { \ argument
|
| /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__) argument 23 #define LOGI(fmt, ...) HILOG_INFO(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) argument 24 #define LOGW(fmt, ...) HILOG_WARN(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) argument 25 #define LOGE(fmt, ...) HILOG_ERROR(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) argument
|
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/ |
| D | hc_log.h | 46 #define LOGD(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_DEBUG, __FUNCTION__, fmt, ##__VA_ARGS__)) argument 47 #define LOGI(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_INFO, __FUNCTION__, fmt, ##__VA_ARGS__)) argument 48 #define LOGW(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_WARN, __FUNCTION__, fmt, ##__VA_ARGS__)) argument 49 #define LOGE(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_ERROR, __FUNCTION__, fmt, ##__VA_ARGS__)) argument 61 #define LOGD(fmt, ...) printf("[D][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) argument 62 #define LOGI(fmt, ...) printf("[I][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) argument 63 #define LOGW(fmt, ...) printf("[W][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) argument 64 #define LOGE(fmt, ...) printf("[E][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) argument
|
| /base/telephony/core_service/utils/log/include/ |
| D | telephony_log_c.h | 36 #define DECORATOR_HILOG(op, fmt, args...) \ argument 56 #define TELEPHONY_LOGE(fmt, args...) DECORATOR_HILOG(HILOG_ERROR, fmt, ##args) argument 57 #define TELEPHONY_LOGW(fmt, args...) DECORATOR_HILOG(HILOG_WARN, fmt, ##args) argument 58 #define TELEPHONY_LOGI(fmt, args...) DECORATOR_HILOG(HILOG_INFO, fmt, ##args) argument 59 #define TELEPHONY_LOGF(fmt, args...) DECORATOR_HILOG(HILOG_FATAL, fmt, ##args) argument
|
| /base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/ |
| D | sanitizerd_log.h | 33 #define SANITIZERD_DECORATOR_HILOG(op, fmt, args...) … argument 38 #define SANITIZERD_LOGF(fmt, args...) SANITIZERD_DECORATOR_HILOG(OHOS::HiviewDFX::HiLog::Fatal, fmt… argument 39 #define SANITIZERD_LOGE(fmt, args...) SANITIZERD_DECORATOR_HILOG(OHOS::HiviewDFX::HiLog::Error, fmt… argument 40 #define SANITIZERD_LOGW(fmt, args...) SANITIZERD_DECORATOR_HILOG(OHOS::HiviewDFX::HiLog::Warn, fmt,… argument 41 #define SANITIZERD_LOGI(fmt, args...) SANITIZERD_DECORATOR_HILOG(OHOS::HiviewDFX::HiLog::Info, fmt,… argument
|
| /base/security/appverify/interfaces/innerkits/appverify/include/common/ |
| D | hap_verify_log.h | 27 #define HAPVERIFY_LOG_DEBUG(label, fmt, ...) \ argument 29 #define HAPVERIFY_LOG_INFO(label, fmt, ...) \ argument 31 #define HAPVERIFY_LOG_WARN(label, fmt, ...) \ argument 33 #define HAPVERIFY_LOG_ERROR(label, fmt, ...) \ argument 35 #define HAPVERIFY_LOG_FATAL(label, fmt, ...) \ argument
|
| /base/startup/init/services/log/ |
| D | init_log.h | 48 #define INIT_LOGV(fmt, ...) argument 49 #define INIT_LOGI(fmt, ...) argument 50 #define INIT_LOGW(fmt, ...) argument 51 #define INIT_LOGE(fmt, ...) argument 52 #define INIT_LOGF(fmt, ...) argument 54 #define INIT_LOGV(fmt, ...) \ argument 56 #define INIT_LOGI(fmt, ...) \ argument 58 #define INIT_LOGW(fmt, ...) \ argument 60 #define INIT_LOGE(fmt, ...) \ argument 62 #define INIT_LOGF(fmt, ...) \ argument
|
| /base/notification/common_event_service/frameworks/common/log/include/ |
| D | event_log_wrapper.h | 84 #define PRINT_LOG(LEVEL, Level, fmt, ...) \ argument 93 #define EVENT_LOGD(fmt, ...) PRINT_LOG(DEBUG, Debug, fmt, ##__VA_ARGS__) argument 94 #define EVENT_LOGI(fmt, ...) PRINT_LOG(INFO, Info, fmt, ##__VA_ARGS__) argument 95 #define EVENT_LOGW(fmt, ...) PRINT_LOG(WARN, Warn, fmt, ##__VA_ARGS__) argument 96 #define EVENT_LOGE(fmt, ...) PRINT_LOG(ERROR, Error, fmt, ##__VA_ARGS__) argument 97 #define EVENT_LOGF(fmt, ...) PRINT_LOG(FATAL, Fatal, fmt, ##__VA_ARGS__) argument
|
| /base/startup/init/interfaces/kits/jskits/src/ |
| D | native_parameters_js.h | 36 #define PARAM_JS_LOGI(fmt, ...) STARTUP_LOGI(PARAM_JS_DOMAIN, "PARAM_JS", fmt, ##__VA_ARGS__) argument 37 #define PARAM_JS_LOGE(fmt, ...) STARTUP_LOGE(PARAM_JS_DOMAIN, "PARAM_JS", fmt, ##__VA_ARGS__) argument 38 #define PARAM_JS_LOGV(fmt, ...) STARTUP_LOGV(PARAM_JS_DOMAIN, "PARAM_JS", fmt, ##__VA_ARGS__) argument 39 #define PARAM_JS_LOGW(fmt, ...) STARTUP_LOGW(PARAM_JS_DOMAIN, "PARAM_JS", fmt, ##__VA_ARGS__) argument
|