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:subProperties
(Results
1 - 6
of
6
) sorted by relevance
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H
A
D
js_input_method.h
66
static napi_value GetJSInputMethodSubProperties(napi_env env, const std::vector<SubProperty> &
subProperties
);
H
A
D
js_get_input_method_setting.cpp
382
*result = JsInputMethod::GetJSInputMethodSubProperties(env, ctxt->
subProperties
);
in ListInputMethodSubtype()
387
InputMethodController::GetInstance()->ListInputMethodSubtype(ctxt->property, ctxt->
subProperties
);
in ListInputMethodSubtype()
410
*result = JsInputMethod::GetJSInputMethodSubProperties(env, ctxt->
subProperties
);
in ListCurrentInputMethodSubtype()
414
int32_t errCode = InputMethodController::GetInstance()->ListCurrentInputMethodSubtype(ctxt->
subProperties
);
in ListCurrentInputMethodSubtype()
H
A
D
js_input_method.cpp
199
napi_value JsInputMethod::GetJSInputMethodSubProperties(napi_env env, const std::vector<SubProperty> &
subProperties
)
in GetJSInputMethodSubProperties()
argument
208
for (const auto &subproperty :
subProperties
) {
in GetJSInputMethodSubProperties()
H
A
D
js_get_input_method_setting.h
32
std::vector<SubProperty>
subProperties
;
member
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H
A
D
inputmethodcontroller_fuzzer.cpp
45
std::vector<SubProperty>
subProperties
= {};
in TestListInputMethodSubtype()
local
52
imc->ListInputMethodSubtype(property,
subProperties
);
in TestListInputMethodSubtype()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H
A
D
input_method_controller.h
303
* @param
subProperties
Indicates the subtypes of specified input method that will be listed.
307
IMF_API int32_t ListInputMethodSubtype(const Property &property, std::vector<SubProperty> &
subProperties
);
314
* @param
subProperties
Indicates the subtypes of current input method that will be listed.
318
IMF_API int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &
subProperties
);
Completed in 5 milliseconds