/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_lite/frameworks/src/core/components/test/unittest/common/ |
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 | 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 | 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/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/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/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
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | GroupHelperTest.java | 93 ArrayMap<String, Integer> children = new ArrayMap<>(); in testGetAutogroupSummaryFlags_noChildren() local 100 ArrayMap<String, Integer> children = new ArrayMap<>(); in testGetAutogroupSummaryFlags_oneOngoing() local 111 ArrayMap<String, Integer> children = new ArrayMap<>(); in testGetAutogroupSummaryFlags_oneOngoingNoClear() local 122 ArrayMap<String, Integer> children = new ArrayMap<>(); in testGetAutogroupSummaryFlags_oneOngoingBubble() local 133 ArrayMap<String, Integer> children = new ArrayMap<>(); in testGetAutogroupSummaryFlags_multipleOngoing() local 145 ArrayMap<String, Integer> children = new ArrayMap<>(); in testGetAutogroupSummaryFlags_oneAutoCancel() local 156 ArrayMap<String, Integer> children = new ArrayMap<>(); in testGetAutogroupSummaryFlags_allAutoCancel() local 168 ArrayMap<String, Integer> children = new ArrayMap<>(); in testGetAutogroupSummaryFlags_allAutoCancelOneOngoing() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationTargetsHelperTest.kt | 37 val children = notificationTestHelper.createGroup(3).childrenContainer regex 59 val children = notificationTestHelper.createGroup(3).childrenContainer regex 81 val children = notificationTestHelper.createGroup(3).childrenContainer regex
|
/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/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/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 …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | GroupHelper.java | 73 protected int getAutogroupSummaryFlags(@NonNull final ArrayMap<String, Integer> children) { in getAutogroupSummaryFlags() 126 final ArrayMap<String, Integer> children = in maybeGroup() local 166 final ArrayMap<String, Integer> children = in maybeUngroup() local 210 final ArrayMap<String, Integer> children = in getNotGroupedByAppCount() local
|
/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/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | inspector.cpp | 83 const auto& children = current->GetChildren(notDetach); in GetInspectorByKey() local 97 const auto& children = element->GetChildren(); in DumpElementTree() local 217 std::vector<RefPtr<NG::UINode>> children; in GetInspectorChildren() local 350 std::vector<RefPtr<NG::UINode>> children; in GetInspectorChildren() local 592 std::vector<RefPtr<NG::UINode>> children; in GetInspector() local 637 std::vector<RefPtr<NG::UINode>> children; in GetSubWindowInspector() local 705 std::vector<RefPtr<NG::UINode>> children; in GetSimplifiedInspectorChildren() local 746 std::vector<RefPtr<NG::UINode>> children; in GetSimplifiedInspector() local 853 std::vector<RefPtr<NG::UINode>> children; in GetInspectorTree() local 867 std::vector<RefPtr<NG::UINode>> children; in RecordOnePageNodes() local [all …]
|
H A D | ui_node.cpp | 251 auto children = GetChildren(); in RemoveChildAtIndex() local 262 auto& children = GetChildren(); in GetChildAtIndex() local 304 auto children = GetChildren(); in Clean() local 811 auto children = GetChildren(); in UpdateGeometryTransition() local 1061 auto children = GetChildren(); in TouchTest() local 1080 auto children = GetChildren(); in MouseTest() local 1098 auto children = GetChildren(); in AxisTest() local 1140 auto children = GetChildren(); in GetChildIndexById() local 1311 auto children = GetChildren(); in SetChildrenInDestroying() local 1370 auto children = GetChildren(); in RemoveImmediately() local [all …]
|