Home
last modified time | relevance | path

Searched refs:SetAllowUpdate (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/plugin/
H A Dplugin_sub_container_test.cpp154 pluginSubContainer->SetAllowUpdate(false);
176 pluginSubContainer->SetAllowUpdate(true);
198 pluginSubContainer->SetAllowUpdate(true);
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer.cpp63 SetAllowUpdate(allowUpdate_); in PreInitUIContent()
213 void FormRenderer::SetAllowUpdate(bool allowUpdate) in SetAllowUpdate() function in OHOS::Ace::FormRenderer
220 formRendererDispatcherImpl_->SetAllowUpdate(allowUpdate); in SetAllowUpdate()
477 SetAllowUpdate(allowUpdate_); in AttachUIContent()
H A Dform_renderer_dispatcher_stub.cpp95 SetAllowUpdate(allowUpdate); in HandleSetAllowUpdate()
H A Dform_renderer_dispatcher_proxy.cpp71 void FormRendererDispatcherProxy::SetAllowUpdate(bool allowUpdate) in SetAllowUpdate() function in OHOS::Ace::FormRendererDispatcherProxy
H A Dform_renderer_dispatcher_impl.cpp99 void FormRendererDispatcherImpl::SetAllowUpdate(bool allowUpdate) in SetAllowUpdate() function in OHOS::Ace::FormRendererDispatcherImpl
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_form_renderer_dispatcher_stub.h27 MOCK_METHOD1(SetAllowUpdate, void(bool allowUpdate));
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/
H A Dform_renderer_dispatcher_interface.h53 virtual void SetAllowUpdate(bool allowUpdate) = 0;
H A Dform_renderer_dispatcher_proxy.h40 void SetAllowUpdate(bool allowUpdate) override;
H A Dform_renderer_dispatcher_impl.h52 void SetAllowUpdate(bool allowUpdate) override;
H A Dform_renderer.h52 void SetAllowUpdate(bool allowUpdate);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_component.h45 void SetAllowUpdate(bool allow) in SetAllowUpdate() function
H A Dsub_container.h101 void SetAllowUpdate(bool update) in SetAllowUpdate() function
H A Dform_element.cpp116 subContainer_->SetAllowUpdate(cardInfo_.allowUpdate); in UpdateInner()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
H A Dmock_form_manager_delegate.cpp70 void FormManagerDelegate::SetAllowUpdate(bool allowUpdate) {} in SetAllowUpdate() function in OHOS::Ace::FormManagerDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dform_model_impl.cpp55 form->SetAllowUpdate(value); in AllowUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_sub_container.h84 void SetAllowUpdate(bool update) in SetAllowUpdate() function
H A Dplugin_element.cpp73 pluginSubContainer_->SetAllowUpdate(pluginInfo_.allowUpdate); in Update()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_renderer_dispatcher_proxy_test.cpp74 proxy->SetAllowUpdate(allowUpdate);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.h116 void SetAllowUpdate(bool allowUpdate);
H A Dform_manager_delegate.cpp744 void FormManagerDelegate::SetAllowUpdate(bool allowUpdate) in SetAllowUpdate() function in OHOS::Ace::FormManagerDelegate
751 formRendererDispatcher_->SetAllowUpdate(allowUpdate); in SetAllowUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_pattern.cpp101 pluginSubContainer_->SetAllowUpdate(pluginInfo_.allowUpdate); in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp742 subContainer_->SetAllowUpdate(cardInfo_.allowUpdate); in UpdateFormComponent()
745 formManagerBridge_->SetAllowUpdate(cardInfo_.allowUpdate); in UpdateFormComponent()