Searched refs:GetJSInputMethodProperties (Results 1 – 3 of 3) sorted by relevance
63 …static napi_value GetJSInputMethodProperties(napi_env env, const std::vector<Property> &properties…
190 *result = JsInputMethod::GetJSInputMethodProperties(env, ctxt->properties); in ListInputMethod()222 *result = JsInputMethod::GetJSInputMethodProperties(env, ctxt->properties); in GetInputMethods()
192 napi_value JsInputMethod::GetJSInputMethodProperties(napi_env env, const std::vector<Property> &pro… in GetJSInputMethodProperties() function in OHOS::MiscServices::JsInputMethod