Searched refs:NotifyItemInserted (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_adapter_impl.cpp | 244 void UINodeAdapter::NotifyItemInserted(uint32_t start, uint32_t count) in NotifyItemInserted() function in OHOS::Ace::NG::UINodeAdapter 248 handle_->builder->NotifyItemInserted(start, count); in NotifyItemInserted() 373 ArkUI_Int32 NotifyItemInserted(ArkUINodeAdapterHandle handle, ArkUI_Uint32 startPosition, ArkUI_Uin… in NotifyItemInserted() function 378 return handle->builder->NotifyItemInserted(startPosition, itemCount); in NotifyItemInserted() 440 … NotifyItemInserted, NotifyItemMoved, GetAllItem, AttachHostNode, DetachHostNode, GetNodeAdapter }; in GetNodeAdapterAPI() 448 … NotifyItemInserted, NotifyItemMoved, GetAllItem, AttachHostNode, DetachHostNode, GetNodeAdapter }; in GetCJUINodeAdapterAPI()
|
H A D | node_adapter_impl.h | 89 ArkUI_Int32 NotifyItemInserted(ArkUI_Uint32 startPosition, ArkUI_Uint32 itemCount) in NotifyItemInserted() function 219 void NotifyItemInserted(uint32_t start, uint32_t count);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_node_adapter_bridge.h | 31 static ArkUINativeModuleValue NotifyItemInserted(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_node_adapter_bridge.cpp | 251 ArkUINativeModuleValue NodeAdapterBridge::NotifyItemInserted(ArkUIRuntimeCallInfo* runtimeCallInfo) in NotifyItemInserted() function in OHOS::Ace::NG::NodeAdapterBridge 260 adapter->NotifyItemInserted(startArg->Uint32Value(vm), countArg->Uint32Value(vm)); in NotifyItemInserted()
|
H A D | arkts_native_api_impl_bridge.cpp | 1088 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), NodeAdapterBridge::NotifyItemInserted)); in GetArkUINativeModule()
|