Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodpanel/
H A Djs_input_method_panel.cpp28 napi_set_named_property(env, exports, "PanelFlag", GetJsPanelFlagProperty(env)); in Init()
45 napi_value JsInputMethodPanel::GetJsPanelFlagProperty(napi_env env) in GetJsPanelFlagProperty() function in OHOS::MiscServices::JsInputMethodPanel
H A Djs_input_method_panel.h31 static napi_value GetJsPanelFlagProperty(napi_env env);
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.h89 static napi_value GetJsPanelFlagProperty(napi_env env);
H A Djs_input_method_engine_setting.cpp83 DECLARE_NAPI_STATIC_PROPERTY("PanelFlag", GetJsPanelFlagProperty(env)), in Init()
137 napi_value JsInputMethodEngineSetting::GetJsPanelFlagProperty(napi_env env) in GetJsPanelFlagProperty() function in OHOS::MiscServices::JsInputMethodEngineSetting