Home
last modified time | relevance | path

Searched refs:insertChildAt (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_compatible.h362 int32_t (*insertChildAt)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child, int32_t position); member
H A Dnode_model.cpp273 impl->getBasicAPI()->insertChildAt(parentNode->uiNodeHandle, childNode->uiNodeHandle, position); in InsertChildAt()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_node.h6752 int32_t (*insertChildAt)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child, int32_t position); member
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp4488 nodeAPI->insertChildAt(rootNode, groupNode, 0); in HWTEST_F()
4840 EXPECT_EQ(nodeAPI->insertChildAt(nullptr, nullptr, 0), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
4851 EXPECT_EQ(nodeAPI->insertChildAt(abnormalNode, abnormalNode, 0), ARKUI_ERROR_CODE_NOT_SUPPROTED_FOR_ARKTS_NODE); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h3296 ArkUI_Int32 (*insertChildAt)(ArkUINodeHandle parent, ArkUINodeHandle child, ArkUI_Int32 position); member
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h5128 ArkUI_Int32 (*insertChildAt)(ArkUINodeHandle parent, ArkUINodeHandle child, ArkUI_Int32 position); member

Completed in 53 milliseconds