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:IsCurrentIme
(Results
1 - 11
of
11
) sorted by relevance
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H
A
D
input_method_system_ability_proxy.h
70
bool
IsCurrentIme
() override;
/base/inputmethod/imf/services/include/
H
A
D
i_input_method_system_ability.h
69
virtual bool
IsCurrentIme
() = 0;
H
A
D
input_method_system_ability.h
77
bool
IsCurrentIme
() override;
167
bool
IsCurrentIme
(int32_t userId);
/base/inputmethod/imf/services/src/
H
A
D
input_method_system_ability.cpp
450
if (!
IsCurrentIme
(userId)) {
in SetCoreAndAgent()
466
if (!
IsCurrentIme
(userId)) {
in InitConnect()
511
if (!
IsCurrentIme
(userId)) {
in PanelStatusChange()
551
bool InputMethodSystemAbility::
IsCurrentIme
()
in IsCurrentIme()
function in OHOS::MiscServices::InputMethodSystemAbility
553
return
IsCurrentIme
(GetCallingUserId());
in IsCurrentIme()
1780
bool InputMethodSystemAbility::
IsCurrentIme
(int32_t userId)
H
A
D
input_method_system_ability_stub.cpp
345
return ITypesUtil::Marshal(reply, ErrorCode::NO_ERROR,
IsCurrentIme
()) ? ErrorCode::NO_ERROR
in IsCurrentImeOnRemote()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
identity_checker_test.cpp
419
bool ret = IdentityCheckerTest::service_->
IsCurrentIme
();
in HWTEST_F()
434
bool ret = IdentityCheckerTest::service_->
IsCurrentIme
();
in HWTEST_F()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H
A
D
input_method_ability.h
77
bool
IsCurrentIme
();
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H
A
D
input_method_system_ability_proxy.cpp
244
bool InputMethodSystemAbilityProxy::
IsCurrentIme
()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H
A
D
input_method_ability.cpp
1002
bool InputMethodAbility::
IsCurrentIme
()
in IsCurrentIme()
function in OHOS::MiscServices::InputMethodAbility
1017
if (proxy->
IsCurrentIme
()) {
in IsCurrentIme()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H
A
D
js_keyboard_delegate_setting.cpp
107
if (!InputMethodAbility::GetInstance()->
IsCurrentIme
()) {
in InitKeyboardDelegate()
H
A
D
js_input_method_engine_setting.cpp
219
if (!InputMethodAbility::GetInstance()->
IsCurrentIme
()) {
in InitInputMethodSetting()
Completed in 12 milliseconds