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:Convert2SysEvent
(Results
1 - 8
of
8
) sorted by relevance
/base/hiviewdfx/hiview/plugins/sys_dispatcher/
H
A
D
sys_dispatcher.cpp
53
std::shared_ptr<SysEvent> SysEventDispatcher::
Convert2SysEvent
(std::shared_ptr<Event>& event)
in Convert2SysEvent()
function in OHOS::HiviewDFX::SysEventDispatcher
72
auto sysEvent =
Convert2SysEvent
(event);
in OnEvent()
/base/hiviewdfx/hiview/plugins/event_store/
H
A
D
sys_event_store.cpp
82
std::shared_ptr<SysEvent> SysEventStore::
Convert2SysEvent
(std::shared_ptr<Event>& event)
in Convert2SysEvent()
function in OHOS::HiviewDFX::SysEventStore
106
std::shared_ptr<SysEvent> sysEvent =
Convert2SysEvent
(event);
in OnEvent()
/base/hiviewdfx/hiview/plugins/sys_dispatcher/include/
H
A
D
sys_dispatcher.h
32
std::shared_ptr<SysEvent>
Convert2SysEvent
(std::shared_ptr<Event>& event);
/base/hiviewdfx/hiview/plugins/event_store/include/
H
A
D
sys_event_store.h
35
std::shared_ptr<SysEvent>
Convert2SysEvent
(std::shared_ptr<Event>& event);
/base/hiviewdfx/hiview/plugins/crash_validator/
H
A
D
crash_validator.h
45
std::shared_ptr<SysEvent>
Convert2SysEvent
(std::shared_ptr<Event>& event);
H
A
D
crash_validator.cpp
72
std::shared_ptr<SysEvent> CrashValidator::
Convert2SysEvent
(std::shared_ptr<Event>& event)
in Convert2SysEvent()
function in OHOS::HiviewDFX::CrashValidator
180
std::shared_ptr<SysEvent> sysEvent =
Convert2SysEvent
(event);
in OnEvent()
/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H
A
D
sysevent_source.h
65
std::shared_ptr<SysEvent>
Convert2SysEvent
(std::shared_ptr<Event>& event);
/base/hiviewdfx/hiview/plugins/sysevent_source/
H
A
D
sysevent_source.cpp
230
std::shared_ptr<SysEvent> sysEvent =
Convert2SysEvent
(event);
in CheckEvent()
257
std::shared_ptr<SysEvent> SysEventSource::
Convert2SysEvent
(std::shared_ptr<Event>& event)
in Convert2SysEvent()
function in OHOS::HiviewDFX::SysEventSource
Completed in 3 milliseconds