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
defs:keyCode
(Results
1 - 9
of
9
) sorted by relevance
/test/testfwk/arkxtest/uitest/record/
H
A
D
keyevent_tracker.cpp
61
void KeyeventTracker::KeyCodeDone(int32_t
keyCode
)
in KeyCodeDone()
argument
H
A
D
keyevent_tracker.h
46
void SetKeyCode(int32_t
keyCode
)
in SetKeyCode()
argument
92
static bool IsCombinationKey(int32_t
keyCode
)
in IsCombinationKey()
argument
135
int32_t
keyCode
;
member
H
A
D
ui_record.cpp
56
bool SpecialKeyMapExistKey(int32_t
keyCode
, TouchOpt &touchop)
in SpecialKeyMapExistKey()
argument
/test/xts/acts/graphic/windowNdk/entry/src/main/cpp/
H
A
D
windowNdkTest.cpp
25
auto
keyCode
= OH_Input_GetKeyEventKeyCode(event);
in filterESC()
local
41
int32_t
keyCode
;
in filterKeyCode()
local
/test/xts/acts/multimodalinput/input_cpp_standard/
H
A
D
input_native_test.cpp
64
int32_t
keyCode
= OH_Input_GetKeyCode(keyState);
in HWTEST_F()
local
172
int32_t
keyCode
= OH_Input_GetKeyEventKeyCode(keyEvent);
in HWTEST_F()
local
/test/xts/acts/hdf/hid/emit_event_test/entry/src/main/cpp/
H
A
D
emit_event_ndk_test.cpp
44
std::vector<Hid_KeyCode>
keyCode
= {
in HidCreateDevice()
local
/test/testfwk/arkxtest/uitest/test/
H
A
D
ui_action_test.cpp
483
static constexpr uint32_t
keyCode
= 1234;
in TEST_F()
local
/test/xts/hats/hdf/external_device_manager/ndk_permission_js_test/ndk_permission/entry/src/main/cpp/
H
A
D
ddk_permission_test.cpp
158
std::vector<Hid_KeyCode>
keyCode
= { HID_BTN_TOOL_PEN, HID_BTN_TOOL_RUBBER, HID_BTN_TOUCH, HID_BTN_STYLUS,
in CreateTestDevice()
local
/test/xts/acts/multimodalinput/multimodalinput_ndk_hvigor/InputNdkNormal/entry/src/main/cpp/
H
A
D
inputndk.cpp
63
int32_t
keyCode
= OH_Input_GetKeyCode(keyState);
in SetKeyCode()
local
247
int32_t
keyCode
= OH_Input_GetKeyEventKeyCode(keyEvent);
in GetKeyEventKeyCode()
local
Completed in 9 milliseconds