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:downKey
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimodalinput/input/tools/inject_event/src/
H
A
D
input_manager_command.cpp
702
std::vector<int32_t>
downKey
;
in ParseCommand()
local
720
downKey
.push_back(keyCode);
in ParseCommand()
724
if (
downKey
.size() > MAX_PRESSED_COUNT) {
in ParseCommand()
728
KeyEvent::KeyItem item[
downKey
.size()];
in ParseCommand()
729
for (size_t i = 0; i <
downKey
.size(); i++) {
in ParseCommand()
733
item[i].SetKeyCode(
downKey
[i]);
in ParseCommand()
741
downKey
.push_back(keyCode);
in ParseCommand()
761
std::vector<int32_t>::iterator iter = std::find(
downKey
.begin(),
downKey
.end(), keyCode);
in ParseCommand()
762
if (iter !=
downKey
in ParseCommand()
[all...]
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H
A
D
input_manager_inject_test.cpp
207
std::vector<int32_t>
downKey
;
in HWTEST_F()
local
208
downKey
.push_back(KeyEvent::KEYCODE_CTRL_LEFT);
in HWTEST_F()
209
downKey
.push_back(KeyEvent::KEYCODE_C);
in HWTEST_F()
211
KeyEvent::KeyItem downItem[
downKey
.size()];
in HWTEST_F()
212
for (size_t i = 0; i <
downKey
.size(); i++) {
in HWTEST_F()
215
downItem[i].SetKeyCode(
downKey
[i]);
in HWTEST_F()
324
std::vector<int32_t>
downKey
;
in HWTEST_F()
local
325
downKey
.push_back(KeyEvent::KEYCODE_CTRL_LEFT);
in HWTEST_F()
326
downKey
.push_back(KeyEvent::KEYCODE_C);
in HWTEST_F()
328
KeyEvent::KeyItem downItem[
downKey
in HWTEST_F()
[all...]
H
A
D
input_manager_test.cpp
2240
std::vector<int32_t>
downKey
;
in HWTEST_F()
local
2241
downKey
.push_back(2072);
in HWTEST_F()
2242
downKey
.push_back(2017);
in HWTEST_F()
2244
KeyEvent::KeyItem item[
downKey
.size()];
in HWTEST_F()
2245
for (size_t i = 0; i <
downKey
.size(); i++) {
in HWTEST_F()
2248
item[i].SetKeyCode(
downKey
[i]);
in HWTEST_F()
Completed in 10 milliseconds