| /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
|
| H A D | js_navigator.cpp | 138 void JSNavigator::JsWidth(const JSRef<JSVal>& jsValue) in JsWidth() argument 153 void JSNavigator::JsHeight(const JSRef<JSVal>& jsValue) in JsHeight() argument
|
| H A D | js_water_flow_sections.cpp | 65 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 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...] |
| /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
|
| H A D | js_napi_instance.cpp | 44 napi_value jsValue = nullptr; in GetModuleName() local
|
| /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...] |
| /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...] |
| H A D | napi_common_child_process_param.cpp | 23 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 D | napi_zlib_common.cpp | 71 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 D | js_napi_utils.h | 100 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 D | js_util.h | 100 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 D | js_sendable_utils.cpp | 35 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...] |