Home
last modified time | relevance | path

Searched refs:APP_FREEZE (Results 1 - 14 of 14) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
H A Dfaultlogger_client.h59 APP_FREEZE, 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/hicollie/interfaces/ndk/include/
H A Dreport_data.h33 APP_FREEZE = 3 member in OHOS::HiviewDFX::FaultDataType
/base/hiviewdfx/hiview/plugins/faultlogger/common/
H A Dfaultlog_info.h46 APP_FREEZE, enumerator
H A Dfaultlog_util.cpp61 case FaultLogType::APP_FREEZE: in GetFaultNameByType()
62 return asFileName ? "appfreeze" : "APP_FREEZE"; in GetFaultNameByType()
118 return FaultLogType::APP_FREEZE; in GetLogTypeByName()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/
H A Dfaultlog_info.cpp120 case APP_FREEZE: in GetStringFaultType()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlog_formatter_unittest.cpp37 int32_t logType = FaultLogType::APP_FREEZE; in HWTEST_F()
H A Dfaultlogger_unittest.cpp896 ASSERT_EQ(info.faultLogType, FaultLogType::APP_FREEZE); // 4 : APP_FREEZE in HWTEST_F()
910 ASSERT_EQ(info.faultLogType, FaultLogType::APP_FREEZE); // 4 : APP_FREEZE in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_socket_request.h35 APP_FREEZE, enumerator
/base/hiviewdfx/hicollie/interfaces/ndk/
H A Dhicollie.cpp85 reportData.faultType = OHOS::HiviewDFX::FaultDataType::APP_FREEZE; in Report()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_formatter.cpp120 case FaultLogType::APP_FREEZE: in GetLogParseList()
140 case FaultLogType::APP_FREEZE: in GetSummaryByType()
H A Dfaultlogger.cpp93 constexpr char APP_FREEZE_TYPE[] = "APP_FREEZE";
692 if ((faultType < FaultLogType::ALL) || (faultType > FaultLogType::APP_FREEZE)) { in QuerySelfFaultLog()
723 } else if (faultType == FaultLogType::APP_FREEZE) { in RemoveHilogFromFaultlog()
765 } else if (info.faultLogType == FaultLogType::APP_FREEZE) { in AddFaultLogIfNeed()
786 } else if (!isSystemProcess && info.faultLogType == FaultLogType::APP_FREEZE) { in AddFaultLogIfNeed()
H A Dfaultlog_database.cpp142 faultNames = { {"CPP_CRASH"}, {"APP_FREEZE"}}; in CreateQueries()
162 if (faultType < FaultLogType::ALL || faultType > FaultLogType::APP_FREEZE) { in GetFaultInfoList()
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dvendor.cpp137 info.faultLogType = (type == APPFREEZE) ? FaultLogType::APP_FREEZE : ((type == SYSFREEZE) ? in SendFaultLog()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H A Dnapi_faultlogger.cpp322 napi_create_int32(env, FaultLogType::APP_FREEZE, &appCrash); in FaultLogTypeEnumInit()
328 DECLARE_NAPI_STATIC_PROPERTY("APP_FREEZE", appCrash), in FaultLogTypeEnumInit()

Completed in 9 milliseconds