Home
last modified time | relevance | path

Searched refs:fatal (Results 1 – 25 of 54) sorted by relevance

123

/ohos5.0/base/security/security_guard/oem_property/hos/
H A Dreal_time_upload_event.cfg5 "securityLevel": "fatal"
9 "securityLevel": "fatal"
13 "securityLevel": "fatal"
17 "securityLevel": "fatal"
25 "securityLevel": "fatal"
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/test/
H A Dtest_util.cpp999 int fatal = 0; variable
1035 int fatal = 1; variable
1079 int fatal = 0; variable
1123 int fatal = 0; variable
1145 int fatal = 1; variable
1166 int fatal = 0; variable
1319 int fatal = 0; variable
1361 int fatal = 0; variable
1403 int fatal = 0; variable
1501 int fatal = 0; variable
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera.md1149 | 7400201 | Camera service fatal error. |
2083 | 7400201 | Camera service fatal error. |
2132 | 7400201 | Camera service fatal error. |
2171 | 7400201 | Camera service fatal error. |
2613 | 7400201 | Camera service fatal error. |
3302 | 7400201 | Camera service fatal error. |
3350 | 7400201 | Camera service fatal error. |
7971 | 7400201 | Camera service fatal error. |
8009 | 7400201 | Camera service fatal error. |
8310 | 7400201 | Camera service fatal error. |
[all …]
H A Derrorcode-camera.md191 Camera service fatal error.
H A Djs-apis-camera-sys.md169 | 7400201 | Camera service fatal error. |
414 | 7400201 | Camera service fatal error. |
533 | 7400201 | Camera service fatal error. |
761 | 7400201 | Camera service fatal error. |
1132 | 7400201 | Camera service fatal error. |
1179 | 7400201 | Camera service fatal error. |
1399 | 7400201 | Camera service fatal error. |
1446 | 7400201 | Camera service fatal error. |
1493 | 7400201 | Camera service fatal error. |
1536 | 7400201 | Camera service fatal error. |
[all …]
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-about-error.md29 | napi_fatal_error | Raises a fatal error to terminate the process immediately.|
30 | napi_fatal_exception | Throws a fatal exception, terminates the process, and generates a crash lo…
554 Use **napi_fatal_error** to raise a fatal error to terminate the process immediately. Calling **nap…
563 …l terminate the application process immediately. Use this API only when a fatal error that cannot …
564 // Simulate a fatal error.
567 // Create a fatal error.
594 Use **napi_fatal_exception** in the context of the main thread to throw a fatal exception. As a res…
610 …eption** will terminate the application process. Use this API only when a fatal error that cannot …
611 // Simulate a fatal error.
633 const err = new Error("a fatal exception occurred");
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hilog.md195 ## hilog.fatal
197 fatal(domain: number, tag: string, format: string, ...args: any[]) : void
219 hilog.fatal(0x0001, "testTag", "%{public}s World %{private}d", "hello", 3);
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-boot-init-plugin.md33 …t.init.debug.loglevel<br>0:debug<br> 1:info<br> 2:warning<br> 3:err<br> 4:fatal|begetctl getloglev…
34 …为info <br>log等级设置范围0~4<br> 0:debug<br>1:info<br> 2:warning<br> 3:err<br>4:fatal|begetctl setloglev…
71 …t.init.debug.loglevel<br>0:debug<br> 1:info<br> 2:warning<br> 3:err<br> 4:fatal|begetctl get log l…
72 …为info <br>log等级设置范围0~4<br> 0:debug<br>1:info<br> 2:warning<br> 3:err<br>4:fatal|begetctl set log l…
H A Dsubsys-boot-init-log.md125 | INIT_LOGF | INIT_LOGF("Failed to init system"); | 输出fatal log。 |
H A Dsubsys-dfx-hilog-rich.md35 …&nbsp;&amp;label,&nbsp;const&nbsp;char&nbsp;\*fmt,&nbsp;...) | 功能:输出&nbsp;fatal&nbsp;级别日志。<br/>参数说…
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A D_o_h___camera.md1638 | CAMERA_SERVICE_FATAL_ERROR | A fatal error occurs in the camera service.|
2000 - **CAMERA_SERVICE_FATAL_ERROR**: A fatal error occurs in the camera service.
2029 - **CAMERA_SERVICE_FATAL_ERROR**: A fatal error occurs in the camera service.
2059 - **CAMERA_SERVICE_FATAL_ERROR**: A fatal error occurs in the camera service.
2088 - **CAMERA_SERVICE_FATAL_ERROR**: A fatal error occurs in the camera service.
2121 - **CAMERA_SERVICE_FATAL_ERROR**: A fatal error occurs in the camera service.
2155 - **CAMERA_SERVICE_FATAL_ERROR**: A fatal error occurs in the camera service.
2214 - **CAMERA_SERVICE_FATAL_ERROR**: A fatal error occurs in the camera service.
2275 - **CAMERA_SERVICE_FATAL_ERROR**: A fatal error occurs in the camera service.
2309 - **CAMERA_SERVICE_FATAL_ERROR**: A fatal error occurs in the camera service.
[all …]
H A Djs-apis-camera.md1152 | 7400201 | Camera service fatal error. |
2090 | 7400201 | Camera service fatal error. |
2139 | 7400201 | Camera service fatal error. |
2178 | 7400201 | Camera service fatal error. |
2620 | 7400201 | Camera service fatal error. |
3309 | 7400201 | Camera service fatal error. |
3357 | 7400201 | Camera service fatal error. |
8025 | 7400201 | Camera service fatal error. |
8063 | 7400201 | Camera service fatal error. |
8353 | 7400201 | Camera service fatal error. |
[all …]
H A Derrorcode-camera.md191 Camera service fatal error.
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_textdecoder.cpp42 bool fatal = (label_ & static_cast<int32_t>(ConverterFlags::FATAL_FLG)) == in TextDecoder() local
50 if (fatal) { in TextDecoder()
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhilog-guidelines-arkts.md21 | fatal(domain: number, tag: string, format: string, ...args: any[]) | 输出FATAL级别日志。表示出现致命错误、不可恢复错误。…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.35/
H A Dchangelogs-arkts.md40 fatal: false,
/ohos5.0/base/hiviewdfx/hilog/interfaces/rust/src/
H A Dmacros.rs200 macro_rules! fatal{ macro
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/src/
H A Dutil_js.ts683 new(encoding?: string, options?: { fatal?: boolean; ignoreBOM?: boolean }): TextDecoder;
689 constructor(encoding?: string, options?: { fatal?: boolean; ignoreBOM?: boolean }) {
699 …static create(encoding?: string, options?: { fatal?: boolean; ignoreBOM?: boolean }): TextDecoder {
753 get fatal(): boolean {
754 return this.textDecoder.fatal;
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dfdsan.md40 | `FDSAN_ERROR_LEVEL_FATAL` | fatal,出现错误时调用abort异常退出。 |
437 此时运行该程序可以检测到另一个线程的double-close问题,详细信息可以参考3.2节。同样也可以设置error_level为fatal,这样可以使fdsan在检测到crash之后主动crash…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-dfx.md49 | ohos.hilog | hilog | fatal(domain: number, tag: string, format: string, ...args: any[]) : void; |…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-dfx.md60 …>方法or属性:function fatal(domain: number, tag: string, format: string, ...args: any[]): void;<br>旧版本信…
/ohos5.0/commonlibrary/ets_utils/
H A DREADME.en.md465 │ ├── fatal # fatal attribute
580fatal? : boolean, ignoreBOM? : boolean}) | A constructor used to create a **TextDecoder** object. …
582 | readonly fatal : boolean | Obtains the setting of whether to throw an exception.|
719 var textDecoder = new util.textDecoder("utf-16be", {fatal : true, ignoreBOM : false});
724 var textDecoder = new util.textDecoder("utf-16be", {fatal : true, ignoreBOM : false});
727 6. readonly fatal()
730 var textDecoder = new util.textDecoder("utf-16be", {fatal : true, ignoreBOM : false});
731 var fatalStr = textDecoder.fatal();
736 var textDecoder = new util.textDecoder("utf-16be", {fatal : true, ignoreBOM : false});
742 var textDecoder = new util.textDecoder("utf-16be", {fatal : true, ignoreBOM : false});
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hilog.md195 ## hilog.fatal
197 fatal(domain: number, tag: string, format: string, ...args: any[]) : void
219 hilog.fatal(0x0001, "testTag", "%{public}s World %{private}d", "hello", 3);
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.35/
H A Dchangelogs-arkts.md40 fatal: false,
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-dfx.md49 | ohos.hilog | hilog | fatal(domain: number, tag: string, format: string, ...args: any[]) : void; |…

123