Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_setting.cpp202 *result = JsInputMethod::GetJSInputMethodProperties(env, ctxt->properties); in ListInputMethod()
235 *result = JsInputMethod::GetJSInputMethodProperties(env, ctxt->properties); in GetInputMethods()
274 return JsInputMethod::GetJSInputMethodProperties(env, properties); in GetInputMethodsSync()
284 *result = JsInputMethod::GetJSInputMethodProperties(env, ctxt->properties); in GetAllInputMethods()
312 return JsInputMethod::GetJSInputMethodProperties(env, properties); in GetAllInputMethodsSync()
H A Djs_input_method.h67 …static napi_value GetJSInputMethodProperties(napi_env env, const std::vector<Property> &properties…
H A Djs_input_method.cpp216 napi_value JsInputMethod::GetJSInputMethodProperties(napi_env env, const std::vector<Property> &pro… in GetJSInputMethodProperties() function in OHOS::MiscServices::JsInputMethod