Home
last modified time | relevance | path

Searched refs:subProperties (Results 1 - 6 of 6) sorted by relevance

/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_input_method.h66 static napi_value GetJSInputMethodSubProperties(napi_env env, const std::vector<SubProperty> &subProperties);
H A Djs_get_input_method_setting.cpp382 *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 Djs_input_method.cpp199 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 Djs_get_input_method_setting.h32 std::vector<SubProperty> subProperties; member
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp45 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 Dinput_method_controller.h303 * @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