Home
last modified time | relevance | path

Searched refs:JS_CRASH (Results 1 - 11 of 11) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
H A Dfaultlogger_client.h57 JS_CRASH, enumerator
96 * eg: CPP_CRASH,JS_CRASH,APP_FREEZE,SYS_FREEZE,SYS_WARNING,RUST_PANIC
109 * eg: NO_SPECIFIC,CPP_CRASH,JS_CRASH,APP_FREEZE
/base/hiviewdfx/hiview/plugins/faultlogger/common/
H A Dfaultlog_info.h45 JS_CRASH, enumerator
H A Dfaultlog_util.cpp57 case FaultLogType::JS_CRASH: in GetFaultNameByType()
114 return FaultLogType::JS_CRASH; in GetLogTypeByName()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/
H A Dfaultlog_info.cpp118 case JS_CRASH: in GetStringFaultType()
/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_socket_request.h33 JS_CRASH, enumerator
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_database.cpp125 if (faultType == FaultLogType::JS_CRASH || faultType == FaultLogType::ALL) { in CreateQueries()
138 if (faultType != FaultLogType::JS_CRASH) { in CreateQueries()
H A Dfaultlog_formatter.cpp118 case FaultLogType::JS_CRASH: in GetLogParseList()
139 case FaultLogType::JS_CRASH: in GetSummaryByType()
H A Dfaultlogger.cpp474 info.faultLogType = FaultLogType::JS_CRASH; in FillFaultLogInfo()
480 info.module = info.faultLogType == FaultLogType::JS_CRASH ? in FillFaultLogInfo()
539 if (info.faultLogType == FaultLogType::JS_CRASH) { in OnEvent()
770 if (info.faultLogType != FaultLogType::JS_CRASH && info.faultLogType != FaultLogType::RUST_PANIC in AddFaultLogIfNeed()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/test/common/moduletest/
H A Dfaultlogger_native_interface_test.cpp254 auto results = QuerySelfFaultLog(FaultLogType::JS_CRASH, maxQueryCount); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H A Dnapi_faultlogger.cpp321 napi_create_int32(env, FaultLogType::JS_CRASH, &jsCrash); in FaultLogTypeEnumInit()
327 DECLARE_NAPI_STATIC_PROPERTY("JS_CRASH", jsCrash), in FaultLogTypeEnumInit()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp915 ASSERT_EQ(info3.faultLogType, FaultLogType::JS_CRASH); // 3 : JS_CRASH in HWTEST_F()

Completed in 8 milliseconds