Home
last modified time | relevance | path

Searched refs:JS_CRASH (Results 1 – 13 of 13) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/declaration/
D@ohos.faultLogger.d.ts51 JS_CRASH = 3, enumerator
/base/hiviewdfx/hiview/plugins/faultlogger/common/
Dfaultlog_info.h41 JS_CRASH, enumerator
Dfaultlog_util.cpp55 case FaultLogType::JS_CRASH: in GetFaultNameByType()
90 return FaultLogType::JS_CRASH; in GetLogTypeByName()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
Dfaultlogger_client.h46 JS_CRASH, enumerator
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/
Dfaultlog_info.cpp118 case JS_CRASH: in GetStringFaultType()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/include/
Dfaultloggerd_client.h29 JS_CRASH, enumerator
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/test/unittest/
DExampleJsunit.test.js71 …let ret2 = faultlogger.querySelfFaultLog(faultlogger.FaultType.JS_CRASH, "faultloggertestsummary01…
119 let ret = faultlogger.query(faultlogger.FaultType.JS_CRASH, "faultloggertestsummary03");
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlog_database.cpp107 } else if (faultType == FaultLogType::JS_CRASH) { in GetFaultInfoList()
149 } else if (faultType == FaultLogType::JS_CRASH) { in IsFaultExist()
Dfaultlog_formatter.cpp92 case FaultLogType::JS_CRASH: in GetLogParseList()
107 case FaultLogType::JS_CRASH: in GetSummaryByType()
Dfaultlogger.cpp359 info.faultLogType = FaultLogType::JS_CRASH; in OnEvent()
565 if (info.faultLogType != FaultLogType::JS_CRASH) { in AddFaultLogIfNeed()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/test/common/moduletest/
Dfaultlogger_native_interface_test.cpp255 auto result = QuerySelfFaultLog(FaultLogType::JS_CRASH, maxQueryCount);
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
Dnapi_faultlogger.cpp319 napi_create_int32(env, FaultLogType::JS_CRASH, &jsCrash); in FaultLogTypeEnumInit()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
Dfaultlogger_unittest.cpp438 ASSERT_EQ(info3.faultLogType, FaultLogType::JS_CRASH); // 3 : JS_CRASH