Home
last modified time | relevance | path

Searched refs:Fault (Results 1 – 25 of 58) sorted by relevance

123

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/
H A Ddatabase_fault_impl.cpp23 if (msg.errorType == Fault::DF_DB_CORRUPTED) { in Report()
25 } else if (msg.errorType == Fault::DF_DB_REKEY_FAILED) { in Report()
27 } else if (msg.errorType == Fault::DF_DB_DAMAGE) { in Report()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/
H A Ddistributeddata_dfx_ut_test.cpp117 .moduleName = "database", .errorType = Fault::DF_DB_DAMAGE};
131 EXPECT_EQ(static_cast<int>(Fault::DF_DB_DAMAGE), typeVal);
180 Fault::RF_CLOSE_DB};
193 EXPECT_EQ(static_cast<int>(Fault::RF_CLOSE_DB), typeVal);
336 Fault::SF_CREATE_DIR};
349 EXPECT_EQ(static_cast<int>(Fault::SF_CREATE_DIR), typeVal);
/ohos5.0/foundation/multimedia/player_framework/
H A Dhisysevent.yaml44 ERROR_MESG: {type: STRING, desc: Fault description}
54 ERROR_MESG: {type: STRING, desc: Fault description}
61 ERROR_MESG: {type: STRING, desc: Fault description}
70 ERROR_MESG: {type: STRING, desc: Fault description}
77 ERROR_MESG: {type: STRING, desc: Fault description}
87 ERROR_MESG: {type: STRING, desc: Fault description}
96 ERROR_MESG: {type: STRING, desc: Fault description}
104 ERROR_MESG: {type: STRING, desc: Fault description}
114 ERROR_MESG: {type: STRING, desc: Fault description}
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H A Ddfx_types.h30 enum class Fault { enum
93 Fault errorType;
100 Fault errorType;
/ohos5.0/base/security/asset/services/core_service/src/
H A Dsys_event.rs57 EventType::Fault => Self::ASSET_FAULT, in write()
92 SysEvent::new(EventType::Fault) in upload_fault_system_event()
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-faultLogger.md36 | type | [FaultType](#faulttype) | Yes| Fault type.|
55 | faultType | [FaultType](#faulttype) | Yes| Fault type.|
112 | faultType | [FaultType](#faulttype) | Yes| Fault type.|
176 | faultType | [FaultType](#faulttype) | Yes| Fault type.|
223 | faultType | [FaultType](#faulttype) | Yes| Fault type.|
/ohos5.0/docs/en/application-dev/dfx/
H A Dapprecovery-guidelines.md51 ### Framework Fault Management
53 Fault management is an important way for applications to deliver a better user experience. The appl…
55 - Fault listening refers to the process of registering an [ErrorObserver](../reference/apis-ability…
57 - Fault rectification refers to the process of restoring the application state and data through [ap…
59 - Fault query is the process of calling APIs of [faultLogger](../reference/apis-performance-analysi…
62 ![Fault rectification process](./figures/fault_rectification.png)
71 | Fault | Fault Listening | State Saving| Automatic Restart| Log Query|
H A Dperformance-analysis-kit-overview.md8 - Fault locating: provides log, event, and tracing information related to reliability, performance,…
37 ## Fault Analysis
H A Dcppcrash-guidelines.md82 ## Fault Analysis
108 **Fault Logs of Null Pointer**
125 Fault thread info:
253 Fault thread info:
400 Fault thread info:
427 Fault thread info:
653 Fault thread info:
762 **Fault Analysis**
864 **Fault Analysis**
883 **Fault Analysis**
[all …]
H A Dhiappevent-intro.md20 …- Fault event: used to locate and analyze application faults, for example, frame freezing, network…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.39/
H A Dchangelogs-arkcompiler.md11 …或者超大类,在一些罕见场景下会编译出错误的字节码文件导致运行时crash或者运行出错,crash的错误信息为 Reason:Signal:SIGSEGV 或是 Segmentation Fault
/ohos5.0/foundation/multimedia/av_codec/
H A Dhisysevent.yaml19 FAULTTYPE: {type: STRING, desc: Fault type}
20 MSG: {type: STRING, desc: Fault description}
/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcs_hisysevent.rs23 EventType::Fault, in report_add_key_err()
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest013/
H A Dtrace.txt3 Fault Reason: BL2 core device fault
H A Dbootfail_info_019 Fault Reason: BL2 core device fault
/ohos5.0/base/request/request/services/src/
H A Dsys_event.rs35 inner_type: EventType::Fault, in task_fault()
H A Dability.rs47 EventType::Fault, in service_start_fault()
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-trace-other-faqs.md1 # Common Fault Locating Methods
3 ## Locating the Fault Based on Exception Information<a name="section695838161711"></a>
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.39/
H A Dchangelogs-arkcompiler.md11 …a crash or running error. The crash information is "Reason:Signal:SIGSEGV" or "Segmentation Fault."
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dlib.rs35 Fault = 1, enumerator
H A Dsys_event_manager.rs156 1 => EventType::Fault, in get_event_type()
160 _ => EventType::Fault, in get_event_type()
/ohos5.0/base/hiviewdfx/faultloggerd/docs/
H A Dusage.md14 Fault thread info:
66 Fault Thread Info包含崩溃的线程名以及调用栈,大部分场景下栈的最上层就是崩溃的原因,如空指针访问以及程序主动abort。\
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/rust/panic_handler/
H A Dlib.rs82 EventType::Fault, in report_info_handler()
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhidumper.md472 … PID Total Usage User Space Kernel Space Page Fault Minor Page Fault Major Name
482 … PID Total Usage User Space Kernel Space Page Fault Minor Page Fault Major Name
H A Dcppcrash-guidelines.md125 Fault thread info:
253 Fault thread info:
400 Fault thread info:
427 Fault thread info:
535 Fault thread info:
746 SIGSEGV信号伴随着程序发生段错误(Segmentation Fault)故障,其故障场景为`当程序试图访问不被允许访问的内存区域(比如,尝试写一块属于操作系统的内存),或以错误的类型访问内存区…
801 Fault thread info:
1075 Fault thread Info:

123