/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_modifier.h | 183 void SetEnabled(bool value) in SetEnabled() argument 185 enabled_->Set(value); in SetEnabled()
|
H A D | checkboxgroup_model_ng.cpp | 33 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 D | menu_model_ng.cpp | 61 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 D | span_declaration.cpp | 53 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 D | plugin_manager_resource.cpp | 21 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 D | render_rating.h | 168 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 D | render_flex_item.cpp | 210 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 D | render_scroll.h | 191 void SetMainScrollExtentForBar(double value) in SetMainScrollExtentForBar() argument 193 scrollBarExtent_ = value; in SetMainScrollExtentForBar()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_model_ng.h | 40 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 D | image_paint_method.cpp | 109 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 D | menu_item_group_pattern.cpp | 56 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 D | progress_layout_algorithm.cpp | 115 width_ = selfIdealWidth.value(); in MeasureContentForApiNine() 119 height_ = selfIdealHeight.value(); in MeasureContentForApiNine()
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | fetch_manager.cpp | 57 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 D | dom_stepper.cpp | 45 attrsOperators[iter].value(attr.second, *this); in SetSpecializedAttr() 99 eventOperators[iter].value(pageId, *this); in AddSpecializedEvent()
|
H A D | dom_panel.cpp | 27 return index != -1 ? map[index].value : defaultValue; in ConvertStrToEnum() 110 specialAttrSetters[operatorIter].value(attr.second, *this); in SetSpecializedAttr()
|
H A D | dom_slider.cpp | 105 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 D | tab_content_model_impl.cpp | 186 tabContent->SetBarIcon(iconVal.value()); in ProcessTabBarTextIconPair() 189 return TabBarItemComponent::BuildWithTextIcon(textStr, iconVal.value()); in ProcessTabBarTextIconPair()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | pa_container.h | 165 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 D | input_method_manager_ohos.cpp | 84 if ((windowFocus_.has_value() && windowFocus_.value())) { in ProcessKeyboardInWindowScene() 107 if (windowFocus_.has_value() && windowFocus_.value()) { in ProcessKeyboard()
|
H A D | resource_convertor.cpp | 67 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 D | cj_animator_ffi.cpp | 78 (double value) { in FfiAnimatorReset() 82 onframeRef(value); in FfiAnimatorReset()
|
/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | render_button.h | 214 void UpdateAnimationParam(double value); 215 void UpdateFocusAnimation(double value);
|
H A D | button_component.h | 226 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 D | cj_prompt_ffi.cpp | 148 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 D | frontend_delegate.cpp | 127 bool FrontendDelegate::RequestFocus(const std::string& value, bool isSyncRequest) in RequestFocus() argument 131 return pipeline->RequestFocus(value, isSyncRequest); in RequestFocus()
|