Searched refs:NotifyItemRemoved (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 | 258 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 D | node_adapter_impl.h | 81 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 D | arkts_native_node_adapter_bridge.h | 30 static ArkUINativeModuleValue NotifyItemRemoved(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_node_adapter_bridge.cpp | 238 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 D | arkts_native_api_impl_bridge.cpp | 1086 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), NodeAdapterBridge::NotifyItemRemoved)); in GetArkUINativeModule()
|