Home
last modified time | relevance | path

Searched refs:CPP_CRASH (Results 1 – 25 of 60) sorted by relevance

123

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/test/common/moduletest/
H A Dfaultlogger_native_interface_test.cpp55 auto info = CreateFaultLogInfo(now, getuid(), FaultLogType::CPP_CRASH, "faultloggertest");
77 AddFaultLog(now, FaultLogType::CPP_CRASH, module, "faultloggertestsummary2");
101 AddFaultLog(now + i, FaultLogType::CPP_CRASH, module, "faultloggertestsummary2");
130 AddFaultLog(now + i, FaultLogType::CPP_CRASH, module, "faultloggertestsummary6");
205 auto result = QuerySelfFaultLog(FaultLogType::CPP_CRASH, maxQueryCount);
207 auto result2 = QuerySelfFaultLog(FaultLogType::CPP_CRASH, maxQueryCount);
227 auto result2 = QuerySelfFaultLog(FaultLogType::CPP_CRASH, 100000); // 100000 : max count
282 info->SetFaultType(FaultLogType::CPP_CRASH);
290 ret &= info->GetFaultType() == FaultLogType::CPP_CRASH;
/ohos5.0/base/hiviewdfx/faultloggerd/test/moduletest/
H A Dfaultloggerd_module_test.cpp83 CheckFdRequestFunction(FaultLoggerType::CPP_CRASH, true);
101 testRequest.type = (int)FaultLoggerType::CPP_CRASH;
135 testRequest.type = (int)FaultLoggerType::CPP_CRASH;
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/test/unittest/
H A DExampleJsunit.test.js241 let retPromise = await faultlogger.query(faultlogger.FaultType.CPP_CRASH);
245 let retCallback = await testCallbackQuery(faultlogger.FaultType.CPP_CRASH);
295 expect(faultLogInfos[0].type).assertEqual(faultlogger.FaultType.CPP_CRASH);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_recovery_test/
H A Dability_recovery_test.cpp190 EXPECT_FALSE(abilityRecovery_->IsSaveAbilityState(StateReason::CPP_CRASH));
219 EXPECT_TRUE(abilityRecovery_->IsSaveAbilityState(StateReason::CPP_CRASH));
378 EXPECT_FALSE(abilityRecovery_->ScheduleRestoreAbilityState(StateReason::CPP_CRASH, want_));
392 EXPECT_TRUE(abilityRecovery_->ScheduleRestoreAbilityState(StateReason::CPP_CRASH, want_));
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_client_unittest.cpp55 auto info = CreateFaultLogInfo(now, getuid(), FaultLogType::CPP_CRASH, "faultlogtest0");
91 auto info = CreateFaultLogInfo(now, getuid(), FaultLogType::CPP_CRASH, "faultlogtest1"); in __anon31ca51df0102()
H A Dfaultlog_formatter_unittest.cpp40 logType = FaultLogType::CPP_CRASH;
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/config/
H A DfaultloggerPipeline5 … "include": ["CPP_CRASH", "CPP_CRASH_EXCEPTION", "APP_FREEZE", "RUST_PANIC", "ADDR_SANITIZER"]
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Drecovery_param.h65 CPP_CRASH, enumerator
/ohos5.0/base/hiviewdfx/faultloggerd/services/
H A Dmain.cpp32 int32_t type = (int32_t)FaultLoggerType::CPP_CRASH; in DoGetCrashFd()
/ohos5.0/docs/zh-cn/release-notes/changelogs/v4.0-beta1/
H A Dchangelogs-ability.md21 | CPP_CRASH_NO_RESTART | 0x0001 | 发生CPP_CRASH时**不重启**应用。 |
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.6/
H A Dchangelogs-ability.md20 | CPP_CRASH_NO_RESTART | 0x0001 | 发生CPP_CRASH时**不重启**应用。 |
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.2.3/
H A Dchangelogs-ability.md20 | CPP_CRASH_NO_RESTART | 0x0001 | 发生CPP_CRASH时**不重启**应用。 |
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/recovery/
H A Drecovery_param.h66 CPP_CRASH, enumerator
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/declaration/
H A D@ohos.faultLogger.d.ts45 CPP_CRASH = 2,
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
H A Dfaultlogger_client.h55 CPP_CRASH = 2, enumerator
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_formatter.cpp115 case FaultLogType::CPP_CRASH: in GetLogParseList()
144 case FaultLogType::CPP_CRASH: in GetSummaryByType()
356 if ((fd < 0) || (logType != FaultLogType::CPP_CRASH) || !IsFaultLogLimit()) { in LimitCppCrashLog()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/common/
H A Dfaultlog_util.cpp58 case FaultLogType::CPP_CRASH: in GetFaultNameByType()
115 return FaultLogType::CPP_CRASH; in GetLogTypeByName()
H A Dfaultlog_info.h44 CPP_CRASH = 2, enumerator
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_socket_request.h31 CPP_CRASH = 2, enumerator
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/
H A Dfaultlog_info.cpp116 case CPP_CRASH: in GetStringFaultType()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dfault_data.h34 CPP_CRASH, enumerator
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/faultloggerd_client/
H A Dfaultloggerd_client_test.cpp76 int32_t fd = RequestFileDescriptor(FaultLoggerType::CPP_CRASH);
104 int32_t fd = RequestFileDescriptor(FaultLoggerType::CPP_CRASH);
/ohos5.0/docs/en/release-notes/changelogs/v4.0-beta1/
H A Dchangelogs-ability.md21 …_NO_RESTART | 0x0001 | The application is **not restarted** in the case of CPP_CRASH.|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.6/
H A Dchangelogs-ability.md20 …_NO_RESTART | 0x0001 | The application is **not restarted** in the case of CPP_CRASH.|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.2.3/
H A Dchangelogs-ability.md20 …_NO_RESTART | 0x0001 | The application is **not restarted** in the case of CPP_CRASH.|

123