Home
last modified time | relevance | path

Searched refs:GetNumberProperty (Results 1 – 6 of 6) sorted by relevance

/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/
Djs_text_input_client_engine.cpp127 int32_t JsTextInputClientEngine::GetNumberProperty(napi_env env, napi_value jsNumber) in GetNumberProperty() function in OHOS::MiscServices::JsTextInputClientEngine
178 ctxt->action = GetNumberProperty(env, argv); in GetAction()
190 ctxt->length = GetNumberProperty(env, argv); in GetDeleteForwardLength()
202 ctxt->num = GetNumberProperty(env, argv); in GetMoveCursorParam()
214 ctxt->length = GetNumberProperty(env, argv); in GetDeleteBackwardLength()
238 ctxt->length = GetNumberProperty(env, argv); in GetForwardLength()
250 ctxt->length = GetNumberProperty(env, argv); in GetBackwardLength()
Djs_text_input_client_engine.h233 static int32_t GetNumberProperty(napi_env env, napi_value obj);
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodclient/
Djs_input_method.h61 static int32_t GetNumberProperty(napi_env env, napi_value obj);
Djs_input_method.cpp52 int32_t JsInputMethod::GetNumberProperty(napi_env env, napi_value obj) in GetNumberProperty() function in OHOS::MiscServices::JsInputMethod
Djs_get_input_method_setting.cpp215 ctxt->property.iconId = JsInputMethod::GetNumberProperty(env, result); in GetInputMethodProperty()
/base/security/huks/frameworks/crypto_lite/js/builtin/src/
Dcipher_module.cpp111 double ivOffset = JSI::GetNumberProperty(args[0], "ivOffset"); in Aes()