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:repeatKey_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
key_event.cpp
960
repeatKey_
(other.
repeatKey_
) {}
in KeyEvent()
981
repeatKey_
= false;
in Reset()
1390
return
repeatKey_
;
in IsRepeatKey()
1395
repeatKey_
= repeatKey;
in SetRepeatKey()
/foundation/multimodalinput/input/service/key_command/include/
H
A
D
key_command_handler.h
362
RepeatKey
repeatKey_
;
member in OHOS::MMI::final
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H
A
D
key_event.h
3540
bool
repeatKey_
{ false };
/foundation/multimodalinput/input/service/key_command/src/
H
A
D
key_command_handler.cpp
1573
if (
repeatKey_
.keyCode != item.keyCode) {
in HandleRepeatKeyCount()
1575
repeatKey_
.keyCode = item.keyCode;
in HandleRepeatKeyCount()
1598
int32_t keycode =
repeatKey_
.keyCode;
in SendKeyEvent()
/foundation/multimodalinput/input/service/key_command/test/
H
A
D
key_command_handler_test.cpp
536
handler.
repeatKey_
.keyCode = 18;
in HWTEST_F()
555
handler.
repeatKey_
.keyCode = 16;
in HWTEST_F()
2913
handler.
repeatKey_
.keyCode = 2018;
2916
handler.
repeatKey_
.keyCode = 2017;
4845
handler.
repeatKey_
.keyCode = 3;
4861
handler.
repeatKey_
.keyCode = 2;
Completed in 20 milliseconds