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:FaultLogDatabase
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H
A
D
faultlog_database.h
31
class
FaultLogDatabase
{
class
33
explicit
FaultLogDatabase
(const std::shared_ptr<EventLoop>& eventLoop);
H
A
D
faultlog_manager.h
31
class
FaultLogDatabase
;
53
FaultLogDatabase
* faultLogDb_ = nullptr;
H
A
D
faultlog_database.cpp
38
DEFINE_LOG_LABEL(0xD002D11, "
FaultLogDatabase
");
50
auto sysEvent = std::make_unique<SysEvent>("
FaultLogDatabase
", nullptr, rawData);
in ParseFaultLogInfoFromJson()
73
FaultLogDatabase
::
FaultLogDatabase
(const std::shared_ptr<EventLoop>& eventLoop) : eventLoop_(eventLoop) {}
in FaultLogDatabase()
function in OHOS::HiviewDFX::FaultLogDatabase
75
void
FaultLogDatabase
::SaveFaultLogInfo(FaultLogInfo& info)
in SaveFaultLogInfo()
157
std::list<FaultLogInfo>
FaultLogDatabase
::GetFaultInfoList(const std::string& module, int32_t id,
in GetFaultInfoList()
198
bool
FaultLogDatabase
::IsFaultExist(int32_t pid, int32_t uid, int32_t faultType)
in IsFaultExist()
H
A
D
faultlog_manager.cpp
101
faultLogDb_ = new
FaultLogDatabase
(looper_);
in Init()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H
A
D
faultlogger_unittest.cpp
674
FaultLogDatabase
*faultLogDb = new
FaultLogDatabase
(GetHiviewContext().GetSharedWorkLoop());
in HWTEST_F()
710
FaultLogDatabase
*faultLogDb = new
FaultLogDatabase
(GetHiviewContext().GetSharedWorkLoop());
in HWTEST_F()
1547
FaultLogDatabase
*faultLogDb = new
FaultLogDatabase
(GetHiviewContext().GetSharedWorkLoop());
in HWTEST_F()
Completed in 4 milliseconds