/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/include/ |
H A D | suffix_match_trie.h | 84 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 D | text_input_layout_algorithm.cpp | 200 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 D | menu_item_group_pattern.cpp | 198 auto currentIndex = parent->GetChildIndex(host); in OnIntItemPressed()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | tool_bar_pattern.cpp | 111 auto index = containerNode->GetChildIndex(toolBarItemNode); in InitDragEvent()
|
H A D | navigation_group_node.cpp | 208 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 D | navigation_title_util.cpp | 500 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 D | ui_node_test_ng.cpp | 372 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 D | node_impl.cpp | 46 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 D | js_inspector_manager.cpp | 237 slot = parent->GetChildIndex(oldChild); in OperateComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_node.cpp | 534 return builder_->GetChildIndex(node); in GetFrameNodeIndex()
|
H A D | lazy_for_each_builder.h | 277 int32_t GetChildIndex(const RefPtr<FrameNode>& targetNode) in GetChildIndex() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/ |
H A D | geometry_transition.cpp | 443 auto idx = parent->GetChildIndex(outNode); in OnFollowWithoutTransition()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.h | 109 int32_t GetChildIndex(const RefPtr<UINode>& child) const;
|
H A D | ui_node.cpp | 274 int32_t UINode::GetChildIndex(const RefPtr<UINode>& child) const in GetChildIndex() function in OHOS::Ace::NG::UINode
|
H A D | frame_node.cpp | 273 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 D | frame_node_modifier.cpp | 96 index = currentNode->GetChildIndex(Referenced::Claim<UINode>(siblingNode)); in InsertChildAfterInFrameNode()
|
H A D | render_node_modifier.cpp | 89 index = currentNode->GetChildIndex(Referenced::Claim<UINode>(siblingNode)); in InsertChildAfter()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_pattern.cpp | 1756 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 D | calendar_dialog_pattern.cpp | 979 int32_t childIndex = title->GetChildIndex(child); in InitTitleArrowsEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_layout_algorithm.cpp | 580 …rNodeLayoutWrapper = layoutWrapper->GetOrCreateChildByIndex(frameNode->GetChildIndex(counterNode)); in CounterNodeMeasure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_pattern.cpp | 1537 if (autoCollapse_ && listNode->GetChildIndex(child) == 0) continue; in ChangeListItemsSelectedStyle()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_patternEx_test_ng.cpp | 1688 auto syntIndex = forEachNode->GetChildIndex(parentNode);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 5219 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()
|