Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:PanicReport
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H
A
D
bbox_detector_unit_test.cpp
144
ASSERT_TRUE(
PanicReport
::IsRecoveryPanicEvent(sysEvent));
in HWTEST_F()
146
ASSERT_FALSE(
PanicReport
::IsRecoveryPanicEvent(sysEvent));
in HWTEST_F()
158
ASSERT_TRUE(
PanicReport
::InitPanicReport());
in HWTEST_F()
159
ASSERT_FALSE(
PanicReport
::IsLastShortStartUp());
in HWTEST_F()
160
ASSERT_TRUE(
PanicReport
::InitPanicReport());
in HWTEST_F()
161
ASSERT_TRUE(
PanicReport
::IsLastShortStartUp());
in HWTEST_F()
177
ASSERT_TRUE(
PanicReport
::InitPanicReport());
in HWTEST_F()
198
PanicReport
::CompressAndCopyLogFiles("/data/test/bbox/", testHappenTimeStr1);
in HWTEST_F()
199
auto bboxSaveLogFlags =
PanicReport
::LoadBboxSaveFlagFromFile();
in HWTEST_F()
201
ASSERT_TRUE(FileUtil::FileExists(
PanicReport
in HWTEST_F()
[all...]
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H
A
D
bbox_detector_plugin.cpp
90
if (
PanicReport
::IsRecoveryPanicEvent(sysEvent)) {
in HandleBBoxEvent()
111
if (name == "PANIC" &&
PanicReport
::IsLastShortStartUp()) {
in HandleBBoxEvent()
112
PanicReport
::CompressAndCopyLogFiles(dynamicPaths, timeStr);
in HandleBBoxEvent()
232
if (
PanicReport
::IsBootCompleted()) {
in AddDetectBootCompletedTask()
252
if (
PanicReport
::TryToReportRecoveryPanicEvent()) {
in NotifyBootStable()
255
PanicReport
::ConfirmReportResult();
in NotifyBootStable()
272
if (!
PanicReport
::InitPanicReport()) {
in InitPanicReporter()
H
A
D
panic_report_recovery.h
27
namespace
PanicReport
{
namespace
H
A
D
panic_report_recovery.cpp
32
namespace
PanicReport
{
namespace
33
DEFINE_LOG_LABEL(0xD002D11, "
PanicReport
");
Completed in 2 milliseconds