Home
last modified time | relevance | path

Searched defs:LOGI (Results 1 – 18 of 18) sorted by relevance

/base/security/device_auth/frameworks/deviceauth_lite/inc/log/
Dlog.h41 #define LOGI(...) get_logi()("[HiChain]", __func__, __VA_ARGS__) macro
46 #define LOGI(...) {} macro
/base/security/crypto_framework/common/inc/
Dlog.h47 #define LOGI(...) HcfLogPrint(HCF_LOG_LEVEL_I, __func__, __LINE__, __VA_ARGS__) macro
56 #define LOGI(fmt, ...) printf("[HCF][I][%s]: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
/base/global/resource_management/interfaces/cj/src/
Dresource_manager_log.h26 #define LOGI(...) \ macro
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
Dnotification_manager_log.h28 #define LOGI(...) \ macro
Dmacro.h31 #define LOGI(...) \ macro
/base/telephony/call_manager/frameworks/cj/src/
Dtelephony_call_log.h26 #define LOGI(...) \ macro
/base/security/access_token/interfaces/kits/cj/accesstoken/include/
Dmacro.h31 #define LOGI(...) \ macro
/base/customization/config_policy/interfaces/kits/cj/src/
Dconfig_policy_log.h31 #define LOGI(...) \ macro
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
Dlog.h31 #define LOGI(...) \ macro
/base/startup/init/interfaces/kits/cj/src_deviceinfo/
Dlog.h32 #define LOGI(...) \ macro
/base/notification/common_event_service/interfaces/kits/cj/src/
Dnative_log.h37 #define LOGI(...) \ macro
/base/notification/eventhandler/frameworks/cj/src/
Demitter_log.h31 #define LOGI(...) \ macro
/base/security/asset/frameworks/os_dependency/log/inc/
Dasset_log.h33 #define LOGI(fmt, arg...) \ macro
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
Dhc_log.h61 #define LOGI(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_INFO, __FUNCTION__, fmt, ##__VA_ARGS__)) macro
87 #define LOGI(fmt, ...) printf("[I][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
/base/security/security_guard/frameworks/common/log/include/
Dsecurity_collector_log.h54 #define LOGI(fmt, ...) \ macro
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
Dhc_log.h23 #define LOGI(fmt, ...) HILOG_INFO(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) macro
/base/security/certificate_framework/frameworks/common/v1.0/inc/
Dcf_log.h65 #define LOGI CF_LOG_I macro
/base/hiviewdfx/faultloggerd/common/dfxlog/
Ddfx_log.h48 #define LOGI(fmt, ...) DFXLOG_PRINT(LOG_INFO, "[%s:%d] " fmt, (__FILE_NAME__), (__LINE__), ##__VA_A… macro
94 #define LOGI(fmt, ...) DFXLOG_STD_ARRAY_FILE(LOG_INFO, fmt, ##__VA_ARGS__) macro