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:ShowKeyboard
(Results
1 - 13
of
13
) sorted by relevance
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_ability_exception_test.cpp
243
* @tc.desc:
ShowKeyboard
Exception
252
auto ret = inputMethodAbility_->
ShowKeyboard
();
in HWTEST_F()
269
auto ret = inputMethodAbility_->
ShowKeyboard
();
in HWTEST_F()
281
ret = inputMethodAbility_->
ShowKeyboard
();
in HWTEST_F()
285
ret = inputMethodAbility_->
ShowKeyboard
();
in HWTEST_F()
H
A
D
input_method_ability_test.cpp
265
* @tc.desc: Test InputMethodCoreProxy
ShowKeyboard
285
auto ret = coreProxy->
ShowKeyboard
();
in HWTEST_F()
294
* @tc.desc: InputMethodAbility
ShowKeyboard
without imeListener
301
auto ret = inputMethodAbility_->
ShowKeyboard
();
in HWTEST_F()
803
* @tc.desc:
ShowKeyboard
HideKeyboard SOFT_KEYBOARD FLG_FIXED
823
ret = inputMethodAbility_->
ShowKeyboard
();
in HWTEST_F()
H
A
D
input_method_private_member_test.cpp
241
int32_t ret = userSession->
ShowKeyboard
(imc->clientInfo_.client);
in HWTEST_F()
923
int32_t ret = userSession->
ShowKeyboard
(imc->clientInfo_.client);
in HWTEST_F()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H
A
D
i_input_method_core.h
58
virtual int32_t
ShowKeyboard
() = 0;
H
A
D
input_method_core_proxy.h
38
int32_t
ShowKeyboard
() override;
H
A
D
input_method_core_stub.h
39
int32_t
ShowKeyboard
() override;
H
A
D
input_method_ability.h
101
int32_t
ShowKeyboard
();
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H
A
D
input_method_core_stub.cpp
66
int32_t InputMethodCoreStub::
ShowKeyboard
()
in ShowKeyboard()
function in OHOS::MiscServices::InputMethodCoreStub
193
auto ret =
ShowKeyboard
();
in ShowKeyboardOnRemote()
H
A
D
input_method_core_proxy.cpp
75
int32_t InputMethodCoreProxy::
ShowKeyboard
()
H
A
D
input_method_ability.cpp
400
int32_t InputMethodAbility::
ShowKeyboard
()
in ShowKeyboard()
function in OHOS::MiscServices::InputMethodAbility
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/tasks/
H
A
D
task_imsa.h
59
InputMethodAbility::GetInstance()->
ShowKeyboard
();
in TaskImsaShowKeyboard()
/base/inputmethod/imf/services/src/
H
A
D
peruser_session.cpp
206
int32_t PerUserSession::
ShowKeyboard
(const sptr<IInputClient> ¤tClient)
in ShowKeyboard()
function in OHOS::MiscServices::PerUserSession
208
IMSA_HILOGD("PerUserSession::
ShowKeyboard
start.");
in ShowKeyboard()
219
auto ret = RequestIme(data, RequestType::REQUEST_SHOW, [&data] { return data->core->
ShowKeyboard
(); });
in ShowKeyboard()
344
return
ShowKeyboard
(client);
in OnShowCurrentInput()
364
return
ShowKeyboard
(client);
in OnShowInput()
387
auto ret = RequestIme(data, RequestType::REQUEST_SHOW, [&data] { return data->core->
ShowKeyboard
(); });
in OnRequestShowInput()
/base/inputmethod/imf/services/include/
H
A
D
peruser_session.h
209
int32_t
ShowKeyboard
(const sptr<IInputClient> ¤tClient);
Completed in 11 milliseconds