| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/texttimer/ |
| D | text_timer_pattern_test_ng.cpp | 55 struct TestProperty { struct 56 std::optional<std::string> format = std::nullopt; 57 std::optional<double> inputCount = std::nullopt; 58 std::optional<bool> isCountDown = std::nullopt; 59 std::optional<Dimension> fontSize = std::nullopt; 60 std::optional<Color> textColor = std::nullopt; 61 std::optional<Ace::FontStyle> italicFontStyle = std::nullopt; 62 std::optional<Ace::FontWeight> fontWeight = std::nullopt; 63 std::optional<std::vector<std::string>> fontFamily = std::nullopt;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/stepper/ |
| D | stepper_item_pattern_test_ng.cpp | 34 struct TestProperty { struct 35 std::optional<std::string> leftLabelValue = std::nullopt; 36 std::optional<std::string> rightLabelValue = std::nullopt; 37 std::optional<std::string> labelStatusValue = std::nullopt;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/navigator/ |
| D | navigator_pattern_test_ng.cpp | 36 struct TestProperty { struct 37 std::optional<NavigatorType> typeValue = std::nullopt; 38 std::optional<std::string> params = std::nullopt; 39 std::optional<std::string> url = std::nullopt; 40 std::optional<bool> active = std::nullopt;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/marquee/ |
| D | marquee_test_ng.cpp | 60 struct TestProperty { struct 61 std::optional<std::string> src = std::nullopt; 62 std::optional<int32_t> loop = std::nullopt; 63 std::optional<double> scrollAmount = std::nullopt; 64 std::optional<MarqueeDirection> direction = std::nullopt; 65 std::optional<bool> playerStatus = std::nullopt; 66 std::optional<Dimension> fontSize = std::nullopt; 67 std::optional<Color> textColor = std::nullopt; 68 std::optional<Ace::FontWeight> fontWeight = std::nullopt; 69 std::optional<std::vector<std::string>> fontFamily = std::nullopt;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/progress/ |
| D | progress_test_ng.cpp | 56 struct TestProperty { struct 57 std::optional<double> value; 58 std::optional<Dimension> strokeWidth; 59 std::optional<Dimension> scaleWidth; 60 std::optional<int32_t> scaleCount; 61 std::optional<Color> frontColor; 62 std::optional<Color> bgColor; 63 std::optional<Color> borderColor; 64 std::optional<Dimension> borderWidth; 65 std::optional<bool> sweepEffect; [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/divider/ |
| D | divider_pattern_test_ng.cpp | 36 struct TestProperty { struct 37 std::optional<bool> vertical = std::nullopt; 38 std::optional<Color> dividerColor = std::nullopt; 39 std::optional<Dimension> strokeWidth = std::nullopt; 40 std::optional<Ace::LineCap> lineCap = std::nullopt;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/xcomponent/ |
| D | xcomponent_test_ng.cpp | 42 struct TestProperty { struct 43 std::optional<std::string> xcId = std::nullopt; 44 std::optional<XComponentType> xcType = std::nullopt; 45 std::optional<std::string> libraryName = std::nullopt; 46 std::optional<std::string> soPath = std::nullopt; 47 std::optional<LoadEvent> loadEvent = std::nullopt; 48 std::optional<DestroyEvent> destroyEvent = std::nullopt;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/button/ |
| D | toggle_button_test_ng.cpp | 57 struct TestProperty { struct 58 std::optional<bool> isOn = std::nullopt; 59 std::optional<Color> selectedColor = std::nullopt; 60 std::optional<Color> backgroundColor = std::nullopt;
|
| D | button_test_ng.cpp | 95 struct TestProperty { struct 96 std::optional<ButtonType> typeValue = std::nullopt; 97 std::optional<bool> stateEffectValue = std::nullopt; 98 std::optional<Dimension> fontSizeValue = std::nullopt; 99 std::optional<Ace::FontWeight> fontWeightValue = std::nullopt; 100 std::optional<Color> textColorValue = std::nullopt; 101 std::optional<Ace::FontStyle> fontStyleValue = std::nullopt; 102 std::optional<std::vector<std::string>> fontFamilyValue = std::nullopt; 103 std::optional<Dimension> borderRadius = std::nullopt;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/patternlock/ |
| D | patternlock_pattern_test_ng.cpp | 66 struct TestProperty { struct 67 std::optional<Dimension> sideLength = std::nullopt; 68 std::optional<Dimension> circleRadius = std::nullopt; 69 std::optional<Color> regularColor = std::nullopt; 70 std::optional<Color> selectedColor = std::nullopt; 71 std::optional<Color> activeColor = std::nullopt; 72 std::optional<Color> pathColor = std::nullopt; 73 std::optional<Dimension> strokeWidth = std::nullopt; 74 std::optional<bool> autoReset = std::nullopt;
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rspropertyclient_fuzzer/ |
| D | rspropertyclient_fuzzer.cpp | 56 bool TestProperty(const uint8_t* data, size_t size) in TestProperty() function
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/text_clock/ |
| D | text_clock_test_ng.cpp | 59 struct TestProperty { struct 60 std::optional<std::string> format = std::nullopt; 61 std::optional<int32_t> hoursWest = std::nullopt;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/select/ |
| D | select_pattern_test_ng.cpp | 74 struct TestProperty { struct 75 std::optional<Dimension> FontSize = std::nullopt; 76 std::optional<Ace::FontStyle> FontStyle = std::nullopt; 77 std::optional<FontWeight> FontWeight = std::nullopt; 78 std::optional<std::vector<std::string>> FontFamily = std::nullopt; 79 std::optional<Color> FontColor = std::nullopt;
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/video/ |
| D | video_test_ng.cpp | 66 struct TestProperty { struct 67 std::optional<std::string> src; 68 std::optional<double> progressRate; 69 std::optional<std::string> posterUrl; 70 std::optional<bool> muted; 71 std::optional<bool> autoPlay; 72 std::optional<bool> controls; 73 std::optional<bool> loop; 74 std::optional<ImageFit> objectFit; 75 std::optional<RefPtr<VideoControllerV2>> videoController;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/bubble/ |
| D | bubble_test_ng.cpp | 110 struct TestProperty { struct 112 std::optional<bool> enableArrow = std::nullopt; 113 std::optional<bool> useCustom = std::nullopt; 114 std::optional<Placement> placement = std::nullopt; 115 std::optional<bool> showInSubWindow = std::nullopt; 116 std::optional<OffsetF> displayWindowOffset = std::nullopt; 119 std::optional<bool> autoCancel = std::nullopt; 120 std::optional<Color> maskColor = std::nullopt; 121 std::optional<Color> backgroundColor = std::nullopt; 122 std::optional<Dimension> arrowOffset = std::nullopt;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/text/ |
| D | text_test_ng.cpp | 170 struct TestProperty { struct 171 std::optional<Dimension> fontSizeValue = std::nullopt; 172 std::optional<Color> textColorValue = std::nullopt; 173 std::optional<Ace::FontStyle> italicFontStyleValue = std::nullopt; 174 std::optional<Ace::FontWeight> fontWeightValue = std::nullopt; 175 std::optional<std::vector<std::string>> fontFamilyValue = std::nullopt; 176 std::optional<Ace::TextAlign> textAlignValue = std::nullopt; 177 std::optional<Ace::TextOverflow> textOverflowValue = std::nullopt; 178 std::optional<uint32_t> maxLinesValue = std::nullopt; 179 std::optional<Dimension> lineHeightValue = std::nullopt; [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/panel/ |
| D | panel_test_ng.cpp | 102 struct TestProperty { struct 103 std::optional<PanelType> panelType = std::nullopt; 104 std::optional<PanelMode> panelMode = std::nullopt; 105 std::optional<bool> hasDragBar = std::nullopt; 106 std::optional<Dimension> miniHeight = std::nullopt; 107 std::optional<Dimension> halfHeight = std::nullopt; 108 std::optional<Dimension> fullHeight = std::nullopt; 109 std::optional<bool> isShow = std::nullopt; 110 std::optional<bool> showCloseIcon = std::nullopt;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/plugin/ |
| D | plugin_pattern_test_ng.cpp | 60 struct TestProperty {}; struct
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/navigation/ |
| D | navigation_test_ng.cpp | 134 struct TestProperty { struct 135 std::optional<bool> isOn = std::nullopt; 136 std::optional<Color> selectedColor = std::nullopt; 137 std::optional<Color> backgroundColor = std::nullopt;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/form/ |
| D | form_test_ng.cpp | 56 struct TestProperty {}; struct
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/calendar/ |
| D | calendar_pattern_test_ng.cpp | 58 struct TestProperty {}; struct
|