Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_input_method.h62 …static napi_value GetJSInputMethodSubProperties(napi_env env, const std::vector<SubProperty> &subP…
Djs_get_input_method_setting.cpp305 *result = JsInputMethod::GetJSInputMethodSubProperties(env, ctxt->subProperties); in ListInputMethodSubtype()
332 *result = JsInputMethod::GetJSInputMethodSubProperties(env, ctxt->subProperties); in ListCurrentInputMethodSubtype()
Djs_input_method.cpp175 napi_value JsInputMethod::GetJSInputMethodSubProperties(napi_env env, const std::vector<SubProperty… in GetJSInputMethodSubProperties() function in OHOS::MiscServices::JsInputMethod