Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_adapter_impl.cpp258 void UINodeAdapter::NotifyItemRemoved(uint32_t start, uint32_t count) in NotifyItemRemoved() function in OHOS::Ace::NG::UINodeAdapter
262 handle_->builder->NotifyItemRemoved(start, count); in NotifyItemRemoved()
365 ArkUI_Int32 NotifyItemRemoved(ArkUINodeAdapterHandle handle, ArkUI_Uint32 startPosition, ArkUI_Uint… in NotifyItemRemoved() function
370 return handle->builder->NotifyItemRemoved(startPosition, itemCount); in NotifyItemRemoved()
439 …erEventReceiver, UnregisterEventReceiver, NotifyItemReloaded, NotifyItemChanged, NotifyItemRemoved, in GetNodeAdapterAPI()
447 …erEventReceiver, UnregisterEventReceiver, NotifyItemReloaded, NotifyItemChanged, NotifyItemRemoved, in GetCJUINodeAdapterAPI()
H A Dnode_adapter_impl.h81 ArkUI_Int32 NotifyItemRemoved(ArkUI_Uint32 startPosition, ArkUI_Uint32 itemCount) in NotifyItemRemoved() function
218 void NotifyItemRemoved(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.h30 static ArkUINativeModuleValue NotifyItemRemoved(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_node_adapter_bridge.cpp238 ArkUINativeModuleValue NodeAdapterBridge::NotifyItemRemoved(ArkUIRuntimeCallInfo* runtimeCallInfo) in NotifyItemRemoved() function in OHOS::Ace::NG::NodeAdapterBridge
247 adapter->NotifyItemRemoved(startArg->Uint32Value(vm), countArg->Uint32Value(vm)); in NotifyItemRemoved()
H A Darkts_native_api_impl_bridge.cpp1086 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), NodeAdapterBridge::NotifyItemRemoved)); in GetArkUINativeModule()