Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_adapter_impl.cpp230 void UINodeAdapter::NotifyItemReloaded() in NotifyItemReloaded() function in OHOS::Ace::NG::UINodeAdapter
234 handle_->builder->NotifyItemReloaded(); in NotifyItemReloaded()
349 ArkUI_Int32 NotifyItemReloaded(ArkUINodeAdapterHandle handle) in NotifyItemReloaded() function
354 return handle->builder->NotifyItemReloaded(); in NotifyItemReloaded()
439 …RegisterEventReceiver, UnregisterEventReceiver, NotifyItemReloaded, NotifyItemChanged, NotifyItemR… in GetNodeAdapterAPI()
447 …RegisterEventReceiver, UnregisterEventReceiver, NotifyItemReloaded, NotifyItemChanged, NotifyItemR… in GetCJUINodeAdapterAPI()
H A Dnode_adapter_impl.h63 ArkUI_Int32 NotifyItemReloaded() in NotifyItemReloaded() function
216 void NotifyItemReloaded();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_node_adapter_bridge.h28 static ArkUINativeModuleValue NotifyItemReloaded(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_node_adapter_bridge.cpp216 ArkUINativeModuleValue NodeAdapterBridge::NotifyItemReloaded(ArkUIRuntimeCallInfo* runtimeCallInfo) in NotifyItemReloaded() function in OHOS::Ace::NG::NodeAdapterBridge
221 adapter->NotifyItemReloaded(); in NotifyItemReloaded()
H A Darkts_native_api_impl_bridge.cpp1082 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), NodeAdapterBridge::NotifyItemReloaded)); in GetArkUINativeModule()