Searched refs:GetJsInputMethodProperty (Results 1 – 5 of 5) sorted by relevance
103 napi_value JsInputMethod::GetJsInputMethodProperty(napi_env env, const Property &property) in GetJsInputMethodProperty() function in OHOS::MiscServices::JsInputMethod226 napi_value pro = GetJsInputMethodProperty(env, property); in GetJSInputMethodProperties()289 return GetJsInputMethodProperty(env, *property); in GetCurrentInputMethod()318 return GetJsInputMethodProperty(env, *property); in GetDefaultInputMethod()
65 static napi_value GetJsInputMethodProperty(napi_env env, const Property &property);
614 napi_value property = JsInputMethod::GetJsInputMethodProperty(env, entry->property); in OnImeChange()
82 static napi_value GetJsInputMethodProperty(napi_env env, const Property &property);
247 return GetJsInputMethodProperty(env, *property); in GetDefaultInputMethod()250 napi_value JsKeyboardPanelManager::GetJsInputMethodProperty(napi_env env, const Property &property) in GetJsInputMethodProperty() function in OHOS::MiscServices::JsKeyboardPanelManager