Home
last modified time | relevance | path

Searched refs:GetChildIndex (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dsuffix_match_trie.h84 int i = GetChildIndex(*it); in Insert()
113 int i = GetChildIndex(*it); in Update()
146 int i = GetChildIndex(*it); in LongestSuffixMatch()
184 int GetChildIndex(char c) in GetChildIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp200 auto textNodeLayoutWrapper = host->GetOrCreateChildByIndex(host->GetChildIndex(textNode)); in BeforeErrorLayout()
281 int32_t childIndex = frameNode->GetChildIndex(responseArea->GetFrameNode()); in Layout()
285 int32_t childIndex = frameNode->GetChildIndex(cleanNodeResponseArea->GetFrameNode()); in Layout()
420 auto childIndex = frameNode->GetChildIndex(responseArea->GetFrameNode()); in BuildLayoutConstraintWithoutResponseArea()
424 auto childIndex = frameNode->GetChildIndex(cleanNodeResponseArea->GetFrameNode()); in BuildLayoutConstraintWithoutResponseArea()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_pattern.cpp198 auto currentIndex = parent->GetChildIndex(host); in OnIntItemPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtool_bar_pattern.cpp111 auto index = containerNode->GetChildIndex(toolBarItemNode); in InitDragEvent()
H A Dnavigation_group_node.cpp208 int32_t childIndex = navigationContentNode->GetChildIndex(navDestination); in ReorderNavDestination()
312 auto maxAnimatingIndex = navigationContentNode->GetChildIndex(maxAnimatingDestination); in ReorderAnimatingDestination()
316 auto remainIndex = navigationContentNode->GetChildIndex(remainDestination); in ReorderAnimatingDestination()
H A Dnavigation_title_util.cpp500 auto index = menuNode->GetChildIndex(menuItemNode); in HandleLongPress()
653 auto index = menuNode->GetChildIndex(menuItemNode); in InitDragEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dui_node_test_ng.cpp372 int retIndex = ZERO->GetChildIndex(nullptr);
379 retIndex = ZERO->GetChildIndex(ONE);
386 retIndex = ZERO->GetChildIndex(TWO);
393 retIndex = ZERO->GetChildIndex(THREE);
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp46 size_t GetChildIndex(SCENE_NS::INode& parent, SCENE_NS::INode& child) in GetChildIndex() function
148 index = GetChildIndex(*parent, *this); in Activate()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp237 slot = parent->GetChildIndex(oldChild); in OperateComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_node.cpp534 return builder_->GetChildIndex(node); in GetFrameNodeIndex()
H A Dlazy_for_each_builder.h277 int32_t GetChildIndex(const RefPtr<FrameNode>& targetNode) in GetChildIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp443 auto idx = parent->GetChildIndex(outNode); in OnFollowWithoutTransition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h109 int32_t GetChildIndex(const RefPtr<UINode>& child) const;
H A Dui_node.cpp274 int32_t UINode::GetChildIndex(const RefPtr<UINode>& child) const in GetChildIndex() function in OHOS::Ace::NG::UINode
H A Dframe_node.cpp273 int32_t GetChildIndex(const RefPtr<LayoutWrapper>& target) const in GetChildIndex() function in OHOS::Ace::NG::FrameNode::FrameProxy
4466 return frameProxy_->GetChildIndex(child); in GetChildTrueIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp96 index = currentNode->GetChildIndex(Referenced::Claim<UINode>(siblingNode)); in InsertChildAfterInFrameNode()
H A Drender_node_modifier.cpp89 index = currentNode->GetChildIndex(Referenced::Claim<UINode>(siblingNode)); in InsertChildAfter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.cpp1756 auto syntIndex = forEachNode->GetChildIndex(parent); in GetForEachMenuItem()
1788 auto forEachIndex = parentForEachNode->GetChildIndex(forEachNode); in GetOutsideForEachMenuItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_pattern.cpp979 int32_t childIndex = title->GetChildIndex(child); in InitTitleArrowsEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp580 …rNodeLayoutWrapper = layoutWrapper->GetOrCreateChildByIndex(frameNode->GetChildIndex(counterNode)); in CounterNodeMeasure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp1537 if (autoCollapse_ && listNode->GetChildIndex(child) == 0) continue; in ChangeListItemsSelectedStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_patternEx_test_ng.cpp1688 auto syntIndex = forEachNode->GetChildIndex(parentNode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp5219 infoAfter.SetSpanIndex(host->GetChildIndex(spanNodeBefore) + 1); in InsertValueToBeforeSpan()
5230 AddSpanItem(spanItemAfter, host->GetChildIndex(spanNodeBefore) + 1); in InsertValueToBeforeSpan()
5322 retInfo.SetSpanIndex(host->GetChildIndex(spanNode)); in AfterIMEInsertValue()