Home
last modified time | relevance | path

Searched refs:NotifyItemInserted (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_adapter_impl.cpp244 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()
440NotifyItemInserted, NotifyItemMoved, GetAllItem, AttachHostNode, DetachHostNode, GetNodeAdapter }; in GetNodeAdapterAPI()
448NotifyItemInserted, NotifyItemMoved, GetAllItem, AttachHostNode, DetachHostNode, GetNodeAdapter }; in GetCJUINodeAdapterAPI()
H A Dnode_adapter_impl.h89 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 Darkts_native_node_adapter_bridge.h31 static ArkUINativeModuleValue NotifyItemInserted(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_node_adapter_bridge.cpp251 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 Darkts_native_api_impl_bridge.cpp1088 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), NodeAdapterBridge::NotifyItemInserted)); in GetArkUINativeModule()