Home
last modified time | relevance | path

Searched refs:GetJsPanelTypeProperty (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodpanel/
H A Djs_input_method_panel.cpp27 napi_set_named_property(env, exports, "PanelType", GetJsPanelTypeProperty(env)); in Init()
32 napi_value JsInputMethodPanel::GetJsPanelTypeProperty(napi_env env) in GetJsPanelTypeProperty() function in OHOS::MiscServices::JsInputMethodPanel
H A Djs_input_method_panel.h30 static napi_value GetJsPanelTypeProperty(napi_env env);
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.h88 static napi_value GetJsPanelTypeProperty(napi_env env);
H A Djs_input_method_engine_setting.cpp82 DECLARE_NAPI_STATIC_PROPERTY("PanelType", GetJsPanelTypeProperty(env)), in Init()
124 napi_value JsInputMethodEngineSetting::GetJsPanelTypeProperty(napi_env env) in GetJsPanelTypeProperty() function in OHOS::MiscServices::JsInputMethodEngineSetting