Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.h91 static napi_value GetJsExtendActionProperty(napi_env env);
H A Djs_input_method_engine_setting.cpp85 DECLARE_NAPI_STATIC_PROPERTY("ExtendAction", GetJsExtendActionProperty(env)), in Init()
169 napi_value JsInputMethodEngineSetting::GetJsExtendActionProperty(napi_env env) in GetJsExtendActionProperty() function in OHOS::MiscServices::JsInputMethodEngineSetting
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h206 static napi_value GetJsExtendActionProperty(napi_env env);
H A Djs_get_input_method_controller.cpp66 DECLARE_NAPI_STATIC_PROPERTY("ExtendAction", GetJsExtendActionProperty(env)), in Init()
202 napi_value JsGetInputMethodController::GetJsExtendActionProperty(napi_env env) in GetJsExtendActionProperty() function in OHOS::MiscServices::JsGetInputMethodController