/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/plugin/ |
H A D | plugin_sub_container_test.cpp | 154 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 D | form_renderer.cpp | 63 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 D | form_renderer_dispatcher_stub.cpp | 95 SetAllowUpdate(allowUpdate); in HandleSetAllowUpdate()
|
H A D | form_renderer_dispatcher_proxy.cpp | 71 void FormRendererDispatcherProxy::SetAllowUpdate(bool allowUpdate) in SetAllowUpdate() function in OHOS::Ace::FormRendererDispatcherProxy
|
H A D | form_renderer_dispatcher_impl.cpp | 99 void FormRendererDispatcherImpl::SetAllowUpdate(bool allowUpdate) in SetAllowUpdate() function in OHOS::Ace::FormRendererDispatcherImpl
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/ |
H A D | mock_form_renderer_dispatcher_stub.h | 27 MOCK_METHOD1(SetAllowUpdate, void(bool allowUpdate));
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/ |
H A D | form_renderer_dispatcher_interface.h | 53 virtual void SetAllowUpdate(bool allowUpdate) = 0;
|
H A D | form_renderer_dispatcher_proxy.h | 40 void SetAllowUpdate(bool allowUpdate) override;
|
H A D | form_renderer_dispatcher_impl.h | 52 void SetAllowUpdate(bool allowUpdate) override;
|
H A D | form_renderer.h | 52 void SetAllowUpdate(bool allowUpdate);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | form_component.h | 45 void SetAllowUpdate(bool allow) in SetAllowUpdate() function
|
H A D | sub_container.h | 101 void SetAllowUpdate(bool update) in SetAllowUpdate() function
|
H A D | form_element.cpp | 116 subContainer_->SetAllowUpdate(cardInfo_.allowUpdate); in UpdateInner()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/ |
H A D | mock_form_manager_delegate.cpp | 70 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 D | form_model_impl.cpp | 55 form->SetAllowUpdate(value); in AllowUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_sub_container.h | 84 void SetAllowUpdate(bool update) in SetAllowUpdate() function
|
H A D | plugin_element.cpp | 73 pluginSubContainer_->SetAllowUpdate(pluginInfo_.allowUpdate); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | form_renderer_dispatcher_proxy_test.cpp | 74 proxy->SetAllowUpdate(allowUpdate);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
H A D | form_manager_delegate.h | 116 void SetAllowUpdate(bool allowUpdate);
|
H A D | form_manager_delegate.cpp | 744 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 D | plugin_pattern.cpp | 101 pluginSubContainer_->SetAllowUpdate(pluginInfo_.allowUpdate); in OnDirtyLayoutWrapperSwap()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_pattern.cpp | 742 subContainer_->SetAllowUpdate(cardInfo_.allowUpdate); in UpdateFormComponent() 745 formManagerBridge_->SetAllowUpdate(cardInfo_.allowUpdate); in UpdateFormComponent()
|