/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | multi_child.h | 31 explicit MultiChild(const std::list<RefPtr<Component>>& children) : children_(children) {} in MultiChild() 45 auto& children = ExpandChildren(); in AddChild() local 61 auto& children = ExpandChildren(); in RemoveChild() local 73 auto& children = ExpandChildren(); in RemoveChildren() local 82 const auto& children = GetChildren(); in Count() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/ |
H A D | stage_component.h | 30 explicit StageComponent(const std::list<RefPtr<Component>>& children) in StageComponent() 33 StageComponent(const std::list<RefPtr<Component>>& children, bool isSectionStage) in StageComponent()
|
H A D | render_stage.cpp | 136 auto children = stageElement->GetChildren(); in HandleDragUpdate() local 168 auto children = stageElement->GetChildren(); in HandleDragStart() local 225 auto children = stageElement->GetChildren(); in HandleDragEnd() local 272 auto children = stageElement->GetChildren(); in GetControllers() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | stack_tdd_test.cpp | 59 jerry_value_t children = jerry_create_null(); in CreateChildComponent() local 81 jerry_value_t children = jerry_create_null(); in ComponentStackTest001() local 109 jerry_value_t children = jerry_create_array(childrenNum); in ComponentStackTest002() local 145 jerry_value_t children = jerry_create_array(childrenNum); in ComponentStackTest003() local 193 jerry_value_t children = jerry_create_array(childrenNum); in ComponentStackTest004() local 241 jerry_value_t children = jerry_create_array(childrenNum); in ComponentStackTest005() local 289 jerry_value_t children = jerry_create_array(childrenNum); in ComponentStackTest006() local
|
H A D | horizonprogress_tdd_test.cpp | 64 jerry_value_t children = jerry_create_null(); in HorizonProgressTest001() local 107 jerry_value_t children = jerry_create_null(); in HorizonProgressTest002() local 150 jerry_value_t children = jerry_create_null(); in HorizonProgressTest003() local 201 jerry_value_t children = jerry_create_null(); in HorizonProgressTest004() local 245 jerry_value_t children = jerry_create_null(); in HorizonProgressTest005() local 290 jerry_value_t children = jerry_create_null(); in HorizonProgressTest006() local 334 jerry_value_t children = jerry_create_null(); in HorizonProgressTest007() local 378 jerry_value_t children = jerry_create_null(); in HorizonProgressTest008() local 425 jerry_value_t children = jerry_create_null(); in HorizonProgressTest009() local 477 jerry_value_t children = jerry_create_null(); in HorizonProgressTest013() local [all …]
|
H A D | list_tdd_test.cpp | 55 jerry_value_t children = jerry_create_null(); in ListTest001() local 94 jerry_value_t children = jerry_create_null(); in ListTest002() local 136 jerry_value_t children = jerry_create_null(); in ListTest003() local 178 jerry_value_t children = jerry_create_null(); in ListTest004() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | column_model_impl.cpp | 30 std::list<RefPtr<Component>> children; in Create() local 60 std::list<RefPtr<Component>> children; in CreateWithWrap() local
|
H A D | row_model_impl.cpp | 29 std::list<RefPtr<Component>> children; in Create() local 56 std::list<RefPtr<Component>> children; in CreateWithWrap() local
|
H A D | hyperlink_model_impl.cpp | 33 std::list<RefPtr<Component>> children; in Create() local 52 std::list<RefPtr<Component>> children = hyperlink->GetChildren(); in Pop() local
|
H A D | stack_model_impl.cpp | 27 std::list<RefPtr<Component>> children; in Create() local 37 std::list<RefPtr<Component>> children; in Create() local
|
H A D | relative_container_model_impl.cpp | 27 std::list<RefPtr<Component>> children; in Create() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | render_shape_container.cpp | 51 const auto& children = GetChildren(); in PerformLayout() local 59 const auto& children = GetChildren(); in PerformLayout() local
|
H A D | shape_container_element.cpp | 38 const auto& children = shapeContainerComponent->GetChildren(); in UpdateChildStyle() local 73 auto children = multiComposedComponent->GetChildren(); in UpdateChildStyle() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_component.cpp | 29 StepperComponent::StepperComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(c… in StepperComponent() 70 const auto& children = GetChildren(); in InsertChild() local 135 auto children = ifElseComponent->GetChildren(); in CollectItems() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | stage_manager.cpp | 192 const auto& children = stageNode_->GetChildren(); in PushPage() local 287 const auto& children = stageNode_->GetChildren(); in InsertPage() local 327 const auto& children = stageNode_->GetChildren(); in PopPage() local 370 const auto& children = stageNode_->GetChildren(); in PopPageToIndex() local 431 const auto& children = stageNode_->GetChildren(); in CleanPageStack() local 453 const auto& children = stageNode_->GetChildren(); in MovePageToFront() local 557 const auto& children = stageNode_->GetChildren(); in GetLastPage() local 567 const auto& children = stageNode_->GetChildren(); in GetPageById() local 579 const auto& children = stageNode_->GetChildren(); in ReloadStage() local 596 const auto& children = stageNode_->GetChildren(); in GetLastPageWithTransition() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/ |
H A D | hyperlink_component.h | 32 …explicit HyperlinkComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(childre… in HyperlinkComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/overlay/ |
H A D | overlay_component.h | 27 explicit OverlayComponent(const std::list<RefPtr<Component>>& children) in OverlayComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_tspan_component.h | 28 …explicit SvgTspanComponent(const std::list<RefPtr<Component>>& children) : SvgTextComponent(childr… in SvgTspanComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | tool_bar_component.h | 28 explicit ToolBarComponent(const std::list<RefPtr<Component>>& children) in ToolBarComponent()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_surface_render_node_two_test.cpp | 293 std::vector<std::shared_ptr<RSRenderNode>> children; variable 726 std::vector<std::shared_ptr<RSRenderNode>> children; variable 747 std::vector<std::shared_ptr<RSRenderNode>> children; variable 776 std::vector<std::shared_ptr<RSRenderNode>> children; variable 807 std::vector<std::shared_ptr<RSRenderNode>> children; variable 831 std::vector<std::shared_ptr<RSRenderNode>> children; variable 892 std::vector<std::shared_ptr<RSRenderNode>> children; variable 915 std::vector<std::shared_ptr<RSRenderNode>> children; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | select_overlay_manager_test_ng.cpp | 193 auto children = root->GetChildren(); variable 271 auto children = root->GetChildren(); variable 432 auto children = root->GetChildren(); variable 505 auto children = root_->GetChildren(); variable 556 auto children = root_->GetChildren(); variable 586 auto children = root_->GetChildren(); variable 616 auto children = root_->GetChildren(); variable 648 auto children = root_->GetChildren(); variable 684 auto children = root_->GetChildren(); variable 718 auto children = root_->GetChildren(); variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/relative_container/ |
H A D | relative_container_component.h | 32 RelativeContainerComponent(const std::list<RefPtr<Component>>& children) in RelativeContainerComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/sheet/ |
H A D | sheet_component.h | 31 …nt(FlexAlign mainAxisAlign, FlexAlign crossAxisAlign, const std::list<RefPtr<Component>>& children) in SheetComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_col/ |
H A D | grid_col_layout_algorithm.cpp | 26 auto children = layoutWrapper->GetAllChildrenWithBuild(); in Layout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/align/ |
H A D | align_component.cpp | 22 AlignComponent::AlignComponent(const std::list<RefPtr<Component>>& children, const Alignment& align… in AlignComponent()
|