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:keyAction
(Results
1 - 10
of
10
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_mmi_input_listener_adapter_wrapper.cpp
26
void ArkMMIInputListenerAdapterWrapper::OnInputEvent(int32_t keyCode, int32_t
keyAction
)
in OnInputEvent()
argument
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_mmi_input_listener_adapter_impl.cpp
24
void ArkMMIInputListenerAdapterImpl::OnInputEvent(int32_t keyCode, int32_t
keyAction
)
in OnInputEvent()
argument
/base/msdp/device_status/intention/prototype/include/
H
A
D
i_dinput_adapter.h
32
int32_t
keyAction
;
member
/base/web/webview/test/fuzztest/sendkeyevent_fuzzer/
H
A
D
sendkeyevent_fuzzer.cpp
35
int32_t
keyAction
;
in SendKeyEventFuzzTest()
local
/base/inputmethod/imf/services/adapter/keyboard/src/
H
A
D
input_event_callback.cpp
35
auto
keyAction
= keyEvent->GetKeyAction();
in OnInputEvent()
local
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H
A
D
key_event_util.cpp
71
std::shared_ptr<MMI::KeyEvent> KeyEventUtil::CreateKeyEvent(int32_t keyCode, int32_t
keyAction
)
in CreateKeyEvent()
argument
/base/web/webview/ohos_adapter/multimodalinput_adapter/src/
H
A
D
mmi_adapter_impl.cpp
64
int32_t
keyAction
= (keyEvent->GetKeyAction() == MMI::KeyEvent::KEY_ACTION_DOWN) ? KEY_DOWN : KEY_UP;
in OnInputEvent()
local
/base/web/webview/test/unittest/mmi_adapter/
H
A
D
mmi_adapter_impl_test.cpp
91
void OnInputEvent(int32_t keyCode, int32_t
keyAction
) {}
in OnInputEvent()
argument
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_editor_test.cpp
161
constexpr int32_t
keyAction
= 2;
in SetUpTestCase()
local
/base/web/webview/ohos_interface/include/ohos_nweb/
H
A
D
nweb.h
1306
virtual bool WebSendKeyEvent(int32_t keyCode, int32_t
keyAction
,
in WebSendKeyEvent()
argument
Completed in 11 milliseconds