Home
last modified time | relevance | path

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

1234567

/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
H A Djs_navigator.cpp138 void JSNavigator::JsWidth(const JSRef<JSVal>& jsValue) in JsWidth() argument
153 void JSNavigator::JsHeight(const JSRef<JSVal>& jsValue) in JsHeight() argument
H A Djs_water_flow_sections.cpp65 void ParseMargin(const JSRef<JSVal>& jsValue, NG::MarginProperty& margin) in ParseMargin() argument
115 ParseSectionOptions( const JSCallbackInfo& args, const JSRef<JSVal>& jsValue, NG::WaterFlowSections::Section& section) ParseSectionOptions() 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...]
/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
H A Djs_napi_instance.cpp44 napi_value jsValue = nullptr; in GetModuleName() local
/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...]
/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...]
H A Dnapi_common_child_process_param.cpp23 bool UnwrapChildProcessArgs(napi_env env, napi_value jsValue, AppExecFwk::ChildProcessArgs &args, in UnwrapChildProcessArgs() argument
91 bool UnwrapChildProcessOptions(napi_env env, napi_value jsValue, AppExecFwk::ChildProcessOptions &options, in UnwrapChildProcessOptions() argument
125 napi_value jsValue = WrapInt32ToJS(env, iter->second); WrapChildProcessArgs() local
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnapi_zlib_common.cpp71 bool UnwrapIntValue(napi_env env, napi_value jsValue, int &result) in UnwrapIntValue() argument
86 napi_value jsValue = nullptr; in GetCallbackErrorValue() local
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/include/
H A Djs_napi_utils.h100 inline bool ConvertFromJsNumber(napi_env env, napi_value jsValue, int32_t& value) in ConvertFromJsNumber() argument
106 inline bool ConvertFromJsNumber(napi_env env, napi_value jsValue, uint32_t& value) in ConvertFromJsNumber() argument
112 inline bool ConvertFromJsNumber(napi_env env, napi_value jsValue, int64_t& value) in ConvertFromJsNumber() argument
118 inline bool ConvertFromJsNumber(napi_env env, napi_value jsValue, double& value) in ConvertFromJsNumber() argument
125 bool ConvertFromJsValue(napi_env env, napi_value jsValue, T& value) in ConvertFromJsValue() argument
[all...]
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/
H A Djs_util.h100 static napi_status GetValues(napi_env env, napi_value jsValue, T &value) in GetValues() argument
106 static napi_status GetValues(napi_env env, napi_value jsValue, T &value) in GetValues() argument
118 static napi_status GetValue(napi_env env, napi_value jsValue, std::variant<Types...> &value) in GetValue() argument
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_sendable_utils.cpp35 napi_value jsValue = nullptr; in Convert2Sendable() local
81 napi_value jsValue = nullptr; in Convert2Sendable() local
120 napi_value JSUtils::ToSendableObject(napi_env env, napi_value jsValue) in ToSendableObject() argument
149 napi_value JSUtils::ToSendableArray(napi_env env, napi_value jsValue) in ToSendableArray() argument
168 ToSendableTypedArray(napi_env env, napi_value jsValue) ToSendableTypedArray() argument
199 Convert2Sendable(napi_env env, napi_value jsValue) Convert2Sendable() argument
[all...]

Completed in 8 milliseconds

1234567