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:vkAction
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimodalinput/input/frameworks/napi/key_event/src/
H
A
D
js_key_event.cpp
88
napi_value
vkAction
= nullptr;
in ExportVKeyboardAction()
local
90
sizeof(desc) / sizeof(*desc), desc, &
vkAction
), DEFINE_CLASS);
in ExportVKeyboardAction()
91
CHKRP(napi_set_named_property(env, exports, "VKeyboardAction",
vkAction
), SET_NAMED_PROPERTY);
in ExportVKeyboardAction()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H
A
D
key_event_test.cpp
655
VKeyboardAction
vkAction
= VKeyboardAction::ACTIVATE_KEYBOARD;
in HWTEST_F()
local
656
ASSERT_NO_FATAL_FAILURE(keyEvent->SetVKeyboardAction(
vkAction
));
in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
key_event.cpp
1280
int32_t
vkAction
= 0;
in ReadFromParcel()
local
1281
READINT32(in,
vkAction
);
in ReadFromParcel()
1282
vkeyboardAction_ = static_cast<VKeyboardAction>(
vkAction
);
in ReadFromParcel()
1432
void KeyEvent::SetVKeyboardAction(VKeyboardAction
vkAction
)
in SetVKeyboardAction()
argument
1434
vkeyboardAction_ =
vkAction
;
in SetVKeyboardAction()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H
A
D
key_event.h
3455
* @param
vkAction
Specified virtual keyboard action.
3459
void SetVKeyboardAction(VKeyboardAction
vkAction
);
3470
* @param
vkAction
Specified key name.
Completed in 8 milliseconds