Searched refs:NotifyItemChanged (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 | 237 void UINodeAdapter::NotifyItemChanged(uint32_t start, uint32_t count) in NotifyItemChanged() function in OHOS::Ace::NG::UINodeAdapter 241 handle_->builder->NotifyItemChanged(start, count); in NotifyItemChanged() 357 ArkUI_Int32 NotifyItemChanged(ArkUINodeAdapterHandle handle, ArkUI_Uint32 startPosition, ArkUI_Uint… in NotifyItemChanged() function 362 return handle->builder->NotifyItemChanged(startPosition, itemCount); in NotifyItemChanged() 439 …RegisterEventReceiver, UnregisterEventReceiver, NotifyItemReloaded, NotifyItemChanged, NotifyItemR… in GetNodeAdapterAPI() 447 …RegisterEventReceiver, UnregisterEventReceiver, NotifyItemReloaded, NotifyItemChanged, NotifyItemR… in GetCJUINodeAdapterAPI()
|
H A D | node_adapter_impl.h | 72 ArkUI_Int32 NotifyItemChanged(ArkUI_Uint32 startPosition, ArkUI_Uint32 itemCount) in NotifyItemChanged() function 217 void NotifyItemChanged(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 | 29 static ArkUINativeModuleValue NotifyItemChanged(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_node_adapter_bridge.cpp | 225 ArkUINativeModuleValue NodeAdapterBridge::NotifyItemChanged(ArkUIRuntimeCallInfo* runtimeCallInfo) in NotifyItemChanged() function in OHOS::Ace::NG::NodeAdapterBridge 234 adapter->NotifyItemChanged(startArg->Uint32Value(vm), countArg->Uint32Value(vm)); in NotifyItemChanged()
|
H A D | arkts_native_api_impl_bridge.cpp | 1084 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), NodeAdapterBridge::NotifyItemChanged)); in GetArkUINativeModule()
|