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.md | 29 | 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 D | native_compatible.h | 363 int32_t (*insertChildAt)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child, int32_t position); member
|
H A D | node_model.cpp | 302 impl->getBasicAPI()->insertChildAt(parentNode->uiNodeHandle, childNode->uiNodeHandle, position); in InsertChildAt()
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ndk-listen-to-component-events.md | 180 nativeModule_->insertChildAt(handle_, child->GetHandle(), index);
|
H A D | ndk-access-the-arkts-page.md | 469 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.md | 29 | 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 D | ndk-listen-to-component-events.md | 180 nativeModule_->insertChildAt(handle_, child->GetHandle(), index);
|
H A D | ndk-access-the-arkts-page.md | 469 nativeModule_->insertChildAt(handle_, child->GetHandle(), index);
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_node.h | 6803 int32_t (*insertChildAt)(ArkUI_NodeHandle parent, ArkUI_NodeHandle child, int32_t position); member
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_node_test.cpp | 4495 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 D | cjui_api.h | 3273 … ArkUI_Int32 (*insertChildAt)(ArkUINodeHandle parent, ArkUINodeHandle child, ArkUI_Int32 position); member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 5121 … ArkUI_Int32 (*insertChildAt)(ArkUINodeHandle parent, ArkUINodeHandle child, ArkUI_Int32 position); member
|