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:KeyEventCallback
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
ace_view_preview.h
53
void RegisterKeyEventCallback(
KeyEventCallback
&& callback) override
208
KeyEventCallback
keyEventCallback_;
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_view_ohos.h
69
void RegisterKeyEventCallback(
KeyEventCallback
&& callback) override;
242
KeyEventCallback
keyEventCallback_;
H
A
D
ace_view_ohos.cpp
249
void AceViewOhos::RegisterKeyEventCallback(
KeyEventCallback
&& callback)
in RegisterKeyEventCallback()
/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H
A
D
input_native_test.cpp
1290
static void
KeyEventCallback
(const struct Input_KeyEvent* keyEvent)
in KeyEventCallback()
function
1295
MMI_HILOGI("
KeyEventCallback
, action:%{public}d, keyCode:%{public}d,", action, keyCode);
in KeyEventCallback()
1350
Input_Result retResult = OH_Input_AddKeyEventMonitor(
KeyEventCallback
);
in HWTEST_F()
1352
retResult = OH_Input_RemoveKeyEventMonitor(
KeyEventCallback
);
in HWTEST_F()
1388
Input_Result retResult = OH_Input_RemoveKeyEventMonitor(
KeyEventCallback
);
in HWTEST_F()
1390
retResult = OH_Input_AddKeyEventMonitor(
KeyEventCallback
);
in HWTEST_F()
1392
retResult = OH_Input_RemoveKeyEventMonitor(
KeyEventCallback
);
in HWTEST_F()
1640
Input_Result retResult = OH_Input_AddKeyEventInterceptor(
KeyEventCallback
, nullptr);
in HWTEST_F()
1642
retResult = OH_Input_AddKeyEventInterceptor(
KeyEventCallback
, nullptr);
in HWTEST_F()
1658
retResult = OH_Input_AddKeyEventInterceptor(
KeyEventCallback
, nullpt
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
ace_view.h
55
virtual void RegisterKeyEventCallback(
KeyEventCallback
&& callback) = 0;
H
A
D
container.h
61
using
KeyEventCallback
= std::function<bool(const KeyEvent&)>;
Completed in 7 milliseconds