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:SysEventSource
(Results
1 - 7
of
7
) sorted by relevance
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H
A
D
sysevent_source.h
36
class
SysEventSource
;
40
explicit SysEventReceiver(
SysEventSource
& source): eventSource(source) {};
in SysEventReceiver()
44
SysEventSource
& eventSource;
47
class
SysEventSource
: public EventSource, public SysEventServiceBase {
class
49
SysEventSource
() {};
in SysEventSource()
function in OHOS::HiviewDFX::SysEventSource
50
~
SysEventSource
() {};
in ~SysEventSource()
/base/hiviewdfx/hiview/plugins/sysevent_source/
H
A
D
sysevent_source.cpp
40
REGISTER(
SysEventSource
);
42
DEFINE_LOG_TAG("HiView-
SysEventSource
");
74
auto eventSourcePlugin = reinterpret_cast<
SysEventSource
*>(context);
in ParameterWatchCallback()
115
std::shared_ptr<PipelineEvent> event = std::make_shared<SysEvent>("
SysEventSource
",
in HandlerEvent()
122
void
SysEventSource
::OnLoad()
in OnLoad()
124
HIVIEW_LOGI("
SysEventSource
load ");
in OnLoad()
157
void
SysEventSource
::InitController()
in InitController()
171
void
SysEventSource
::OnUnload()
in OnUnload()
174
HIVIEW_LOGI("
SysEventSource
unload");
in OnUnload()
177
void
SysEventSource
[all...]
/base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventsource_fuzzer/
H
A
D
eventsource_fuzzer.cpp
30
SysEventSource
g_eventSource;
/base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventserversocket_fuzzer/
H
A
D
eventserversocket_fuzzer.cpp
70
SysEventSource
source;
in SysEventServerSocketFuzzTest()
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H
A
D
event_logger_plugin_test.cpp
34
SysEventSource
source;
H
A
D
active_key_event_test.cpp
33
SysEventSource
source;
H
A
D
event_logger_test.cpp
39
SysEventSource
source;
Completed in 4 milliseconds