Home
last modified time | relevance | path

Searched refs:value (Results 23076 - 23100 of 36350) sorted by relevance

1...<<921922923924925926927928929930>>...1454

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_modifier.h183 void SetEnabled(bool value) in SetEnabled() argument
185 enabled_->Set(value); in SetEnabled()
H A Dcheckboxgroup_model_ng.cpp33 eventHub->SetGroupName(groupName.value()); in Create()
185 eventHub->SetGroupName(groupName.value()); in SetCheckboxGroupName()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_model_ng.cpp61 ACE_UPDATE_LAYOUT_PROPERTY(MenuLayoutProperty, FontColor, color.value()); in SetFontColor()
145 ACE_UPDATE_NODE_LAYOUT_PROPERTY(MenuLayoutProperty, FontColor, color.value(), frameNode); in SetFontColor()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.cpp53 spanStyleOperators[spanStyleIter].value(attr.second, *this); in SetSpecializedAttr()
155 spanStyleOperators[spanStyleIter].value(style.second, *this); in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_manager_resource.cpp21 const char PLUGIN_MANAGER_PARAM_VALUE[] = "value";
129 std::string value = param.substr(mid + equalsLen, end - mid - equalsLen); in ParseMapFromString() local
130 result[key] = value; in ParseMapFromString()
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.h168 void SetOnChange(const std::function<void(std::string)>& value) in SetOnChange() argument
170 onChangeRating = value; in SetOnChange()
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex_item.cpp210 void RenderFlexItem::SetAlignValue(AlignDirection& alignDirection, double value) in SetAlignValue() argument
240 operatorIter->second(value, *this); in SetAlignValue()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_scroll.h191 void SetMainScrollExtentForBar(double value) in SetMainScrollExtentForBar() argument
193 scrollBarExtent_ = value; in SetMainScrollExtentForBar()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.h40 void SetType(const int value) override;
67 static void SetType(FrameNode* frameNode, const int value);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_paint_method.cpp109 config.colorFilter_.colorFilterMatrix_ = std::make_shared<std::vector<float>>(colorFilterMatrix.value()); in UpdatePaintConfig()
113 config.colorFilter_.colorFilterDrawing_ = drawingColorFilter.value(); in UpdatePaintConfig()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_pattern.cpp56 headerProperty->UpdateFontSize(menuFontSize.value()); in ModifyFontSize()
63 footerProperty->UpdateFontSize(menuFontSize.value()); in ModifyFontSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_layout_algorithm.cpp115 width_ = selfIdealWidth.value(); in MeasureContentForApiNine()
119 height_ = selfIdealHeight.value(); in MeasureContentForApiNine()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dfetch_manager.cpp57 for (auto&& [key, value] : requestData.GetHeader()) {
58 header = curl_slist_append(header, (key + ":" + value).c_str());
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_stepper.cpp45 attrsOperators[iter].value(attr.second, *this); in SetSpecializedAttr()
99 eventOperators[iter].value(pageId, *this); in AddSpecializedEvent()
H A Ddom_panel.cpp27 return index != -1 ? map[index].value : defaultValue; in ConvertStrToEnum()
110 specialAttrSetters[operatorIter].value(attr.second, *this); in SetSpecializedAttr()
H A Ddom_slider.cpp105 sliderAttrsOperators[operatorIter].value(attr.second, *this); in SetSpecializedAttr()
128 sliderStylesOperators[operatorIter].value(style.second, *this); in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtab_content_model_impl.cpp186 tabContent->SetBarIcon(iconVal.value()); in ProcessTabBarTextIconPair()
189 return TabBarItemComponent::BuildWithTextIcon(textStr, iconVal.value()); in ProcessTabBarTextIconPair()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dpa_container.h165 static int32_t Insert(int32_t instanceId, const Uri& uri, const OHOS::NativeRdb::ValuesBucket& value);
168 static int32_t Update(int32_t instanceId, const Uri& uri, const OHOS::NativeRdb::ValuesBucket& value,
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dinput_method_manager_ohos.cpp84 if ((windowFocus_.has_value() && windowFocus_.value())) { in ProcessKeyboardInWindowScene()
107 if (windowFocus_.has_value() && windowFocus_.value()) { in ProcessKeyboard()
H A Dresource_convertor.cpp67 for (const auto& [dpi, value] : resolutions) { in ConvertDensityToGlobal()
68 resolution = value; in ConvertDensityToGlobal()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/
H A Dcj_animator_ffi.cpp78 (double value) { in FfiAnimatorReset()
82 onframeRef(value); in FfiAnimatorReset()
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.h214 void UpdateAnimationParam(double value);
215 void UpdateFocusAnimation(double value);
H A Dbutton_component.h226 void SetHasCustomChild(bool value) in SetHasCustomChild() argument
228 hasCustomChild_ = value; in SetHasCustomChild()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/
H A Dcj_prompt_ffi.cpp148 double dxVal = options.offset.dx.value; in FfiPromptOpenCustomDialog()
151 double dyVal = options.offset.dy.value; in FfiPromptOpenCustomDialog()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.cpp127 bool FrontendDelegate::RequestFocus(const std::string& value, bool isSyncRequest) in RequestFocus() argument
131 return pipeline->RequestFocus(value, isSyncRequest); in RequestFocus()

Completed in 27 milliseconds

1...<<921922923924925926927928929930>>...1454