Searched refs:APP_FREEZE (Results 1 - 14 of 14) sorted by relevance
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/ |
H A D | faultlogger_client.h | 59 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 D | report_data.h | 33 APP_FREEZE = 3 member in OHOS::HiviewDFX::FaultDataType
|
/base/hiviewdfx/hiview/plugins/faultlogger/common/ |
H A D | faultlog_info.h | 46 APP_FREEZE, enumerator
|
H A D | faultlog_util.cpp | 61 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 D | faultlog_info.cpp | 120 case APP_FREEZE: in GetStringFaultType()
|
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | faultlog_formatter_unittest.cpp | 37 int32_t logType = FaultLogType::APP_FREEZE; in HWTEST_F()
|
H A D | faultlogger_unittest.cpp | 896 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 D | dfx_socket_request.h | 35 APP_FREEZE, enumerator
|
/base/hiviewdfx/hicollie/interfaces/ndk/ |
H A D | hicollie.cpp | 85 reportData.faultType = OHOS::HiviewDFX::FaultDataType::APP_FREEZE; in Report()
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlog_formatter.cpp | 120 case FaultLogType::APP_FREEZE: in GetLogParseList() 140 case FaultLogType::APP_FREEZE: in GetSummaryByType()
|
H A D | faultlogger.cpp | 93 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 D | faultlog_database.cpp | 142 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 D | vendor.cpp | 137 info.faultLogType = (type == APPFREEZE) ? FaultLogType::APP_FREEZE : ((type == SYSFREEZE) ? in SendFaultLog()
|
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/ |
H A D | napi_faultlogger.cpp | 322 napi_create_int32(env, FaultLogType::APP_FREEZE, &appCrash); in FaultLogTypeEnumInit() 328 DECLARE_NAPI_STATIC_PROPERTY("APP_FREEZE", appCrash), in FaultLogTypeEnumInit()
|
Completed in 9 milliseconds