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:DmesgCatcher
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H
A
D
dmesg_catcher.cpp
32
DEFINE_LOG_LABEL(0xD002D01, "EventLogger-
DmesgCatcher
");
39
DmesgCatcher
::
DmesgCatcher
() : EventLogCatcher()
in DmesgCatcher()
function in OHOS::HiviewDFX::DmesgCatcher
42
name_ = "
DmesgCatcher
";
in DmesgCatcher()
45
bool
DmesgCatcher
::Initialize(const std::string& packageNam __UNUSED,
in Initialize()
53
bool
DmesgCatcher
::Init(std::shared_ptr<SysEvent> event)
in Init()
59
bool
DmesgCatcher
::DumpDmesgLog(int fd)
in DumpDmesgLog()
84
bool
DmesgCatcher
::WriteSysrq()
in WriteSysrq()
100
std::string
DmesgCatcher
::DmesgSaveTofile()
in DmesgSaveTofile()
127
int
DmesgCatcher
[all...]
H
A
D
event_log_task.cpp
409
auto capture = std::make_shared<
DmesgCatcher
>();
in DmesgCapture()
417
auto capture = std::make_shared<
DmesgCatcher
>();
in SysrqCapture()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H
A
D
dmesg_catcher.h
27
class
DmesgCatcher
: public EventLogCatcher {
class
29
explicit
DmesgCatcher
();
30
~
DmesgCatcher
() override {};
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H
A
D
event_logger_catcher_test.cpp
276
auto dmesgCatcher = std::make_shared<
DmesgCatcher
>();
in HWTEST_F()
294
auto dmesgCatcher = std::make_shared<
DmesgCatcher
>();
in HWTEST_F()
323
auto dmesgCatcher = std::make_shared<
DmesgCatcher
>();
in HWTEST_F()
Completed in 4 milliseconds