/ohos5.0/base/request/request/frameworks/js/napi/src/ |
H A D | request_module.cpp | 69 static void NapiCreateFaults(napi_env env, napi_value &faults) in NapiCreateFaults() argument 71 napi_create_object(env, &faults); in NapiCreateFaults() 72 NapiUtils::SetUint32Property(env, faults, "OTHERS", static_cast<uint32_t>(Faults::OTHERS)); in NapiCreateFaults() 76 NapiUtils::SetUint32Property(env, faults, "PARAM", static_cast<uint32_t>(Faults::PARAM)); in NapiCreateFaults() 77 NapiUtils::SetUint32Property(env, faults, "FSIO", static_cast<uint32_t>(Faults::FSIO)); in NapiCreateFaults() 78 NapiUtils::SetUint32Property(env, faults, "DNS", static_cast<uint32_t>(Faults::DNS)); in NapiCreateFaults() 79 NapiUtils::SetUint32Property(env, faults, "TCP", static_cast<uint32_t>(Faults::TCP)); in NapiCreateFaults() 80 NapiUtils::SetUint32Property(env, faults, "SSL", static_cast<uint32_t>(Faults::SSL)); in NapiCreateFaults() 101 napi_value faults = nullptr; in InitAgent() local 102 NapiCreateFaults(env, faults); in InitAgent() [all …]
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
H A D | BUILD.gn | 69 "faults/ipc_issues.cpp", 70 "faults/multi_thread_container_access.cpp", 71 "faults/nullpointer_dereference.cpp", 72 "faults/parcel_sample.cpp", 73 "faults/remote_object_interface_proxy.cpp", 74 "faults/remote_object_interface_stub.cpp",
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | performance-analysis-kit-overview.md | 8 …tracing information related to reliability, performance, power consumption, and distributed faults. 39 …faults vary in causes and symptoms, locating faults is challenging for developers. High stability … 41 To help developers locate and rectify application stability faults, common fault locating methods a…
|
H A D | hiappevent-intro.md | 20 …- Fault event: used to locate and analyze application faults, for example, frame freezing, network…
|
H A D | hitracemeter-guidelines-ndk.md | 3 …n the run log specific to the call chain of a service process and locate faults in inter-device, i…
|
H A D | hitrace.md | 3 …n the run log specific to the call chain of a service process and locate faults across threads, pr…
|
H A D | errormanager-guidelines.md | 5 …usually stored on users' local storage, making it inconvenient to locate faults. With the APIs pro…
|
H A D | hitracechain-guidelines-arkts.md | 5 …ly obtain the run log for the call chain of a service process and locate faults across devices, pr…
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-overview.md | 38 …p you understand such complex communication processes and locate service faults efficiently, the D… 42 …faults by itself. To detect and locate this type of faults, the DFX subsystem provides a simple wa…
|
H A D | subsys-dfx-hisysevent-overview.md | 6 …t information of key processes during system running, helping you locate faults. In addition, you …
|
H A D | subsys-dfx-faultlogger.md | 13 …. It manages various fault information in the system and provides APIs for modules to query faults. 31 With this design, a small-system with limited resources can obtain logs for locating crash faults a… 46 …ool| For details, see [Locating Faults Based on the Crash Log](#locating-faults-based-on-the-crash… 226 You can locate faults based on the crash stack logs generated by Faultloggerd. This section describ…
|
H A D | subsys-boot-init-log.md | 7 Basic functions of a log include recording key nodes and troubleshooting faults during the init sta… 8 - Logs help troubleshoot faults, check the startup duration of each subsystem, command execution du…
|
H A D | subsys-dfx-hidumper.md | 6 …ineers to obtain system information necessary for analyzing and locating faults. This section appl… 65 HiDumper helps you export basic system information to locate and analyze faults. Complex parameters…
|
H A D | subsys-dfx-hicollie.md | 6 …t detection and fault log generation to help you locate software timeout faults resulting from sys…
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-pkg-common-hberr.md | 4 ## Garbled characters and segmentation faults occur during hb installation 8 …of **python3 -m pip install --user ohos-build**, garbled characters and segmentation faults occur..
|
/ohos5.0/base/hiviewdfx/hidumper/ |
H A D | README.md | 11 …ction tool provided by OpenHarmony for development and test personnel to analyze and locate faults. 52 …ormation, and process stack information, and then use the information to analyze and locate faults. 57 HiDumper helps you export basic system information to locate and analyze faults. When passing compl…
|
/ohos5.0/base/hiviewdfx/hievent_lite/ |
H A D | README.md | 9 This module provides APIs for printing faults, user behavior, and power consumption statistics of s…
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | errorcode-net-webSocket.md | 79 Other system faults occur.
|
H A D | errorcode-net-http.md | 81 2. Rectify network connection faults. 316 Rectify network faults. 334 Rectify network faults.
|
/ohos5.0/base/hiviewdfx/hicollie/ |
H A D | README.md | 14 …t detection and fault log generation to help you locate software timeout faults resulting from sys…
|
/ohos5.0/base/request/request/test/unittest/js_test/requestSystemQueryTest/entry/src/main/ets/test/ |
H A D | RequestSystemQuery.test.ets | 267 expect(info.faults).assertEqual(null); 311 expect(info.faults).assertEqual(null);
|
/ohos5.0/base/request/request/frameworks/js/napi/include/ |
H A D | js_common.h | 244 Faults faults; member
|
/ohos5.0/base/request/request/test/unittest/js_test/requestQueryTaskTest/entry/src/main/ets/test/ |
H A D | RequestQuery.test.ets | 164 expect(info.faults).assertEqual(null); 208 expect(info.faults).assertEqual(null); 397 expect(info.faults).assertEqual(null); 444 expect(info.faults).assertEqual(null);
|
/ohos5.0/base/hiviewdfx/hidumper_lite/ |
H A D | README.md | 42 | AT+HIDUMPER=-ikc | Injecting faults into the kernel |
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-toolchain-hiperf.md | 99 0 sw-page-faults | 0.000 /sec | (100%)
|