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:SetImeListener
(Results
1 - 14
of
14
) sorted by relevance
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H
A
D
input_method_ability_interface.cpp
58
void InputMethodAbilityInterface::
SetImeListener
(std::shared_ptr<InputMethodEngineListener> imeListener)
in SetImeListener()
function in OHOS::MiscServices::InputMethodAbilityInterface
60
InputMethodAbility::GetInstance()->
SetImeListener
(imeListener);
in SetImeListener()
H
A
D
input_method_ability.cpp
176
void InputMethodAbility::
SetImeListener
(std::shared_ptr<InputMethodEngineListener> imeListener)
in SetImeListener()
function in OHOS::MiscServices::InputMethodAbility
/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/
H
A
D
input_method_ability_interface.h
38
void
SetImeListener
(std::shared_ptr<InputMethodEngineListener> imeListener);
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_ability_exception_test.cpp
273
inputMethodAbility_->
SetImeListener
(imeListener);
in HWTEST_F()
307
inputMethodAbility_->
SetImeListener
(imeListener);
in HWTEST_F()
H
A
D
input_method_ability_test.cpp
275
inputMethodAbility_->
SetImeListener
(std::make_shared<InputMethodEngineListenerImpl>());
in HWTEST_F()
327
inputMethodAbility_->
SetImeListener
(std::make_shared<InputMethodEngineListenerImpl>());
in HWTEST_F()
351
inputMethodAbility_->
SetImeListener
(std::make_shared<InputMethodEngineListenerImpl>());
in HWTEST_F()
792
inputMethodAbility_->
SetImeListener
(std::make_shared<InputMethodEngineListenerImpl>());
in HWTEST_F()
1026
inputMethodAbility_->
SetImeListener
(std::make_shared<InputMethodEngineListenerImpl>());
in HWTEST_F()
H
A
D
input_method_attach_test.cpp
80
inputMethodAbility_->
SetImeListener
(std::make_shared<InputMethodEngineListenerImpl>(textConfigHandler_));
in SetUpTestCase()
687
inputMethodAbility_->
SetImeListener
(std::make_shared<InputMethodEngineListenerImpl>());
in HWTEST_F()
H
A
D
input_method_dfx_test.cpp
227
inputMethodAbility_->
SetImeListener
(imeListener_);
in SetUpTestCase()
H
A
D
ime_proxy_test.cpp
65
InputMethodAbilityInterface::GetInstance().
SetImeListener
(std::make_shared<InputMethodEngineListenerImpl>());
in SetUp()
H
A
D
input_method_editor_test.cpp
154
inputMethodAbility_->
SetImeListener
(imeListener_);
in SetUpTestCase()
H
A
D
input_method_controller_test.cpp
295
inputMethodAbility_->
SetImeListener
(imeListener_);
in SetUpTestCase()
H
A
D
input_method_panel_test.cpp
230
InputMethodPanelTest::ima_->
SetImeListener
(imeListener_);
in SetUpTestCase()
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
H
A
D
inputmethodability_fuzzer.cpp
62
ability->
SetImeListener
(engineListener);
in TestSetImeListener()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H
A
D
input_method_ability.h
52
void
SetImeListener
(std::shared_ptr<InputMethodEngineListener> imeListener);
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H
A
D
js_input_method_engine_setting.cpp
226
InputMethodAbility::GetInstance()->
SetImeListener
(engine);
in InitInputMethodSetting()
Completed in 16 milliseconds