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:eventIds_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H
A
D
touch_listener_component.h
50
eventIds_
[action][stage][eventType] = eventMarker;
in SetEvent()
56
return
eventIds_
[action][stage][eventType];
in GetEvent()
71
eventIds_
[EventAction::ON][EventStage::BUBBLE][EventType::TOUCH_DOWN] = onTouchDownId;
in SetOnTouchDownId()
75
eventIds_
[EventAction::ON][EventStage::BUBBLE][EventType::TOUCH_MOVE] = onTouchMoveId;
in SetOnTouchMoveId()
79
eventIds_
[EventAction::ON][EventStage::BUBBLE][EventType::TOUCH_UP] = onTouchUpId;
in SetOnTouchUpId()
83
eventIds_
[EventAction::ON][EventStage::BUBBLE][EventType::TOUCH_CANCEL] = onTouchCancel;
in SetOnTouchCancel()
97
return
eventIds_
[EventAction::ON][EventStage::BUBBLE][EventType::TOUCH_DOWN];
in GetOnTouchDownId()
101
return
eventIds_
[EventAction::ON][EventStage::BUBBLE][EventType::TOUCH_MOVE];
in GetOnTouchMoveId()
105
return
eventIds_
[EventAction::ON][EventStage::BUBBLE][EventType::TOUCH_UP];
in GetOnTouchUpId()
109
return
eventIds_
[EventActio
in GetOnTouchCancelId()
131
EventMarker
eventIds_
[EventAction::SIZE][EventStage::SIZE][EventType::SIZE];
global()
member in OHOS::Ace::final
[all...]
/foundation/multimodalinput/input/service/monitor/src/
H
A
D
event_monitor_handler.cpp
405
const auto &eventIds = tIter->second.
eventIds_
;
in MarkConsumed()
560
if (state.
eventIds_
.size() >= MAX_EVENTIDS_SIZE) {
in UpdateConsumptionState()
561
auto iter = state.
eventIds_
.begin();
in UpdateConsumptionState()
562
state.
eventIds_
.erase(iter);
in UpdateConsumptionState()
564
auto [tIter, isOk] = state.
eventIds_
.emplace(pointerEvent->GetId());
in UpdateConsumptionState()
578
state.
eventIds_
.clear();
in UpdateConsumptionState()
579
auto [tIter, isOk] = state.
eventIds_
.emplace(pointerEvent->GetId());
in UpdateConsumptionState()
588
state.
eventIds_
.clear();
in UpdateConsumptionState()
/foundation/multimodalinput/input/service/monitor/include/
H
A
D
event_monitor_handler.h
161
std::set<int32_t>
eventIds_
;
member
/foundation/multimodalinput/input/service/monitor/test/
H
A
D
event_monitor_handler_test.cpp
232
consumptionState.
eventIds_
.insert(20);
in HWTEST_F()
254
consumptionState.
eventIds_
.insert(10);
in HWTEST_F()
275
consumptionState.
eventIds_
.insert(10);
in HWTEST_F()
719
state.
eventIds_
.insert(i);
in HWTEST_F()
Completed in 5 milliseconds