/base/hiviewdfx/hilog/interfaces/rust/src/ |
H A D | lib.rs | 46 Fatal = 7,
|
H A D | macros.rs | 202 hilog!($log_label, $crate::LogLevel::Fatal, $($arg)*)
|
/base/hiviewdfx/hilog/platform/interface/native/ |
H A D | log.h | 32 Fatal, member in OHOS::HiviewDFX::Hilog::Platform::LogLevel
|
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/ |
H A D | hilog_cp.h | 107 static int Fatal(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(printf, 2, 3)));
|
/base/hiviewdfx/hilog/frameworks/libhilog/ |
H A D | hilog.cpp | 60 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal() function in OHOS::HiviewDFX::HiLog
|
/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | hilog.cpp | 59 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal() function in OHOS::HiviewDFX::HiLog
|
/base/hiviewdfx/hilog/platform/ |
H A D | hilog.cpp | 62 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal() function in OHOS::HiviewDFX::HiLog
|
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/ |
H A D | hilog_module.h | 41 static JSIValue Fatal(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
|
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/include/context/ |
H A D | hilog_napi_base.h | 38 static napi_value Fatal(napi_env env, napi_callback_info info);
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | hilog_wrapper.h | 54 #define HILOG_FATAL(...) (void)OHOS::HiviewDFX::HiLog::Fatal(LOG_LABEL, __VA_ARGS__)
|
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/ |
H A D | log_cpp.h | 43 * Fatal: Designates major fatal anomaly.
54 static int Fatal(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(os_log, 2, 3)));
|
/base/security/code_signature/utils/include/ |
H A D | log.h | 54 OHOS::HiviewDFX::HiLog::Fatal(label, "%{public}s: " fmt, __func__, ##__VA_ARGS__)
|
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/ |
H A D | hilog_napi.cpp | 79 NVal::DeclareNapiFunction("fatal", HilogNapiBase::Fatal),
in Export()
|
H A D | hilog_napi_base.cpp | 169 napi_value HilogNapiBase::Fatal(napi_env env, napi_callback_info info)
in Fatal() function in OHOS::HiviewDFX::HilogNapiBase
|
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/ |
H A D | hilog_module.cpp | 162 JSIValue HilogModule::Fatal(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum)
in Fatal() function in OHOS::ACELite::HilogModule 335 JSI::SetModuleAPI(exports, "fatal", HilogModule::Fatal);
in InitHilogModule()
|
/base/hiviewdfx/hilog/test/moduletest/common/ |
H A D | hilog_ndk_test.cpp | 91 HiLog::Fatal(LABEL, "%{public}s", msg.c_str()); 323 * @tc.desc: Call HiLog::Fatal to print logs. 329 * @tc.steps: step1. Call HiLog::Fatal to print logs and call hilog to read it in HWTEST_F()
|
/base/hiviewdfx/hilog_lite/test/unittest/ |
H A D | hilog_lite_test.cpp | 297 * @tc.desc: Call Fatal. 307 ACELite::JSIValue resultValue = ACELite::HilogModule::Fatal(thisVal, &args, LOG_ARG_NUMBER); in HWTEST_F()
|