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:bboxSaveLogFlags
(Results
1 - 3
of
3
) sorted by relevance
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H
A
D
panic_report_recovery.cpp
70
BboxSaveLogFlags
bboxSaveLogFlags
= LoadBboxSaveFlagFromFile();
in InitPanicConfigFile()
local
71
g_isLastStartUpShort =
bboxSaveLogFlags
.isStartUpShort;
in InitPanicConfigFile()
72
bboxSaveLogFlags
.isStartUpShort = true;
in InitPanicConfigFile()
73
return SaveBboxLogFlagsToFile(
bboxSaveLogFlags
);
in InitPanicConfigFile()
92
bool SaveBboxLogFlagsToFile(const BboxSaveLogFlags&
bboxSaveLogFlags
)
in SaveBboxLogFlagsToFile()
argument
95
ss << HAPPEN_TIME << "=" <<
bboxSaveLogFlags
.happenTime <<
in SaveBboxLogFlagsToFile()
96
" " << FACTORY_RECOVERY_TIME << "=" <<
bboxSaveLogFlags
.factoryRecoveryTime <<
in SaveBboxLogFlagsToFile()
97
" " << SOFTWARE_VERSION << "=" <<
bboxSaveLogFlags
.softwareVersion <<
in SaveBboxLogFlagsToFile()
98
" " << IS_PANIC_UPLOADED << "=" << (
bboxSaveLogFlags
.isPanicUploaded ? "true" : "false") <<
in SaveBboxLogFlagsToFile()
99
" " << IS_STARTUP_SHORT << "=" << (
bboxSaveLogFlags
in SaveBboxLogFlagsToFile()
229
BboxSaveLogFlags
bboxSaveLogFlags
= LoadBboxSaveFlagFromFile();
CompressAndCopyLogFiles()
local
237
ReportPanicEventAfterRecovery(const BboxSaveLogFlags&
bboxSaveLogFlags
)
ReportPanicEventAfterRecovery()
argument
259
BboxSaveLogFlags
bboxSaveLogFlags
= LoadBboxSaveFlagFromFile();
TryToReportRecoveryPanicEvent()
local
274
BboxSaveLogFlags
bboxSaveLogFlags
= LoadBboxSaveFlagFromFile();
ConfirmReportResult()
local
[all...]
H
A
D
panic_report_recovery.h
38
* load
bboxSaveLogFlags
from file.
40
* @return
bboxSaveLogFlags
45
* save
bboxSaveLogFlags
to file.
47
* @param
bboxSaveLogFlags
bboxSaveLogFlags
50
bool SaveBboxLogFlagsToFile(const BboxSaveLogFlags&
bboxSaveLogFlags
);
148
void ReportPanicEventAfterRecovery(const BboxSaveLogFlags&
bboxSaveLogFlags
);
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H
A
D
bbox_detector_unit_test.cpp
199
auto
bboxSaveLogFlags
= PanicReport::LoadBboxSaveFlagFromFile();
in HWTEST_F()
local
200
ASSERT_EQ(
bboxSaveLogFlags
.happenTime, testHappenTimeStr1);
in HWTEST_F()
211
bboxSaveLogFlags
= PanicReport::LoadBboxSaveFlagFromFile();
in HWTEST_F()
212
ASSERT_EQ(
bboxSaveLogFlags
.happenTime, testHappenTimeStr3);
in HWTEST_F()
Completed in 2 milliseconds