Home
last modified time | relevance | path

Searched defs:sibling (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dsample_stack_printer.cpp173 SampleStackItem* sibling = back->siblings; in Print() local
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_view_group_unit_test.cpp174 UIView* sibling = viewGroup->GetChildrenRenderHead(); variable
H A Dui_view_unit_test.cpp1195 UIView* sibling = view->GetNextRenderSibling(); variable
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Ddevice_resource_if.h76 struct DeviceResourceNode *sibling; /**< Pointer to a sibling node */ member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp85 …l InsertChildAfterInFrameNode(ArkUINodeHandle node, ArkUINodeHandle child, ArkUINodeHandle sibling) in InsertChildAfterInFrameNode()
172 auto sibling = parent->GetFrameNodeChildByIndex(index + 1, false, isExpanded); in GetNextSibling() local
190 auto sibling = parent->GetFrameNodeChildByIndex(index - 1, false, isExpanded); in GetPreviousSibling() local
H A Dview_model.cpp720 auto* sibling = reinterpret_cast<UINode*>(siblingNode); in InsertChildAfter() local
745 auto* sibling = reinterpret_cast<UINode*>(siblingNode); in InsertChildBefore() local
H A Dnode_api.cpp284 ArkUI_Int32 InsertChildAfter(ArkUINodeHandle parent, ArkUINodeHandle child, ArkUINodeHandle sibling) in InsertChildAfter()
305 …kUI_Int32 InsertChildBefore(ArkUINodeHandle parent, ArkUINodeHandle child, ArkUINodeHandle sibling) in InsertChildBefore()
H A Drender_node_modifier.cpp83 void InsertChildAfter(ArkUINodeHandle node, ArkUINodeHandle child, ArkUINodeHandle sibling) in InsertChildAfter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js914 insertChildAfter(child, sibling) { argument
1204 insertChildAfter(child, sibling) { argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_render_node_bridge.cpp285 auto sibling = nodePtr(thirdArg->ToNativePointer(vm)->Value()); in InsertChildAfter() local
H A Darkts_native_frame_node_bridge.cpp382 auto sibling = nodePtr(thirdArg->ToNativePointer(vm)->Value()); in InsertChildAfter() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp615 void UIView::SetNextSibling(UIView* sibling) in SetNextSibling()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_layout_test_ng.cpp177 …auto sibling = FrameNode::CreateFrameNode("sibling", -1, AceType::MakeRefPtr<LinearLayoutPattern>(… variable