Home
last modified time | relevance | path

Searched refs:Fatal (Results 1 - 17 of 17) sorted by relevance

/base/hiviewdfx/hilog/interfaces/rust/src/
H A Dlib.rs46 Fatal = 7,
H A Dmacros.rs202 hilog!($log_label, $crate::LogLevel::Fatal, $($arg)*)
/base/hiviewdfx/hilog/platform/interface/native/
H A Dlog.h32 Fatal, member in OHOS::HiviewDFX::Hilog::Platform::LogLevel
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
H A Dhilog_cp.h107 static int Fatal(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(printf, 2, 3)));
/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog.cpp60 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal() function in OHOS::HiviewDFX::HiLog
/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhilog.cpp59 int HiLog::Fatal(const HiLogLabel &label, const char *fmt, ...) in Fatal() function in OHOS::HiviewDFX::HiLog
/base/hiviewdfx/hilog/platform/
H A Dhilog.cpp62 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 Dhilog_module.h41 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 Dhilog_napi_base.h38 static napi_value Fatal(napi_env env, napi_callback_info info);
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhilog_wrapper.h54 #define HILOG_FATAL(...) (void)OHOS::HiviewDFX::HiLog::Fatal(LOG_LABEL, __VA_ARGS__)
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
H A Dlog_cpp.h43 * 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 Dlog.h54 OHOS::HiviewDFX::HiLog::Fatal(label, "%{public}s: " fmt, __func__, ##__VA_ARGS__)
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/
H A Dhilog_napi.cpp79 NVal::DeclareNapiFunction("fatal", HilogNapiBase::Fatal), in Export()
H A Dhilog_napi_base.cpp169 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 Dhilog_module.cpp162 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 Dhilog_ndk_test.cpp91 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 Dhilog_lite_test.cpp297 * @tc.desc: Call Fatal.
307 ACELite::JSIValue resultValue = ACELite::HilogModule::Fatal(thisVal, &args, LOG_ARG_NUMBER); in HWTEST_F()

Completed in 6 milliseconds