Home
last modified time | relevance | path

Searched defs:jsValue (Results 1 - 25 of 187) sorted by relevance

12345678

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_touch_intercept_function.cpp26 auto jsValue = JsFunction::ExecuteJS(1, &param); in Execute() local
H A Djs_should_built_in_recognizer_parallel_with_function.cpp37 auto jsValue = JsFunction::ExecuteJS(paramCount, params); in Execute() local
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/open_link/
H A Dnapi_common_open_link_options.cpp35 napi_value jsValue = GetPropertyValueByPropertyName(env, param, "parameters", napi_object); in UnwrapOpenLinkOptions() local
/foundation/ability/ability_runtime/frameworks/js/napi/js_dialog_session/
H A Djs_dialog_session_utils.cpp32 napi_value jsValue = nullptr; in WrapArrayDialogAbilityInfoToJS() local
48 napi_value jsValue = nullptr; in WrapDialogAbilityInfo() local
81 napi_value jsValue = nullptr; WrapDialogSessionInfo() local
100 napi_value jsValue = nullptr; WrapMultiAppModeData() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_cached_image.cpp20 static bool IsASTCResource(const JSRef<JSVal>& jsValue) in IsASTCResource() argument
H A Djs_scrollable.cpp27 EdgeEffect JSScrollable::ParseEdgeEffect(const JSRef<JSVal>& jsValue, EdgeEffect defaultValue) in ParseEdgeEffect() argument
37 bool JSScrollable::ParseAlwaysEnable(const JSRef<JSVal>& jsValue, bool defaultValue) in ParseAlwaysEnable() argument
H A Djs_container_span.cpp31 auto jsValue = info[0]; in ParseTextBackgroundStyle() local
H A Djs_flex.cpp99 void JSFlex::SetHeight(const JSRef<JSVal>& jsValue) in SetHeight() argument
117 void JSFlex::SetWidth(const JSRef<JSVal>& jsValue) in SetWidth() argument
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/
H A Djs_sendable_utils.h79 napi_value jsValue; in Convert2Sendable() local
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Djs_sendable_utils.cpp26 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, bool &output) in ConvertFromSendable() argument
31 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, float &output) in ConvertFromSendable() argument
36 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, double &output) in ConvertFromSendable() argument
41 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, int32_t &output) in ConvertFromSendable() argument
46 int32_t ConvertFromSendable(napi_env env, napi_value jsValue, int64_t &output) in ConvertFromSendable() argument
51 ConvertFromSendable(napi_env env, napi_value jsValue, std::vector<uint8_t> &output) ConvertFromSendable() argument
56 ConvertFromSendable(napi_env env, napi_value jsValue, std::string &output) ConvertFromSendable() argument
61 ConvertFromSendable(napi_env env, napi_value jsValue, Object &output) ConvertFromSendable() argument
66 ConvertFromSendable(napi_env env, napi_value jsValue, BigInt &output) ConvertFromSendable() argument
71 ConvertFromSendable(napi_env env, napi_value jsValue, std::monostate &value) ConvertFromSendable() argument
[all...]
/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_margin_helper.cpp48 std::shared_ptr<PrintMargin> PrintMarginHelper::BuildFromJs(napi_env env, napi_value jsValue) in BuildFromJs() argument
H A Dprint_preview_attribute_helper.cpp42 std::shared_ptr<PrintPreviewAttribute> PrintPreviewAttributeHelper::BuildFromJs(napi_env env, napi_value jsValue) in BuildFromJs() argument
H A Dprint_page_size_helper.cpp38 std::shared_ptr<PrintPageSize> PrintPageSizeHelper::BuildFromJs(napi_env env, napi_value jsValue) in BuildFromJs() argument
H A Dprint_resolution_helper.cpp34 std::shared_ptr<PrintResolution> PrintResolutionHelper::BuildFromJs(napi_env env, napi_value jsValue) in BuildFromJs() argument
H A Dprint_extension_info_helper.cpp39 std::shared_ptr<PrintExtensionInfo> PrintExtensionInfoHelper::BuildFromJs(napi_env env, napi_value jsValue) in BuildFromJs() argument
/base/print/print_fwk/frameworks/helper/print_helper/include/
H A Dprinter_capability_helper.h61 ProcessJsArrayProperty(napi_env env, napi_value jsValue, const char *propertyName, std::function<void(const std::vector<T> &)> setFunction, std::function<std::shared_ptr<T>(napi_env, napi_value)> buildFunction) ProcessJsArrayProperty() argument
[all...]
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dintell_voice_napi_util.cpp99 napi_status GetValue(napi_env env, napi_value jsValue, int32_t &value) in GetValue() argument
109 napi_status GetValue(napi_env env, napi_value jsValue, bool &value) in GetValue() argument
119 napi_status GetValue(napi_env env, napi_value jsValue, string &value) in GetValue() argument
148 GetValue(napi_env env, napi_value jsValue, std::vector<uint8_t> &value) GetValue() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_line_bridge.cpp25 Local<JSValueRef> jsValue = runtimeCallInfo->GetCallArgRef(1); in SetStartPoint() local
93 Local<JSValueRef> jsValue = runtimeCallInfo->GetCallArgRef(1); in SetEndPoint() local
/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_napi_common.cpp32 bool UnwrapIntValue(napi_env env, napi_value jsValue, int& result) in UnwrapIntValue() argument
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_values_bucket.cpp32 napi_value jsValue = JSUtils::Convert2JSValue(env, value.value); in NAPI_OHOS_Data_RdbJsKit_ValuesBucketProxy_NewInstance() local
H A Dnapi_rdb_js_utils.cpp27 int32_t Convert2Value(napi_env env, napi_value jsValue, Asset &output) in Convert2Value() argument
75 int32_t Convert2Value(napi_env env, napi_value jsValue, ValueObjec argument
96 Convert2Value(napi_env env, napi_value jsValue, BigInt& value) Convert2Value() argument
[all...]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Djs_sendable_utils.h79 GetCPPValue(napi_env env, napi_value jsValue, T &value) GetCPPValue() argument
88 GetCPPValue(napi_env env, napi_value jsValue, T &value) GetCPPValue() argument
117 ConvertFromSendable(napi_env env, napi_value jsValue, std::vector<T> &value) ConvertFromSendable() argument
145 ConvertFromSendable(napi_env env, napi_value jsValue, std::variant<Types...> &value) ConvertFromSendable() argument
153 napi_value jsValue; ConvertToSendable() local
[all...]
/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_error.cpp107 napi_value jsValue = nullptr; in GetErrorCodeValue() local
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_range_helper.cpp38 std::shared_ptr<ScanRange> ScanRangeHelper::BuildFromJs(napi_env env, napi_value jsValue) in BuildFromJs() argument
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_configuration.cpp38 napi_value jsValue = WrapStringToJS(env, value); in InnerWrapConfigurationString() local
53 napi_value jsValue = nullptr; in WrapConfiguration() local
[all...]

Completed in 16 milliseconds

12345678