Home
last modified time | relevance | path

Searched refs:addChild (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_compatible.h308 int32_t (*addChild)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child); member
H A Dnode_model.cpp215 impl->getBasicAPI()->addChild(parentNode->uiNodeHandle, childNode->uiNodeHandle); in AddChild()
687 return impl->getNodeModifiers()->getNodeContentModifier()->addChild( in OH_ArkUI_NodeContent_AddNode()
/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dcontent_slot_syntax_test_ng.cpp95 contentModifier->addChild(reinterpret_cast<ArkUINodeContentHandle>(nodeContent), in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_node.h6690 int32_t (*addChild)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child); member
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp119 int32_t ret1 = nodeAPI->addChild(rootNode, childNode); in HWTEST_F()
2920 nodeAPI->addChild(rootNode, childNode); in HWTEST_F()
4836 EXPECT_EQ(nodeAPI->addChild(nullptr, nullptr), ARKUI_ERROR_CODE_PARAM_INVALID); in HWTEST_F()
4845 EXPECT_EQ(nodeAPI->addChild(abnormalNode, abnormalNode), ARKUI_ERROR_CODE_NOT_SUPPROTED_FOR_ARKTS_NODE); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js141 addChild(child) {
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.cpp1678 auto result = GetArkUINodeModifiers()->getNodeContentModifier()->addChild(nativeContent, nativeNode);
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h3039 ArkUI_Int32 (*addChild)(ArkUINodeContentHandle content, ArkUINodeHandle child); member
3292 ArkUI_Int32 (*addChild)(ArkUINodeHandle parent, ArkUINodeHandle child); member
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h4852 ArkUI_Int32 (*addChild)(ArkUINodeContentHandle content, ArkUINodeHandle child); member
5124 ArkUI_Int32 (*addChild)(ArkUINodeHandle parent, ArkUINodeHandle child); member

Completed in 60 milliseconds