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:OnSetSubtype
(Results
1 - 11
of
11
) sorted by relevance
/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/
H
A
D
input_method_engine_listener.h
34
virtual void
OnSetSubtype
(const SubProperty &property) = 0;
/base/inputmethod/imf/test/common/include/
H
A
D
input_method_engine_listener_impl.h
52
void
OnSetSubtype
(const SubProperty &property) override;
/base/inputmethod/imf/test/common/src/
H
A
D
input_method_engine_listener_impl.cpp
58
void InputMethodEngineListenerImpl::
OnSetSubtype
(const SubProperty &property)
in OnSetSubtype()
function in OHOS::MiscServices::InputMethodEngineListenerImpl
60
IMSA_HILOGI("InputMethodEngineListenerImpl::
OnSetSubtype
");
in OnSetSubtype()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/tasks/
H
A
D
task_imsa.h
156
InputMethodAbility::GetInstance()->
OnSetSubtype
(prop);
in TaskImsaOnSetSubProperty()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H
A
D
js_input_method_engine_setting.h
55
void
OnSetSubtype
(const SubProperty &property) override;
H
A
D
js_input_method_engine_setting.cpp
669
void JsInputMethodEngineSetting::
OnSetSubtype
(const SubProperty &property)
in OnSetSubtype()
function in OHOS::MiscServices::JsInputMethodEngineSetting
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
itypes_util_test.cpp
62
void
OnSetSubtype
(const SubProperty &property)
in OnSetSubtype()
function in OHOS::MiscServices::ITypesUtilTest::InputMethodEngineListenerImpl
64
IMSA_HILOGI("InputMethodEngineListenerImpl
OnSetSubtype
");
in OnSetSubtype()
H
A
D
virtual_listener_test.cpp
105
void
OnSetSubtype
(const SubProperty &property) override
H
A
D
input_method_ability_test.cpp
100
void
OnSetSubtype
(const SubProperty &property)
in OnSetSubtype()
function in OHOS::MiscServices::InputMethodAbilityTest::InputMethodEngineListenerImpl
102
IMSA_HILOGI("InputMethodEngineListenerImpl
OnSetSubtype
");
in OnSetSubtype()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H
A
D
input_method_ability.h
105
void
OnSetSubtype
(SubProperty subProperty);
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H
A
D
input_method_ability.cpp
249
void InputMethodAbility::
OnSetSubtype
(SubProperty subProperty)
in OnSetSubtype()
function in OHOS::MiscServices::InputMethodAbility
251
imeListener_->
OnSetSubtype
(subProperty);
in OnSetSubtype()
Completed in 12 milliseconds