| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
| H A D | js_touch_intercept_function.cpp | 26 auto jsValue = JsFunction::ExecuteJS(1, ¶m); in Execute() local
|
| H A D | js_should_built_in_recognizer_parallel_with_function.cpp | 37 auto jsValue = JsFunction::ExecuteJS(paramCount, params); in Execute() local
|
| /foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/open_link/ |
| H A D | napi_common_open_link_options.cpp | 35 napi_value jsValue = GetPropertyValueByPropertyName(env, param, "parameters", napi_object); in UnwrapOpenLinkOptions() local
|
| /foundation/ability/ability_runtime/frameworks/js/napi/js_dialog_session/ |
| H A D | js_dialog_session_utils.cpp | 32 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 D | js_cached_image.cpp | 20 static bool IsASTCResource(const JSRef<JSVal>& jsValue) in IsASTCResource() argument
|
| H A D | js_scrollable.cpp | 27 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 D | js_container_span.cpp | 31 auto jsValue = info[0]; in ParseTextBackgroundStyle() local
|
| H A D | js_flex.cpp | 99 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 D | js_sendable_utils.h | 79 napi_value jsValue; in Convert2Sendable() local
|
| /foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/ |
| H A D | js_sendable_utils.cpp | 26 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 D | print_margin_helper.cpp | 48 std::shared_ptr<PrintMargin> PrintMarginHelper::BuildFromJs(napi_env env, napi_value jsValue) in BuildFromJs() argument
|
| H A D | print_preview_attribute_helper.cpp | 42 std::shared_ptr<PrintPreviewAttribute> PrintPreviewAttributeHelper::BuildFromJs(napi_env env, napi_value jsValue) in BuildFromJs() argument
|
| H A D | print_page_size_helper.cpp | 38 std::shared_ptr<PrintPageSize> PrintPageSizeHelper::BuildFromJs(napi_env env, napi_value jsValue) in BuildFromJs() argument
|
| H A D | print_resolution_helper.cpp | 34 std::shared_ptr<PrintResolution> PrintResolutionHelper::BuildFromJs(napi_env env, napi_value jsValue) in BuildFromJs() argument
|
| H A D | print_extension_info_helper.cpp | 39 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 D | printer_capability_helper.h | 61 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 D | intell_voice_napi_util.cpp | 99 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 D | arkts_native_line_bridge.cpp | 25 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 D | js_napi_common.cpp | 32 bool UnwrapIntValue(napi_env env, napi_value jsValue, int& result) in UnwrapIntValue() argument
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
| H A D | napi_values_bucket.cpp | 32 napi_value jsValue = JSUtils::Convert2JSValue(env, value.value);
in NAPI_OHOS_Data_RdbJsKit_ValuesBucketProxy_NewInstance() local
|
| H A D | napi_rdb_js_utils.cpp | 27 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 D | js_sendable_utils.h | 79 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 D | napi_account_error.cpp | 107 napi_value jsValue = nullptr; in GetErrorCodeValue() local
|
| /base/print/print_fwk/frameworks/helper/scan_helper/src/ |
| H A D | scan_range_helper.cpp | 38 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 D | napi_common_configuration.cpp | 38 napi_value jsValue = WrapStringToJS(env, value); in InnerWrapConfigurationString() local 53 napi_value jsValue = nullptr; in WrapConfiguration() local [all...] |