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:pointerEventFun
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H
A
D
input_manager_inject_test.cpp
672
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
in HWTEST_F()
local
675
int32_t monitorId = InputManager::GetInstance()->AddMonitor(
pointerEventFun
);
in HWTEST_F()
704
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
in HWTEST_F()
local
707
int32_t monitorId = InputManager::GetInstance()->AddMonitor(
pointerEventFun
);
in HWTEST_F()
736
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
in HWTEST_F()
local
739
int32_t monitorId = InputManager::GetInstance()->AddMonitor(
pointerEventFun
);
in HWTEST_F()
766
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
in HWTEST_F()
local
769
int32_t monitorId = InputManager::GetInstance()->AddMonitor(
pointerEventFun
);
in HWTEST_F()
797
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
in HWTEST_F()
local
800
int32_t monitorId = InputManager::GetInstance()->AddMonitor(
pointerEventFun
);
in HWTEST_F()
828
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
859
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
891
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
923
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
951
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
981
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1010
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1039
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1068
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1097
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1126
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1155
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1185
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1215
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1245
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1276
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1305
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1334
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1363
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1392
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1421
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1450
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1478
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1507
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1540
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1573
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1606
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1638
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1670
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
1702
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
HWTEST_F()
local
[all...]
H
A
D
input_manager_pointer_test.cpp
279
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) { MMI_HILOGD("Add monitor success"); };
in HWTEST_F()
local
280
int32_t monitorId = InputManager::GetInstance()->AddMonitor(
pointerEventFun
);
in HWTEST_F()
/foundation/multimodalinput/input/test/fuzztest/addmonitor_fuzzer/
H
A
D
addmonitor_fuzzer.cpp
44
auto
pointerEventFun
= [](std::shared_ptr<PointerEvent> event) {
in AddMonitorFuzzTeset()
local
47
monitorId = InputManager::GetInstance()->AddMonitor(
pointerEventFun
);
in AddMonitorFuzzTeset()
Completed in 6 milliseconds