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:keyOption2
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimodalinput/input/service/subscriber/test/src/
H
A
D
key_shortcut_rules_test.cpp
130
auto
keyOption2
= std::make_shared<KeyOption>();
in HWTEST_F()
local
131
keyOption2
->SetPreKeys(std::set<int32_t> { KeyEvent::KEYCODE_SHIFT_LEFT });
in HWTEST_F()
132
keyOption2
->SetFinalKey(KeyEvent::KEYCODE_Q);
in HWTEST_F()
133
keyOption2
->SetFinalKeyDown(false);
in HWTEST_F()
134
keyOption2
->SetFinalKeyDownDuration(NO_LONG_PRESS);
in HWTEST_F()
136
auto subscribe2 = InputManager::GetInstance()->SubscribeKeyEvent(
keyOption2
,
in HWTEST_F()
198
auto
keyOption2
= std::make_shared<KeyOption>();
in HWTEST_F()
local
199
keyOption2
->SetPreKeys(std::set<int32_t> { KeyEvent::KEYCODE_SHIFT_LEFT });
in HWTEST_F()
200
keyOption2
->SetFinalKey(KeyEvent::KEYCODE_Q);
in HWTEST_F()
201
keyOption2
in HWTEST_F()
294
auto
keyOption2
= std::make_shared<KeyOption>();
HWTEST_F()
local
[all...]
/foundation/multimodalinput/input/service/subscriber/test/
H
A
D
key_subscriber_handler_test.cpp
2153
auto
keyOption2
= std::make_shared<KeyOption>();
in HWTEST_F()
local
2154
keyOption2
->SetFinalKey(1);
in HWTEST_F()
2155
keyOption2
->SetFinalKeyDown(true);
in HWTEST_F()
2162
handler.keyGestures_.insert({
keyOption2
, subscribers});
in HWTEST_F()
2189
auto
keyOption2
= std::make_shared<KeyOption>();
in HWTEST_F()
local
2190
keyOption2
->SetFinalKey(1);
in HWTEST_F()
2191
keyOption2
->SetFinalKeyDown(false);
in HWTEST_F()
2198
handler.keyGestures_.insert({
keyOption2
, subscribers});
in HWTEST_F()
2223
auto
keyOption2
= std::make_shared<KeyOption>();
in HWTEST_F()
local
2224
keyOption2
in HWTEST_F()
[all...]
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H
A
D
input_manager_test.cpp
378
std::shared_ptr<KeyOption>
keyOption2
= InputManagerUtil::InitOption(preKeys, KeyEvent::KEYCODE_POWER, false, 0);
in HWTEST_F()
380
subscribeId2 = InputManager::GetInstance()->SubscribeKeyEvent(
keyOption2
, [](std::shared_ptr<KeyEvent> keyEvent) {
in HWTEST_F()
414
std::shared_ptr<KeyOption>
keyOption2
=
in HWTEST_F()
local
417
subscribeId2 = InputManager::GetInstance()->SubscribeKeyEvent(
keyOption2
, [](std::shared_ptr<KeyEvent> keyEvent) {
in HWTEST_F()
Completed in 10 milliseconds