Searched refs:AddTabBarItem (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_content_model_ng.h | 53 static void AddTabBarItem(
|
H A D | tab_content_node.cpp | 75 TabContentModelNG::AddTabBarItem(Referenced::Claim(this), myIndex, update); in ProcessTabBarItem()
|
H A D | tab_content_model_ng.cpp | 117 AddTabBarItem(tabContent, DEFAULT_NODE_SLOT, true); in Pop() 135 void TabContentModelNG::AddTabBarItem(const RefPtr<UINode>& tabContent, int32_t position, bool upda… in AddTabBarItem() function in OHOS::Ace::NG::TabContentModelNG
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_sub_tab_bar_style_test_ng.cpp | 1375 tabContentModel.AddTabBarItem(tabContentFrameNode, 0, true); 1435 tabContentModel.AddTabBarItem(tabContentFrameNode, 0, true);
|
H A D | tab_bar_test_ng.cpp | 1558 tabContentModel.AddTabBarItem(tabContentFrameNode, DEFAULT_NODE_SLOT, true); 1567 tabContentModel.AddTabBarItem(tabContentFrameNode2, DEFAULT_NODE_SLOT, true);
|
H A D | tabs_attr_test_ng.cpp | 722 tabContentModel.AddTabBarItem(tabContentFrameNode, 0, true);
|