Home
last modified time | relevance | path

Searched refs:GetJSInputMethodSubProperties (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_input_method.h66 …static napi_value GetJSInputMethodSubProperties(napi_env env, const std::vector<SubProperty> &subP…
H A Djs_get_input_method_setting.cpp379 *result = JsInputMethod::GetJSInputMethodSubProperties(env, ctxt->subProperties); in ListInputMethodSubtype()
406 *result = JsInputMethod::GetJSInputMethodSubProperties(env, ctxt->subProperties); in ListCurrentInputMethodSubtype()
H A Djs_input_method.cpp199 napi_value JsInputMethod::GetJSInputMethodSubProperties(napi_env env, const std::vector<SubProperty… in GetJSInputMethodSubProperties() function in OHOS::MiscServices::JsInputMethod