/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_modifier.h | 183 void SetEnabled(bool value) in SetEnabled() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_model_ng.cpp | 63 void GridModelNG::SetColumnsTemplate(const std::string& value) in SetColumnsTemplate() argument 73 void GridModelNG::SetRowsTemplate(const std::string& value) in SetRowsTemplate() argument 83 void GridModelNG::SetColumnsGap(const Dimension& value) in SetColumnsGap() argument 90 SetRowsGap(const Dimension& value) SetRowsGap() argument 97 SetGridHeight(const Dimension& value) SetGridHeight() argument 102 SetScrollBarMode(DisplayMode value) SetScrollBarMode() argument 107 SetScrollBarColor(const std::string& value) SetScrollBarColor() argument 112 SetScrollBarWidth(const std::string& value) SetScrollBarWidth() argument 117 SetCachedCount(int32_t value, bool show) SetCachedCount() argument 123 SetEditable(bool value) SetEditable() argument 133 SetLayoutDirection(FlexDirection value) SetLayoutDirection() argument 138 SetMaxCount(int32_t value) SetMaxCount() argument 143 SetMinCount(int32_t value) SetMinCount() argument 148 SetCellLength(int32_t value) SetCellLength() argument 153 SetMultiSelectable(bool value) SetMultiSelectable() argument 162 SetSupportAnimation(bool value) SetSupportAnimation() argument 171 SetSupportDragAnimation(bool value) SetSupportDragAnimation() argument 206 SetOnScrollToIndex(ScrollToIndexFunc&& value) SetOnScrollToIndex() argument 215 SetOnScrollBarUpdate(ScrollBarUpdateFunc&& value) SetOnScrollBarUpdate() argument 224 SetOnItemDragStart(std::function<void(const ItemDragInfo&, int32_t)>&& value) SetOnItemDragStart() argument 246 SetOnItemDragEnter(ItemDragEnterFunc&& value) SetOnItemDragEnter() argument 257 SetOnItemDragMove(ItemDragMoveFunc&& value) SetOnItemDragMove() argument 268 SetOnItemDragLeave(ItemDragLeaveFunc&& value) SetOnItemDragLeave() argument 279 SetOnItemDrop(ItemDropFunc&& value) SetOnItemDrop() argument 531 std::string value = "1fr"; GetColumnsTemplate() local 538 std::string value = "1fr"; GetRowsTemplate() local 546 Dimension value; GetColumnsGap() local 554 Dimension value; GetRowsGap() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_component.h | 114 std::string value; member
|
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | select_popup_component.h | 118 void SetOptionModifiedCallback(const std::function<void(std::size_t)>& value) in SetOptionModifiedCallback() argument 192 void SetShowOption(const TweenOption& value) in SetShowOption() argument 202 void SetRefreshAnimationCallback(const RefreshAnimationCallback& value) in SetRefreshAnimationCallback() argument 215 void SetHideOption(const TweenOption& value) in SetHideOption() argument 224 void SetAnimationController(const RefPtr<Animator>& value) in SetAnimationController() argument 268 SetNode(const RefPtr<AccessibilityNode>& value) SetNode() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_constants.cpp | 507 const auto& value = child->GetString(); in ParseCustomStyle() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_modifier.cpp | 43 auto value = AceType::MakeRefPtr<AnimatablePropertyFloat>(0.0); in DataPanelModifier() local
|
/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
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | decoration.cpp | 81 void BackgroundImageSize::SetSizeValueX(double value) in SetSizeValueX() argument 89 void BackgroundImageSize::SetSizeValueY(double value) in SetSizeValueY() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_base.cpp | 229 void RenderPickerBase::HandleTriangleClick(bool value) in HandleTriangleClick() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_scroll.h | 191 void SetMainScrollExtentForBar(double value) in SetMainScrollExtentForBar() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | render_slider.cpp | 617 UpdateTipText(double value) UpdateTipText() argument 784 RestartMoveAnimation(double value, bool isClick) RestartMoveAnimation() argument [all...] |
H A D | render_slider.h | 169 void SyncValueToComponent(double value) in SyncValueToComponent() argument 228 void SetOnChange(const std::function<void(double, int32_t)>& value) in SetOnChange() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_pattern.h | 243 void CallDoubleBindCallback(const std::string& value) in CallDoubleBindCallback() argument
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/ |
H A D | wfd_message.cpp | 146 void WfdRtspM3Response::SetContentProtection(const std::string &value) in SetContentProtection() argument 151 void WfdRtspM3Response::SetCoupledSink(const std::string &value) in SetCoupledSink() argument 156 void WfdRtspM3Response::SetUibcCapability(const std::string &value) in SetUibcCapability() argument 161 void WfdRtspM3Response::SetStandbyResumeCapability(const std::string &value) in SetStandbyResumeCapability() argument 166 void WfdRtspM3Response::SetCustomParam(const std::string &key, const std::string &value) in SetCustomParam() argument 177 std::string value = GetCustomParam(WFD_PARAM_RTP_PORTS); GetClientRtpPorts() local 185 std::string value = GetCustomParam(WFD_PARAM_UIBC_CAPABILITY); GetUibcCapability() local 191 std::string value = GetCustomParam(WFD_PARAM_AUDIO_CODECS); GetAudioCodecs() local 220 std::string value = GetCustomParam(WFD_PARAM_COUPLED_SINK); GetCoupledSink() local 226 std::string value = GetCustomParam(WFD_PARAM_CONTENT_PROTECTION); GetContentProtection() local 283 std::string value = GetCustomParam(WFD_PARAM_VIDEO_FORMATS); GetVideoFormats() local 332 std::string value = GetCustomParam(WFD_PARAM_STANDBY_RESUME); GetStandbyResumeCapability() local [all...] |
/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | skills.cpp | 830 std::string value = types.at(i).GetPattern(); in FindMimeType() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_svg_painter.cpp | 910 static const char* FindDoubleValue(const char str[], double& value) in FindDoubleValue() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/ |
H A D | data_panel_component.h | 94 void SetValue(double value) in SetValue() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | render_tab_bar.cpp | 503 bool RenderTabBar::HandleScrollablePosition(double value) in HandleScrollablePosition() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_model_ng.cpp | 54 void ButtonModelNG::SetType(const int value) in SetType() argument 470 SetType(FrameNode* frameNode, const int value) SetType() argument 546 std::string value; GetLabel() local 553 Dimension value; GetFontSize() local 560 Ace::FontWeight value = Ace::FontWeight::NORMAL; GetFontWeight() local 567 Color value; GetFontColor() local 599 ButtonType value = ButtonType::CAPSULE; GetType() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_pattern.h | 151 void SetCopyOption(CopyOptions value) in SetCopyOption() argument 156 void SetImageInterpolation(ImageInterpolation value) in SetImageInterpolation() argument 195 void SetSyncLoad(bool value) in SetSyncLoad() argument
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | matrix4.cpp | 181 void Matrix4::SetEntry(int32_t row, int32_t col, double value) in SetEntry() argument 317 double value = 0.0; in operator *() local 416 double value = 0; in MapScalars() local 446 bool Matrix4N::SetEntry(int32_t row, int32_t col, double value) in SetEntry() argument 463 double value = 0.0; operator *() local 521 SetEntry(int32_t row, int32_t col, double value) SetEntry() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_scroll_bridge.cpp | 203 auto value = static_cast<int32_t>(DisplayMode::AUTO); in SetScrollBar() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_animator.cpp | 264 auto value = info[0]->ToString(); in SetCurve() local
|
H A D | js_indexer.cpp | 102 auto value = jsArray->GetValueAt(i); in Create() local 307 int32_t value = style->ToNumber<int32_t>(); in GetFontContent() local 333 int32_t value = Container::IsCurrentUseNewPipeline() ? static_cast<int32_t>(NG::AlignStyle::END) in SetAlignStyle() local [all...] |
H A D | js_indicator.cpp | 156 std::optional<Dimension> JSIndicator::ParseIndicatorDimension(const JSRef<JSVal>& value) in ParseIndicatorDimension() argument
|