/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/test/common/moduletest/ |
H A D | faultlogger_native_interface_test.cpp | 55 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 D | faultloggerd_module_test.cpp | 83 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 D | ExampleJsunit.test.js | 241 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 D | ability_recovery_test.cpp | 190 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 D | faultlogger_client_unittest.cpp | 55 auto info = CreateFaultLogInfo(now, getuid(), FaultLogType::CPP_CRASH, "faultlogtest0"); 91 auto info = CreateFaultLogInfo(now, getuid(), FaultLogType::CPP_CRASH, "faultlogtest1"); in __anon31ca51df0102()
|
H A D | faultlog_formatter_unittest.cpp | 40 logType = FaultLogType::CPP_CRASH;
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/config/ |
H A D | faultloggerPipeline | 5 … "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 D | recovery_param.h | 65 CPP_CRASH, enumerator
|
/ohos5.0/base/hiviewdfx/faultloggerd/services/ |
H A D | main.cpp | 32 int32_t type = (int32_t)FaultLoggerType::CPP_CRASH; in DoGetCrashFd()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v4.0-beta1/ |
H A D | changelogs-ability.md | 21 | CPP_CRASH_NO_RESTART | 0x0001 | 发生CPP_CRASH时**不重启**应用。 |
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.6/ |
H A D | changelogs-ability.md | 20 | CPP_CRASH_NO_RESTART | 0x0001 | 发生CPP_CRASH时**不重启**应用。 |
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.2.3/ |
H A D | changelogs-ability.md | 20 | CPP_CRASH_NO_RESTART | 0x0001 | 发生CPP_CRASH时**不重启**应用。 |
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/recovery/ |
H A D | recovery_param.h | 66 CPP_CRASH, enumerator
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/declaration/ |
H A D | @ohos.faultLogger.d.ts | 45 CPP_CRASH = 2,
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/ |
H A D | faultlogger_client.h | 55 CPP_CRASH = 2, enumerator
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlog_formatter.cpp | 115 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 D | faultlog_util.cpp | 58 case FaultLogType::CPP_CRASH: in GetFaultNameByType() 115 return FaultLogType::CPP_CRASH; in GetLogTypeByName()
|
H A D | faultlog_info.h | 44 CPP_CRASH = 2, enumerator
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/ |
H A D | dfx_socket_request.h | 31 CPP_CRASH = 2, enumerator
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/ |
H A D | faultlog_info.cpp | 116 case CPP_CRASH: in GetStringFaultType()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | fault_data.h | 34 CPP_CRASH, enumerator
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/faultloggerd_client/ |
H A D | faultloggerd_client_test.cpp | 76 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 D | changelogs-ability.md | 21 …_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 D | changelogs-ability.md | 20 …_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 D | changelogs-ability.md | 20 …_NO_RESTART | 0x0001 | The application is **not restarted** in the case of CPP_CRASH.|
|