Home
last modified time | relevance | path

Searched defs:LOG_FATAL (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/security/code_signature/utils/include/
H A Dlog.h36 #define LOG_FATAL(fmt, ...) HILOG_FATAL(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_ARGS__) macro
53 #define LOG_FATAL(label, fmt, ...) \ macro
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Ddatashare_log.h68 #define LOG_FATAL(fmt, ...) \ macro
/ohos5.0/base/security/access_token/frameworks/el5filekeymanager/include/
H A Del5_filekey_manager_log.h35 #define LOG_FATAL(fmt, ...) HILOG_FATAL(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_ARGS__) macro
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/common/include/
H A Dlogger.h80 #define LOG_FATAL(fmt, ...) \ macro
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/utils/include/
H A Decological_rule_mgr_service_logger.h32 #define LOG_FATAL(fmt, ...) ERMS_LOG(Fatal, TAG, fmt, ##__VA_ARGS__) macro
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/common/include/
H A Dlog_print.h103 #define LOG_FATAL(fmt, ...) \ macro
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/kits/include/hilog/
H A Dlog.h127 LOG_FATAL = 7, enumerator
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H A Dlogger.h63 #define LOG_FATAL(fmt, ...) \ macro
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dlogger.h43 #define LOG_FATAL(module, fmt, ...) \ macro
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/
H A Dmusl_log.h59 LOG_FATAL = 7, enumerator
/ohos5.0/foundation/multimedia/image_framework/mock/native/include/log/hilog/
H A Dlog_c.h54 LOG_FATAL = 7, enumerator
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog_base/
H A Dlog_base.h73 LOG_FATAL = 7, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dintf_logger.h70 LOG_FATAL, in CORE_BEGIN_NAMESPACE() enumerator
/ohos5.0/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
H A Dlog_c.h73 LOG_FATAL = 7, enumerator
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog/
H A Dlog.h164 LOG_FATAL = 7, enumerator
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
H A Dhiview_log.h164 LOG_FATAL = 7, enumerator
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/common/
H A Dlog.h109 #define LOG_FATAL(...) HILOG_FATAL(LOG_CORE, __VA_ARGS__) macro