Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_input_method.h63 …static napi_value GetJSInputMethodProperties(napi_env env, const std::vector<Property> &properties…
Djs_get_input_method_setting.cpp190 *result = JsInputMethod::GetJSInputMethodProperties(env, ctxt->properties); in ListInputMethod()
222 *result = JsInputMethod::GetJSInputMethodProperties(env, ctxt->properties); in GetInputMethods()
Djs_input_method.cpp192 napi_value JsInputMethod::GetJSInputMethodProperties(napi_env env, const std::vector<Property> &pro… in GetJSInputMethodProperties() function in OHOS::MiscServices::JsInputMethod