Searched refs:GetNumberProperty (Results 1 – 6 of 6) sorted by relevance
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/ |
D | js_text_input_client_engine.cpp | 127 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()
|
D | js_text_input_client_engine.h | 233 static int32_t GetNumberProperty(napi_env env, napi_value obj);
|
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodclient/ |
D | js_input_method.h | 61 static int32_t GetNumberProperty(napi_env env, napi_value obj);
|
D | js_input_method.cpp | 52 int32_t JsInputMethod::GetNumberProperty(napi_env env, napi_value obj) in GetNumberProperty() function in OHOS::MiscServices::JsInputMethod
|
D | js_get_input_method_setting.cpp | 215 ctxt->property.iconId = JsInputMethod::GetNumberProperty(env, result); in GetInputMethodProperty()
|
/base/security/huks/frameworks/crypto_lite/js/builtin/src/ |
D | cipher_module.cpp | 111 double ivOffset = JSI::GetNumberProperty(args[0], "ivOffset"); in Aes()
|