Home
last modified time | relevance | path

Searched refs:parent (Results 1 – 25 of 265) sorted by relevance

1234567891011

/test/xts/device_attest_lite/framework/small/src/service/
Dattest_framework_feature.c39 Service *parent; member
43 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity);
67 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
71 demoFeature->parent = parent; in FEATURE_OnInitialize()
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/test/State/
DProvideJsunit.test.ets61 expect(txt_ProvideA1).assertEqual("parent descent same nickname 0")
64 expect(txt_ProvideA2).assertEqual("parent none nickname same name dif type 0")
67 expect(txt_ProvideA3).assertEqual("multi son single parent 0")
98 expect(txt_ProvideA1).assertEqual("parent descent same nickname 1")
101 expect(txt_ProvideA2).assertEqual("parent none nickname same name dif type 0")
104 expect(txt_ProvideA3).assertEqual("multi son single parent 0")
135 expect(txt_ProvideA1).assertEqual("parent descent same nickname 0")
138 expect(txt_ProvideA2).assertEqual("parent none nickname same name dif type 1")
141 expect(txt_ProvideA3).assertEqual("multi son single parent 0")
172 expect(txt_ProvideA1).assertEqual("parent descent same nickname 0")
[all …]
/test/ostest/wukong/component_event/src/
Dpage_tree.cpp36 void RecursStatistics(std::shared_ptr<ComponentTree> parent) in RecursStatistics() argument
40 uint32_t childCount = parent->GetChildren().size(); in RecursStatistics()
60 for (auto child : parent->GetChildren()) { in RecursStatistics()
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_flex/entry/src/main/ets/test/flex/
DAlignSelfStretchNoSizeTest.test.ets190 //Get component rect and parent component rect
202 //Determine if alignSelf will override the alignItems setting of the parent container
209 //Determine if alignSelf will override the alignItems setting of the parent container
216 //Determine if alignSelf will override the alignItems setting of the parent container
223 //Determine if alignSelf will override the alignItems setting of the parent container
232 //Determine if alignSelf will override the alignItems setting of the parent container
239 //Determine if alignSelf will override the alignItems setting of the parent container
246 //Determine if alignSelf will override the alignItems setting of the parent container
253 //Determine if alignSelf will override the alignItems setting of the parent container
DAlignSelfStretchTest.test.ets194 //Get component rect and parent component rect
206 //Determine if alignSelf will override the alignItems setting of the parent container
213 //Determine if alignSelf will override the alignItems setting of the parent container
220 //Determine if alignSelf will override the alignItems setting of the parent container
227 //Determine if alignSelf will override the alignItems setting of the parent container
236 //Determine if alignSelf will override the alignItems setting of the parent container
243 //Determine if alignSelf will override the alignItems setting of the parent container
250 //Determine if alignSelf will override the alignItems setting of the parent container
257 //Determine if alignSelf will override the alignItems setting of the parent container
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/MainAbility/pages/State/
DLinkClassArr.ets75 Button(`parent change arr`)
80 Button(`parent change class`)
85 Button(`parent change classArr`)
DProvide.ets99 Text(`parent descent same nickname ${this.b}`).id("ProvideA1")
100 Text(`parent none nickname same name dif type ${this.sad}`).id("ProvideA2")
101 Text(`multi son single parent ${this.i}`).id("ProvideA3")
/test/ostest/wukong/component_event/include/
Dwukong_tree.h108 virtual void SetParent(const std::shared_ptr<WuKongTree>& parent) in SetParent() argument
110 parent_ = parent; in SetParent()
/test/xts/acts/arkui/ace_ets_layout_test/ace_ets_layout_flex_test/entry/src/main/ets/test/Flex/alignItems/ItemAlign_Auto/
DFlexBaseJsunit.test.ets49 …* @tc.desc The subcomponent is inside the parent component when the width of parent component…
50 * the height of parent component set to 200.
86 …* @tc.desc The subcomponent exceeds the parent component when the width of parent component s…
87 * the height of parent component set to 140.
/test/xts/acts/arkui/ace_ets_layout_test/ace_ets_layout_flex_test/entry/src/main/ets/test/Flex/alignContent/SpaceAround/
DFlex_AlignContent_SpaceAround_FlexMarPad.test.ets49 …* @tc.desc The size of the parent component in the cross direction is not enough for the layo…
50 …* of the child components when the padding of parent component set to 50 and the mar…
51 * of parent component set to 20
91 * @tc.desc The size of the parent component in the cross direction meets the layout
92 …* of the child components when the padding of parent component set to 10 and the mar…
93 * of parent component set to 30
DFlex_AlignContent_SpaceAround_TextSize.test.ets49 * @tc.desc The size of the parent component in the cross direction meets the layout
50 * of the child components when the height and width of parent component changed
88 …* @tc.desc The size of the parent component in the cross direction is not enough for the layo…
89 * of the child components when the height and width of parent component changed
/test/xts/acts/arkui/ace_ets_layout_test/ace_ets_layout_flex_test/entry/src/main/ets/test/Flex/Wrap/Wrap/
DFlex_Wrap_Padding.test.ets51 * @tc.desc The size of the parent component in the main axis direction
52 * meets the layout of the child components when the parent component set padding
90 * @tc.desc The size of the parent component in the main axis direction
91 …* is not enough for the layout of the child components when the parent component set…
128 * @tc.desc The size of the parent component in the main axis direction
129 * meets the layout of the child components when the parent component set margin
172 * @tc.desc The size of the parent component in the main axis direction is not enough for
173 …* the layout of the child components when the parent component set margin and padding
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_position/entry/src/main/ets/test/position/
DPositionTest.test.ets99 //The size of the parent component, when set as a percentage, serves as the calculation basis.
159 //Obtain the region information of the parent component.
172 //Obtain the region information of the parent component.
181 //the parent component is the Swiper on the outer layer of Tabs or Stepper.
208 //Using the upper left corner of the parent container as the reference point,
238 //Confirm that the region information of the parent component has not changed.
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_marginLength/entry/src/main/ets/test/margin/
DMarginLengthTest.test.ets164 //Component to reference component and parent component margin calculation
172 //Component to reference component and parent component margin calculation
183 //Component to parent component margin calculation
189 //Component to parent component margin calculation
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_margin/entry/src/main/ets/test/margin/
DMarginTest.test.ets230 //Component to reference component and parent component margin calculation
238 //Component to reference component and parent component margin calculation
249 //Component to parent component margin calculation
259 //Component to parent component margin calculation
267 //Component to reference component and parent component margin calculation
/test/xts/acts/arkui/ace_ets_layout_test/ace_ets_layout_flex_test/entry/src/main/ets/test/Flex/Wrap/WrapReverse/
DFlexWrapReverse_fixedParentMarPad.test.ets53 …* @tc.desc The parent component layout space is fixed, and the parent component setting paddi…
94 …* @tc.desc The parent component layout space is fixed, and the parent component setting paddi…
133 …* @tc.desc The parent component layout space is fixed, and the parent component setting paddi…
DFlexWrapReverse_fixedParentPadding.test.ets53 …* @tc.desc The parent component layout space is fixed, and the parent component setting paddi…
92 …* @tc.desc The parent component layout space is fixed, and the parent component setting paddi…
131 …* @tc.desc The parent component layout space is fixed, and the parent component setting paddi…
DFlexWrapReverse_notFixedParent.test.ets53 …* @tc.desc The parent component changes the location and space of the layout, affecting the l…
54 …* components, the width and height of parent component meets the requirements of the…
91 …* @tc.desc The parent component changes location and space of layout, affecting layout of chi…
92 …* the width of parent component does not meet the requirements of child components, …
130 …* @tc.desc The parent component changes location and space of layout, affecting layout of chi…
131 …* the width and height of parent component does not meet the requirements of the chi…
DFlexWrapReverse_fixedParentMargin.test.ets53 …* @tc.desc The parent component layout space is fixed, and the parent component setting margi…
91 …* @tc.desc The parent component layout space is fixed, and the parent component setting margi…
130 …* @tc.desc The parent component layout space is fixed, and the parent component setting margi…
/test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_offset/entry/src/main/ets/test/offset/
DOffsetTest.test.ets33 //The size of the parent component, when set as a percentage, serves as the calculation basis.
109 //Obtain the region information of the parent component.
126 //Obtain the region information of the parent component.
139 //the parent component is the Swiper on the outer layer of Tabs or Stepper.
163 … //When setting the type to percentage, use the width/height of the parent container as the base.
173 //Confirm that the region information of the parent component has not changed.
/test/xts/acts/arkui/ace_ets_layout_test/ace_ets_layout_row_test/entry/src/main/ets/test/Row/spaceChanged/
DRow_Space.test.ets50 …* @tc.desc The space of parent component set to 10,The child component is not fully filled wi…
51 * the parent component
80 * @tc.desc The space of parent component set to 25,The child component is filled with
81 * the parent component
110 * @tc.desc The space of parent component set to 30,The child component is overflow with
111 * the parent component
/test/xts/acts/arkui/ace_ets_layout_test/ace_ets_layout_flex_test/entry/src/main/ets/test/Flex/Wrap/NoWrap/
DFlex_NoWrap_Padding.test.ets52 * @tc.desc The size of the parent component in the main axis direction is not enough for
53 * the layout of the child components when the parent component set padding
91 * @tc.desc The size of the parent component in the main axis direction meets
92 * the layout of the child components when the parent component set padding
131 * @tc.desc The size of the parent component in the main axis direction meets
132 * the layout of the child components when the parent component set margin
176 * @tc.desc The size of the parent component in the main axis direction
177 …* meets the layout of the child components when the parent component set margin and …
DFlex_NoWrap_FlexMar_TextMarPad.test.ets56 * @tc.desc The size of the parent component in the main axis direction meets the layout
57 …* of the child components when the parent components set margin,and the child components set pad…
104 * @tc.desc The size of the parent component in the main axis direction meets the layout
105 …* of the child components when the parent components set margin,and the child components set mar…
148 …* @tc.desc The size of the parent component in the main axis direction is not enough the layo…
149 …* of the child components when the parent components set margin,and the child components set mar…
/test/xts/acts/arkui/ace_ets_layout_test/ace_ets_layout_flex_test/entry/src/main/ets/test/Flex/alignContent/SpaceBeTween/
DFlex_AlignContent_SpaceBetween_FlexPad.test.ets49 …* @tc.desc The size of the parent component in the cross direction is not enough for the layo…
50 …* of the child components when the padding and margin of parent component was changed
88 * @tc.desc The size of the parent component in the cross direction meets the layout
89 * of the child components when the padding of parent component was changed
DFlex_AlignContent_SpaceBetween_TextMar.test.ets49 …* @tc.desc The size of the parent component in the cross direction is not enough for the layo…
50 …* of the child components when the padding and margin of parent component was changed
88 * @tc.desc The size of the parent component in the cross direction meets the layout
89 * of the child components when the padding of parent component was changed

1234567891011