Home
last modified time | relevance | path

Searched refs:value (Results 15301 - 15325 of 36034) sorted by relevance

1...<<611612613614615616617618619620>>...1442

/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/
H A Djs_mission_info_utils.h40 auto value = wantParams.GetParam(key); in InnerWrapJsWantParams() local
41 TBase *ao = TBase::Query(value); in InnerWrapJsWantParams()
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.cpp22 SliderComponent::SliderComponent(const double value, const double step, const double min, const double max) in SliderComponent() argument
26 data_.SetValue(value); in SliderComponent()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_text_clock_ffi.h65 CJ_EXPORT void FfiOHOSAceFrameworkTextClockFormat(const char* value);
70 CJ_EXPORT void FfiOHOSAceFrameworkTextClockFontStyle(int32_t value);
H A Dcj_swiper_ffi.h54 CJ_EXPORT void FfiOHOSAceFrameworkSwiperSetIndicatorStyle(CJIndicatorStyle value);
60 CJ_EXPORT void FfiOHOSAceFrameworkSwiperSetEnabled(bool value);
H A Dcj_relative_container_ffi.cpp43 guidelineInfoItem.start = CalcDimension(guideline.position.start.value, in FfiOHOSAceFrameworkReletiveContainerGuideLine()
47 guidelineInfoItem.end = CalcDimension(guideline.position.end.value, in FfiOHOSAceFrameworkReletiveContainerGuideLine()
H A Dcj_shape_ffi.h57 CJ_EXPORT void FfiOHOSAceFrameworkShapeSetInsWidth(int64_t shapeId, double value, int32_t unit);
58 CJ_EXPORT void FfiOHOSAceFrameworkShapeSetInsHeight(int64_t shapeId, double value, int32_t unit);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_component3d_bridge.cpp44 Local<JSValueRef> value = panda::ArrayRef::GetValueAt(vm, array, index); in SetShaderInputBuffer() local
46 if (ArkTSUtils::ParseJsDouble(vm, value, param)) { in SetShaderInputBuffer()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmodel_view_impl.h28 void SetHandleCameraMove(const bool value) override;
29 void SetTransparent(const bool value) override;
H A Dhyperlink_model_impl.cpp64 void HyperlinkModelImpl::SetColor(const Color& value) in SetColor() argument
71 component->SetColor(value); in SetColor()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresponse_data.cpp42 for (auto&& [key, value] : headers_) { in GetStringValue()
43 headersStr += key + ":" + value + ","; in GetStringValue()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Dform_value.h75 void SetValue(const std::string& value) in SetValue() argument
77 value_ = value; in SetValue()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_motion.cpp54 bool SpringMotion::IsCompleted(double value, double velocity) const in IsCompleted() argument
56 return NearZero(value - endPosition_, accuracy_) && NearZero(velocity, velocityAccuracy_); in IsCompleted()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dlazy_foreach_func.cpp36 std::string res = cstr.value; in GenerateKey()
37 cstr.free(cstr.value); in GenerateKey()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_data_ability.h37 int32_t Insert(const Uri& uri, const NativeRdb::ValuesBucket& value) override;
41 int32_t Update(const Uri& uri, const NativeRdb::ValuesBucket& value,
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid_container.cpp58 auto value = sizeType->ToNumber<int32_t>(); in Create() local
59 gridContainerInfoBuilder.SetSizeType(static_cast<GridSizeType>(value)); in Create()
H A Djs_button.h33 static void SetFontWeight(const std::string& value);
34 static void SetFontStyle(int32_t value);
H A Djs_local_storage.cpp48 void JSLocalStorage::AddStorage(int32_t key, const JSRef<JSObject>& value) in AddStorage() argument
55 storages_.emplace(key, value); in AddStorage()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dblank_modifier.cpp21 void SetColor(ArkUINodeHandle node, ArkUI_Uint32 value) in SetColor() argument
25 BlankModelNG::SetColor(frameNode, Color(value)); in SetColor()
H A Dextension_companion_node.h38 void SetAlignmentValue(ArkUI_Int32 value) in SetAlignmentValue() argument
40 alignment_ = value; in SetAlignmentValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_polygon.cpp81 bool SvgPolygon::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
84 polyAttr_.points = value; in ParseAndSetSpecializedAttr()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_layout_algorithm.cpp52 width = contentConstraint.selfIdealSize.Width().value(); in MeasureContent()
59 height = contentConstraint.selfIdealSize.Height().value(); in MeasureContent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_modifier.h80 void SetIsNewAvoid(bool value) in SetIsNewAvoid() argument
82 isNewAvoid_ = value; in SetIsNewAvoid()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_event_hub.h74 void SetValue(const std::string& value) in SetValue() argument
76 value_ = value; in SetValue()
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dconfig_parser.cpp57 std::string value = trim(line.substr(delimiterPos + 1)); in load() local
58 configData[key] = value; in load()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_reference.h40 napi_value value,
49 Local<JSValueRef> value,

Completed in 21 milliseconds

1...<<611612613614615616617618619620>>...1442