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:GetEventData
(Results
1 - 11
of
11
) sorted by relevance
/foundation/window/window_manager_lite/frameworks/wms/
H
A
D
lite_proxy_windows_manager.cpp
53
void LiteProxyWindowsManager::
GetEventData
(DeviceData* data)
in GetEventData()
function in OHOS::LiteProxyWindowsManager
55
LiteWMRequestor::GetInstance()->
GetEventData
(data);
in GetEventData()
H
A
D
lite_proxy_windows_manager.h
32
void
GetEventData
(DeviceData* data) override;
H
A
D
lite_wm_requestor.h
40
void
GetEventData
(DeviceData* data);
H
A
D
lite_wm_requestor.cpp
163
void LiteWMRequestor::
GetEventData
(DeviceData* data)
in GetEventData()
function in OHOS::LiteWMRequestor
/foundation/arkui/ui_lite/frameworks/dock/ohos/
H
A
D
ohos_input_device.cpp
24
IWindowsManager::GetInstance()->
GetEventData
(&data);
in Read()
/foundation/window/window_manager_lite/interfaces/innerkits/
H
A
D
iwindows_manager.h
57
virtual void
GetEventData
(DeviceData* data) = 0;
/foundation/window/window_manager_lite/services/wms/
H
A
D
lite_wms.h
51
static void
GetEventData
(IpcIo* req, IpcIo* reply);
H
A
D
lite_wms.cpp
65
LiteWMS::GetInstance()->
GetEventData
(req, reply);
in WMSRequestHandle()
209
void LiteWMS::
GetEventData
(IpcIo* req, IpcIo* reply)
in GetEventData()
function in OHOS::LiteWMS
212
LiteWM::GetInstance()->
GetEventData
(&data);
in GetEventData()
H
A
D
lite_wm.h
105
void
GetEventData
(DeviceData* data)
in GetEventData()
function in OHOS::LiteWM
/foundation/ability/ability_runtime/services/common/include/
H
A
D
event_handler_wrap.h
59
const std::shared_ptr<EventDataBase>&
GetEventData
() const
in GetEventData()
function in OHOS::AAFwk::EventWrap
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
user_controller.cpp
362
auto eventData = static_cast<UserEvent*>(event.
GetEventData
().get());
in ProcessEvent()
Completed in 5 milliseconds