Home
last modified time | relevance | path

Searched defs:children (Results 251 - 275 of 372) sorted by relevance

1...<<1112131415

/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dselect_overlay_manager_test_ng.cpp193 auto children = root->GetChildren(); in HWTEST_F() local
271 auto children = root->GetChildren(); in HWTEST_F() local
432 auto children = root->GetChildren(); in HWTEST_F() local
505 auto children = root_->GetChildren(); in HWTEST_F() local
556 auto children in HWTEST_F() local
586 auto children = root_->GetChildren(); HWTEST_F() local
616 auto children = root_->GetChildren(); HWTEST_F() local
648 auto children = root_->GetChildren(); HWTEST_F() local
684 auto children = root_->GetChildren(); HWTEST_F() local
718 auto children = root_->GetChildren(); HWTEST_F() local
750 auto children = root_->GetChildren(); HWTEST_F() local
784 auto children = root_->GetChildren(); HWTEST_F() local
819 auto children = root_->GetChildren(); HWTEST_F() local
852 auto children = root_->GetChildren(); HWTEST_F() local
884 auto children = root_->GetChildren(); HWTEST_F() local
917 auto children = root_->GetChildren(); HWTEST_F() local
948 auto children = root_->GetChildren(); HWTEST_F() local
982 auto children = root_->GetChildren(); HWTEST_F() local
[all...]
H A Ddrag_drop_manager_test_ng.cpp1347 auto children = parentFrameNode->GetFrameChildren(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_pattern_test_ng.cpp1610 auto children = subMenuNode->GetChildren(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/
H A Dstage_test_ng.cpp559 const auto& children = stageManager.stageNode_->GetChildren(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dstage_manager.cpp172 const auto& children = stageNode_->GetChildren(); in PushPage() local
273 const auto& children = stageNode_->GetChildren(); in InsertPage() local
313 const auto& children in PopPage() local
358 const auto& children = stageNode_->GetChildren(); PopPageToIndex() local
422 const auto& children = stageNode_->GetChildren(); CleanPageStack() local
444 const auto& children = stageNode_->GetChildren(); MovePageToFront() local
551 const auto& children = stageNode_->GetChildren(); GetLastPage() local
561 const auto& children = stageNode_->GetChildren(); GetPageById() local
573 const auto& children = stageNode_->GetChildren(); ReloadStage() local
590 const auto& children = stageNode_->GetChildren(); GetLastPageWithTransition() local
605 const auto& children = stageNode_->GetChildren(); GetPrevPageWithTransition() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_pattern.cpp634 auto children = host->GetChildren(); in FireBuilder() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp664 auto children = rsNode->GetChildren(); in GetRSNodeTreeInfo() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_algorithm.cpp45 const auto& children = layoutWrapper->GetAllChildrenWithBuild(layoutWrapper->IsActive()); in Measure() local
147 const auto& children = layoutWrapper->GetAllChildrenWithBuild(layoutWrapper->IsActive()); in GetSideBarLayoutWrapper() local
531 const auto& children = layoutWrapper->GetAllChildrenWithBuild(layoutWrapper->IsActive()); Layout() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_pattern.cpp226 auto children = host->GetChildren(); in OnUpdateShowDivider() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_node.cpp428 std::vector<UINode*> children; in UpdateChildrenFreezeState() local
540 const auto& children = GetChildren(); in InitAllChilrenDragManager() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcamera_component.cpp263 CameraComponent::CameraComponent(jerry_value_t options, jerry_value_t children, AppStyleManager *styleManager) in CameraComponent() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/
H A Dtoggle_test_ng.cpp1756 auto children = oldFrameNodeRoot->GetChildren(); in HWTEST_F() local
1786 auto children = oldFrameNodeSwitch->GetChildren(); in HWTEST_F() local
1816 auto children = oldFrameNodeCheckbox->GetChildren(); in HWTEST_F() local
1847 auto children = oldFrameNodeToggle->GetChildren(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp321 std::list<RefPtr<FrameNode>> children; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_test.cpp1750 std::vector<std::shared_ptr<RSRenderNode>> children; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp347 auto children = node.GetSortedChildren(); in ProcessShadowFirst() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp47 auto& children = out["children"]; in DumpNode() local
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drender_grid.cpp760 const auto& children = GetChildren(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item_group.cpp149 auto children = GetChildren(); in NeedRebuild() local
167 auto children = GetChildren(); in GetPrimaryItem() local
218 auto children = GetChildren(); in LayoutExpandableList() local
445 auto children = GetChildren(); SetChildOpacity() local
464 auto children = GetChildren(); SetChildStretch() local
576 auto& children = box->GetChildren(); GetRenderBox() local
[all...]
H A Drender_list_item.h243 auto& children = listItem->GetChildren(); in GetRenderListItem() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp98 const auto& children = layoutWrapper->GetAllChildrenWithBuild(); in Measure() local
531 const auto& children = layoutWrapper->GetAllChildrenWithBuild(); in Layout() local
936 const auto& children = layoutWrapper->GetAllChildrenWithBuild(); UpdateIsScrollHeightNegative() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.cpp764 const auto& children = GetChildren(); in InitChildrenArr() local
807 const auto& children = GetChildren(); in MouseHoverTest() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_group_node.cpp331 auto children = uiNode->GetChildren(); in GetNavDestinationNode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.cpp484 const auto& children = rootNode->GetChildren(); in MountNodeToRoot() local
887 const auto& children = current->GetChildren(); in IsTouchInNormalSelectOverlayArea() local
526 FindSelectOverlaySlot( const RefPtr<FrameNode>& root, const std::list<RefPtr<UINode>>& children) FindSelectOverlaySlot() argument
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp279 auto children = GetChildren(); in Update() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp69 const auto& children = current->GetChildren(notDetach); in GetInspectorByKey() local
83 const auto& children = element->GetChildren(); in DumpElementTree() local
100 void GetFrameNodeChildren(const RefPtr<NG::UINode>& uiNode, std::vector<RefPtr<NG::UINode>>& children, int32_t pageId, in GetFrameNodeChildren() argument
209 std::vector<RefPtr<NG::UINode>> children; GetInspectorChildren() local
232 GetFrameNodeChildren(const RefPtr<NG::UINode>& uiNode, std::vector<RefPtr<NG::UINode>>& children, int32_t pageId, bool isLayoutInspector = false) GetFrameNodeChildren() argument
348 std::vector<RefPtr<NG::UINode>> children; GetInspectorChildren() local
405 GetInspectorInfo(std::vector<RefPtr<NG::UINode>> children, int32_t pageId, std::unique_ptr<JsonValue> jsonRoot, bool isLayoutInspector, const InspectorFilter& filter = InspectorFilter()) GetInspectorInfo() argument
601 std::vector<RefPtr<NG::UINode>> children; GetInspector() local
648 std::vector<RefPtr<NG::UINode>> children; GetSubWindowInspector() local
716 std::vector<RefPtr<NG::UINode>> children; GetSimplifiedInspectorChildren() local
757 std::vector<RefPtr<NG::UINode>> children; GetSimplifiedInspector() local
864 std::vector<RefPtr<NG::UINode>> children; GetInspectorTree() local
896 GetInspectorTreeInfo( std::vector<RefPtr<NG::UINode>> children, int32_t pageId, InspectorTreeMap& recNodes) GetInspectorTreeInfo() argument
918 std::vector<RefPtr<NG::UINode>> children; GetInspectorChildrenInfo() local
[all...]

Completed in 41 milliseconds

1...<<1112131415