Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/test/common/moduletest/
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");
206 auto result = QuerySelfFaultLog(FaultLogType::CPP_CRASH, maxQueryCount);
208 auto result2 = QuerySelfFaultLog(FaultLogType::CPP_CRASH, maxQueryCount);
228 auto result2 = QuerySelfFaultLog(FaultLogType::CPP_CRASH, 100000); // 100000 : max count
273 info->SetFaultType(FaultLogType::CPP_CRASH);
281 ret &= info->GetFaultType() == FaultLogType::CPP_CRASH;
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/test/unittest/
DExampleJsunit.test.js189 faultlogger.FaultType.CPP_CRASH, module, "faultloggertestsummary05 " + i);
195 let ret = await faultlogger.query(faultlogger.FaultType.CPP_CRASH);
236 faultlogger.FaultType.CPP_CRASH, module, "faultloggertestsummary06 " + i);
261 faultlogger.query(faultlogger.FaultType.CPP_CRASH, queryFaultLogCallback);
/base/hiviewdfx/faultloggerd/services/
Dmain.cpp31 int32_t type = (int32_t)FaultLoggerType::CPP_CRASH; in DoGetCrashFd()
Dfault_logger_daemon.cpp70 case (int32_t)FaultLoggerType::CPP_CRASH: in GetRequestTypeName()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/declaration/
D@ohos.faultLogger.d.ts45 CPP_CRASH = 2, enumerator
/base/hiviewdfx/hiview/plugins/faultlogger/common/
Dfaultlog_info.h40 CPP_CRASH = 2, enumerator
Dfaultlog_util.cpp57 case FaultLogType::CPP_CRASH: in GetFaultNameByType()
92 return FaultLogType::CPP_CRASH; in GetLogTypeByName()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
Dfaultlogger_client_unittest.cpp55 auto info = CreateFaultLogInfo(now, getuid(), FaultLogType::CPP_CRASH, "faultlogtest0");
90 auto info = CreateFaultLogInfo(now, getuid(), FaultLogType::CPP_CRASH, "faultlogtest1"); in __anon211548e90102()
Dfaultlogger_unittest.cpp266 …std::string jsonStr = R"~({"domain_":"RELIABILITY","name_":"CPP_CRASH","type_":1,"time_":150197370…
380 …std::string jsonStr = R"~({"domain_":"RELIABILITY","name_":"CPP_CRASH","type_":1,"time_":150197370…
443 ASSERT_EQ(info4.faultLogType, FaultLogType::CPP_CRASH); // 2 : CPP_CRASH
/base/hiviewdfx/faultloggerd/test/moduletest/
Dfaultloggerd_module_test.cpp114 CheckFdRequestFunction(FaultLoggerType::CPP_CRASH, true);
132 testRequest.type = (int)FaultLoggerType::CPP_CRASH;
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
Dfaultlogger_client.h45 CPP_CRASH = 2, enumerator
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/
Dfaultlog_info.cpp116 case CPP_CRASH: in GetStringFaultType()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/include/
Dfaultloggerd_client.h28 CPP_CRASH, enumerator
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlog_database.cpp105 if (faultType == FaultLogType::CPP_CRASH || faultType == FaultLogType::APP_FREEZE) { in GetFaultInfoList()
147 if (faultType == FaultLogType::CPP_CRASH || faultType == FaultLogType::APP_FREEZE) { in IsFaultExist()
Dfaultlog_formatter.cpp90 case FaultLogType::CPP_CRASH: in GetLogParseList()
112 case FaultLogType::CPP_CRASH: in GetSummaryByType()
Dfaultlogger.cpp169 case CPP_CRASH: in GetSummaryFromSectionMap()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
Ddfx_crash_local_handler.c59 faultloggerdRequest.type = (int32_t)CPP_CRASH; in RequestOutputLogFile()
/base/hiviewdfx/faultloggerd/tools/process_dump/
Dprocess_dumper.cpp101 … FaultLoggerType type = isCrash ? FaultLoggerType::CPP_CRASH : FaultLoggerType::CPP_STACKTRACE; in InitPrintThread()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
Dnapi_faultlogger.cpp318 napi_create_int32(env, FaultLogType::CPP_CRASH, &cppCrash); in FaultLogTypeEnumInit()