Home
last modified time | relevance | path

Searched defs:value (Results 2976 - 3000 of 10543) sorted by relevance

1...<<111112113114115116117118119120>>...422

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_property.h56 auto value = MakeRefPtr<SideBarContainerLayoutProperty>(); variable
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_refresh_modifier.cpp24 void SetRefreshing(ArkUINodeHandle node, ArkUI_Bool value) in SetRefreshing() argument
38 void SetRefreshOffset(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetRefreshOffset() argument
52 void SetPullToRefresh(ArkUINodeHandle node, ArkUI_Bool value) in SetPullToRefresh() argument
79 float value = 0.0; in SetPullDownRatio() local
[all...]
H A Dpanel_modifier.cpp26 void SetPanelMode(ArkUINodeHandle node, int32_t value) in SetPanelMode() argument
42 void SetPanelFullHeight(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetPanelFullHeight() argument
55 void SetPanelHalfHeight(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetPanelHalfHeight() argument
68 void SetPanelMiniHeight(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetPanelMiniHeight() argument
96 void SetPanelType(ArkUINodeHandle node, int32_t value) in SetPanelType() argument
112 SetPanelCustomHeight(ArkUINodeHandle node, ArkUI_Float32 value, int unit) SetPanelCustomHeight() argument
120 SetPanelCustomHeightByString(ArkUINodeHandle node, const char* value) SetPanelCustomHeightByString() argument
134 SetShowCloseIcon(ArkUINodeHandle node, ArkUI_Bool value) SetShowCloseIcon() argument
148 SetDragBar(ArkUINodeHandle node, ArkUI_Bool value) SetDragBar() argument
162 SetShow(ArkUINodeHandle node, ArkUI_Bool value) SetShow() argument
[all...]
H A Dcanvas_rendering_context_2d_modifier.cpp43 void SetCanvasFill(ArkUINodeHandle node, const char* value) in SetCanvasFill() argument
216 void SetCanvasFillText(ArkUINodeHandle node, const char* value, float x, float y, float maxWidth) in SetCanvasFillText() argument
H A Dcheckboxgroup_modifier.cpp73 void SetCheckboxGroupWidth(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit, ArkUI_CharPtr calcValue) in SetCheckboxGroupWidth() argument
93 void SetCheckboxGroupHeight(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit, ArkUI_CharPtr calcValue) in SetCheckboxGroupHeight() argument
H A Dlinear_indicator_modifier.cpp122 void SetLinearIndicatorIndicatorLoop(ArkUINodeHandle node, ArkUI_Bool value) in SetLinearIndicatorIndicatorLoop() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_event_hub.h70 void FireOnCopy(const std::string& value) in FireOnCopy() argument
82 void FireOnCut(const std::string& value) in FireOnCut() argument
94 void FireOnPaste(const std::string& value) in FireOnPaste() argument
106 FireOnPasteWithEvent(const std::string& value, NG::TextCommonEvent& event) FireOnPasteWithEvent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_modifier.h80 void SetIsNewAvoid(bool value) in SetIsNewAvoid() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_prop_convertor.cpp156 RSEllipsisMode ToRSEllipsisMode(EllipsisMode value) in ToRSEllipsisMode() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dimage_span_view.cpp24 void ImageSpanView::SetObjectFit(ImageFit value) in SetObjectFit() argument
39 void ImageSpanView::SetBaselineOffset(const Dimension& value) in SetBaselineOffset() argument
44 void ImageSpanView::SetBaselineOffset(FrameNode* frameNode, const Dimension& value) in SetBaselineOffset() argument
51 Dimension value; in GetBaselineOffset() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_model_ng.cpp53 void TextClockModelNG::SetTextShadow(const std::vector<Shadow>& value) in SetTextShadow() argument
58 void TextClockModelNG::SetFontFeature(const FONT_FEATURES_LIST& value) in SetFontFeature() argument
77 void TextClockModelNG::SetFontSize(const Dimension& value) in SetFontSize() argument
82 void TextClockModelNG::SetTextColor(const Color& value) in SetTextColor() argument
90 void TextClockModelNG::SetItalicFontStyle(Ace::FontStyle value) in SetItalicFontStyle() argument
95 SetFontWeight(FontWeight value) SetFontWeight() argument
100 SetFontFamily(const std::vector<std::string>& value) SetFontFamily() argument
178 SetTextShadow(FrameNode* frameNode, const std::vector<Shadow>& value) SetTextShadow() argument
183 SetFontFeature(FrameNode* frameNode, const FONT_FEATURES_LIST& value) SetFontFeature() argument
188 SetFontColor(FrameNode* frameNode, const Color& value) SetFontColor() argument
196 SetFontSize(FrameNode* frameNode, const Dimension& value) SetFontSize() argument
201 SetFontStyle(FrameNode* frameNode, Ace::FontStyle value) SetFontStyle() argument
206 SetFontWeight(FrameNode* frameNode, FontWeight value) SetFontWeight() argument
211 SetFontFamily(FrameNode* frameNode, const std::vector<std::string>& value) SetFontFamily() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_container_composed_element.cpp153 auto value in GetStrokeDashArray() local
230 auto value = std::to_string(array[i]); GetMesh() local
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_dumper.cpp116 void ConvertCapabilities(const uint32_t value, std::string &capabilities) in ConvertCapabilities() argument
136 void ConvertAbilityTypes(const uint32_t value, std::string &abilityTypes) in ConvertAbilityTypes() argument
156 ConvertEventTypes(const uint32_t value, std::string &eventTypes) ConvertEventTypes() argument
[all...]
/foundation/bundlemanager/app_domain_verify/test/unittest/common/bean_parcel_test/mock/
H A Dparcel.cpp129 bool Parcel::ReadUint32(uint32_t& value) in ReadUint32() argument
133 bool Parcel::WriteInt32(int32_t value) in WriteInt32() argument
137 bool Parcel::ReadInt32(int32_t& value) in ReadInt32() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/
H A Dtarget_ability_info.cpp78 std::string value = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_pattern.h92 void SetTextFromUser(bool value) in SetTextFromUser() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_modifier.cpp39 auto value = value_->Get(); in onDraw() local
132 void QRCodeModifier::SetQRCodeValue(const std::string& value) in SetQRCodeValue() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_algorithm.h74 float pow(float value) in pow() argument
H A Dsecurity_component_layout_element.h158 float pow(float value) in pow() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_model.h89 SetMinResponsiveDistance(float value) SetMinResponsiveDistance() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_color_matrix.cpp56 void SvgFeColorMatrix::MakeMatrix(const std::string& value) in MakeMatrix() argument
69 void SvgFeColorMatrix::MakeHueRotate(const std::string& value) in MakeHueRotate() argument
99 void SvgFeColorMatrix::MakeSaturate(const std::string& value) in MakeSaturate() argument
152 bool SvgFeColorMatrix::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Drotation_recognizer.cpp140 double RotationRecognizer::ChangeValueRange(double value) in ChangeValueRange() argument
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_chart_unit_test.cpp248 int16_t value = chartDataSerial_->GetPeakData(); in HWTEST_F() local
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_display_power_mgr_client.cpp58 bool DisplayPowerMgrClient::SetBrightness(uint32_t value, uint32_t displayId, bool continuous) in SetBrightness() argument
73 bool DisplayPowerMgrClient::OverrideBrightness(uint32_t value, uint32_t displayId) in OverrideBrightness() argument
107 bool DisplayPowerMgrClient::AdjustBrightness(uint32_t value, uint32_t duration, uint32_t id) in AdjustBrightness() argument
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dapp_domain_verify_manager_napi.cpp31 static std::string GetString(napi_env env, napi_value value) in GetString() argument
51 napi_value value = BuildString(env, str); in BuildStringArray() local

Completed in 14 milliseconds

1...<<111112113114115116117118119120>>...422