Searched refs:GetJSInputMethodSubProperties (Results 1 – 3 of 3) sorted by relevance
62 …static napi_value GetJSInputMethodSubProperties(napi_env env, const std::vector<SubProperty> &subP…
305 *result = JsInputMethod::GetJSInputMethodSubProperties(env, ctxt->subProperties); in ListInputMethodSubtype()332 *result = JsInputMethod::GetJSInputMethodSubProperties(env, ctxt->subProperties); in ListCurrentInputMethodSubtype()
175 napi_value JsInputMethod::GetJSInputMethodSubProperties(napi_env env, const std::vector<SubProperty… in GetJSInputMethodSubProperties() function in OHOS::MiscServices::JsInputMethod