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:imeListener_
(Results
1 - 7
of
7
) sorted by relevance
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H
A
D
input_method_ability.cpp
179
if (
imeListener_
== nullptr) {
in SetImeListener()
180
imeListener_
= std::move(imeListener);
in SetImeListener()
186
return
imeListener_
;
in GetImeListener()
233
if (!
imeListener_
) {
in StartInput()
239
imeListener_
->PostTaskToEventHandler(
in StartInput()
251
imeListener_
->OnSetSubtype(subProperty);
in OnSetSubtype()
289
if (
imeListener_
!= nullptr) {
in StopInput()
290
imeListener_
->OnInputFinish();
in StopInput()
322
if (
imeListener_
== nullptr) {
in SetCallingWindow()
323
IMSA_HILOGD("
imeListener_
i
in SetCallingWindow()
[all...]
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_editor_test.cpp
121
static std::shared_ptr<InputMethodEngineListenerImpl>
imeListener_
;
member in OHOS::MiscServices::InputMethodEditorTest
129
std::shared_ptr<InputMethodEngineListenerImpl> InputMethodEditorTest::
imeListener_
;
member in OHOS::MiscServices::InputMethodEditorTest
152
imeListener_
= std::make_shared<InputMethodEngineListenerImpl>();
in SetUpTestCase()
154
inputMethodAbility_->SetImeListener(
imeListener_
);
in SetUpTestCase()
283
InputMethodEditorTest::
imeListener_
->isInputStart_ = false;
in HWTEST_F()
284
InputMethodEditorTest::
imeListener_
->keyboardState_ = false;
in HWTEST_F()
289
InputMethodEditorTest::
imeListener_
->isInputStart_ = false;
in HWTEST_F()
290
InputMethodEditorTest::
imeListener_
->keyboardState_ = false;
in HWTEST_F()
297
InputMethodEditorTest::
imeListener_
->isInputStart_ = false;
in HWTEST_F()
298
InputMethodEditorTest::
imeListener_
in HWTEST_F()
[all...]
H
A
D
input_method_controller_test.cpp
132
static std::shared_ptr<InputMethodEngineListenerImpl>
imeListener_
;
member in OHOS::MiscServices::InputMethodControllerTest
240
std::shared_ptr<InputMethodEngineListenerImpl> InputMethodControllerTest::
imeListener_
;
member in OHOS::MiscServices::InputMethodControllerTest
294
imeListener_
= std::make_shared<InputMethodEngineListenerImpl>(textConfigHandler_);
in SetUpTestCase()
295
inputMethodAbility_->SetImeListener(
imeListener_
);
in SetUpTestCase()
477
EXPECT_EQ(
imeListener_
->windowId_, config.windowId);
in CheckTextConfig()
521
imeListener_
->isInputStart_ = false;
in HWTEST_F()
528
EXPECT_TRUE(
imeListener_
->isInputStart_ &&
imeListener_
->keyboardState_);
in HWTEST_F()
578
EXPECT_EQ(windowId,
imeListener_
->windowId_);
in HWTEST_F()
987
imeListener_
in HWTEST_F()
[all...]
H
A
D
input_method_dfx_test.cpp
153
static std::shared_ptr<InputMethodEngineListenerImpl>
imeListener_
;
member in OHOS::MiscServices::InputMethodDfxTest
159
std::shared_ptr<InputMethodEngineListenerImpl> InputMethodDfxTest::
imeListener_
;
member in OHOS::MiscServices::InputMethodDfxTest
222
imeListener_
= std::make_shared<InputMethodEngineListenerImpl>();
in SetUpTestCase()
227
inputMethodAbility_->SetImeListener(
imeListener_
);
in SetUpTestCase()
H
A
D
input_method_ability_exception_test.cpp
52
inputMethodAbility_->
imeListener_
= nullptr;
in ResetMemberVar()
268
//
imeListener_
== nullptr
in HWTEST_F()
301
//
imeListener_
== nullptr
in HWTEST_F()
H
A
D
input_method_panel_test.cpp
127
static std::shared_ptr<InputMethodEngineListener>
imeListener_
;
member in OHOS::MiscServices::InputMethodPanelTest
195
std::shared_ptr<InputMethodEngineListener> InputMethodPanelTest::
imeListener_
{ nullptr };
208
imeListener_
= std::make_shared<InputMethodEngineListenerImpl>();
in SetUpTestCase()
230
InputMethodPanelTest::ima_->SetImeListener(
imeListener_
);
in SetUpTestCase()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H
A
D
input_method_ability.h
123
std::shared_ptr<InputMethodEngineListener>
imeListener_
;
member in OHOS::MiscServices::InputMethodAbility
Completed in 13 milliseconds