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:keyGestures_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_gesture_manager.cpp
405
keyGestures_
.push_back(std::make_unique<PullUpAccessibility>());
in KeyGestureManager()
406
keyGestures_
.push_back(std::make_unique<LongPressSingleKey>(KeyEvent::KEYCODE_VOLUME_DOWN));
in KeyGestureManager()
407
keyGestures_
.push_back(std::make_unique<LongPressSingleKey>(KeyEvent::KEYCODE_VOLUME_UP));
in KeyGestureManager()
414
return std::any_of(
keyGestures_
.cbegin(),
keyGestures_
.cend(),
in ShouldIntercept()
424
for (auto &keyGesture :
keyGestures_
) {
435
for (auto &keyGesture :
keyGestures_
) {
446
for (auto iter =
keyGestures_
.begin(); iter !=
keyGestures_
.end(); ++iter) {
455
for (++iter; iter !=
keyGestures_
[all...]
H
A
D
key_subscriber_handler.cpp
201
for (auto &iter :
keyGestures_
) {
in AddKeyGestureSubscriber()
207
keyGestures_
[keyOption] = { subscriber };
in AddKeyGestureSubscriber()
214
for (auto iter =
keyGestures_
.begin(); iter !=
keyGestures_
.end(); ++iter) {
in RemoveKeyGestureSubscriber()
624
for (auto iter =
keyGestures_
.begin(); iter !=
keyGestures_
.end();) {
in OnSessionDelete()
642
iter =
keyGestures_
.erase(iter);
in OnSessionDelete()
1200
DumpSubscribers(fd,
keyGestures_
);
in Dump()
1210
for (auto &item :
keyGestures_
) {
in CountSubscribers()
/foundation/multimodalinput/input/service/subscriber/test/
H
A
D
key_gesture_manager_test.cpp
89
keyGestureManager.
keyGestures_
.push_back(std::move(keyGesture1));
in HWTEST_F()
90
keyGestureManager.
keyGestures_
.push_back(std::move(keyGesture2));
in HWTEST_F()
91
keyGestureManager.
keyGestures_
.push_back(std::move(keyGesture3));
in HWTEST_F()
H
A
D
key_subscriber_handler_test.cpp
2162
handler.
keyGestures_
.insert({keyOption2, subscribers});
in HWTEST_F()
2164
for (auto &iter : handler.
keyGestures_
) {
in HWTEST_F()
2198
handler.
keyGestures_
.insert({keyOption2, subscribers});
in HWTEST_F()
2200
for (auto &iter : handler.
keyGestures_
) {
in HWTEST_F()
2233
handler.
keyGestures_
.insert({keyOption2, subscribers});
in HWTEST_F()
2236
for (auto &iter : handler.
keyGestures_
) {
in HWTEST_F()
2576
handler.
keyGestures_
.insert(std::make_pair(keyOption, listSub));
in HWTEST_F()
2598
handler.
keyGestures_
.insert(std::make_pair(keyOption, listSub));
in HWTEST_F()
2619
handler.
keyGestures_
.insert(std::make_pair(keyOption, listSub));
in HWTEST_F()
2646
handler.
keyGestures_
in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/subscriber/include/
H
A
D
key_gesture_manager.h
166
std::vector<std::unique_ptr<KeyGesture>>
keyGestures_
;
member in OHOS::MMI::final
H
A
D
key_subscriber_handler.h
137
SubscriberCollection
keyGestures_
;
member in OHOS::MMI::final
Completed in 10 milliseconds