Home
last modified time | relevance | path

Searched refs:insertChildAt (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_node_a_p_i__1.md29 | int32_t(\* [insertChildAt](#insertchildat) )([ArkUI_NodeHandle](_ark_u_i___native_module.md#arkui…
425 ### insertChildAt subsection
428 int32_t(* ArkUI_NativeNodeAPI_1::insertChildAt) (ArkUI_NodeHandle parent, ArkUI_NodeHandle child, i…
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_compatible.h363 int32_t (*insertChildAt)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child, int32_t position); member
H A Dnode_model.cpp302 impl->getBasicAPI()->insertChildAt(parentNode->uiNodeHandle, childNode->uiNodeHandle, position); in InsertChildAt()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dndk-listen-to-component-events.md180 nativeModule_->insertChildAt(handle_, child->GetHandle(), index);
H A Dndk-access-the-arkts-page.md469 nativeModule_->insertChildAt(handle_, child->GetHandle(), index);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_node_a_p_i__1.md29 | int32_t(\* [insertChildAt](#insertchildat) )([ArkUI_NodeHandle](_ark_u_i___native_module.md#arkui…
425 ### insertChildAt subsection
428 int32_t(* ArkUI_NativeNodeAPI_1::insertChildAt) (ArkUI_NodeHandle parent, ArkUI_NodeHandle child, i…
/ohos5.0/docs/en/application-dev/ui/
H A Dndk-listen-to-component-events.md180 nativeModule_->insertChildAt(handle_, child->GetHandle(), index);
H A Dndk-access-the-arkts-page.md469 nativeModule_->insertChildAt(handle_, child->GetHandle(), index);
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_node.h6803 int32_t (*insertChildAt)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child, int32_t position); member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp4495 nodeAPI->insertChildAt(rootNode, groupNode, 0);
4847 EXPECT_EQ(nodeAPI->insertChildAt(nullptr, nullptr, 0), ARKUI_ERROR_CODE_PARAM_INVALID);
4858 …EXPECT_EQ(nodeAPI->insertChildAt(abnormalNode, abnormalNode, 0), ARKUI_ERROR_CODE_NOT_SUPPROTED_FO…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h3273 … ArkUI_Int32 (*insertChildAt)(ArkUINodeHandle parent, ArkUINodeHandle child, ArkUI_Int32 position); member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h5121 … ArkUI_Int32 (*insertChildAt)(ArkUINodeHandle parent, ArkUINodeHandle child, ArkUI_Int32 position); member